Docker images: renamed pillar_py:3.6 to armadillica/pillar_py:3.6
This allows us to push the Python image to Docker Hub.
This commit is contained in:
@@ -55,4 +55,4 @@ done
|
|||||||
# Create another docker image which contains the actual Python.
|
# Create another docker image which contains the actual Python.
|
||||||
# This one will serve as base for the Wheel builder and the
|
# This one will serve as base for the Wheel builder and the
|
||||||
# production image.
|
# production image.
|
||||||
docker build -t pillar_py:3.6 -f includepy.docker .
|
docker build -t armadillica/pillar_py:3.6 -f includepy.docker .
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM pillar_py:3.6
|
FROM armadillica/pillar_py:3.6
|
||||||
LABEL maintainer Sybren A. Stüvel <sybren@blender.studio>
|
LABEL maintainer Sybren A. Stüvel <sybren@blender.studio>
|
||||||
|
|
||||||
RUN apt-get install -qy \
|
RUN apt-get install -qy \
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM pillar_py:3.6
|
FROM armadillica/pillar_py:3.6
|
||||||
LABEL maintainer Sybren A. Stüvel <sybren@blender.studio>
|
LABEL maintainer Sybren A. Stüvel <sybren@blender.studio>
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -qyy \
|
RUN apt-get update && apt-get install -qyy \
|
||||||
|
Reference in New Issue
Block a user