fix the base image for docker-dev

This commit is contained in:
Sukchan Lee
2018-02-22 00:30:28 +09:00
parent 92d8bde84a
commit c09b272e53
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
ARG dist=centos
ARG tag=latest
ARG username=acetcom
FROM ${username}/${dist}-${tag}-build
FROM ${username}/${dist}-${tag}-dev
MAINTAINER Sukchan Lee <acetcom@gmail.com>

View File

@@ -1,7 +1,7 @@
ARG dist=fedora
ARG tag=latest
ARG username=acetcom
FROM ${username}/${dist}-${tag}-build
FROM ${username}/${dist}-${tag}-dev
MAINTAINER Sukchan Lee <acetcom@gmail.com>

View File

@@ -1,7 +1,7 @@
ARG dist=ubuntu
ARG tag=latest
ARG username=acetcom
FROM ${username}/${dist}-${tag}-build
FROM ${username}/${dist}-${tag}-base
MAINTAINER Sukchan Lee <acetcom@gmail.com>