Adds ppc64le image to the Dockerfile,
should be with 03fc212b6d6c2b3ecff42f33b7b3a7181043b09e
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
| ... | ... |
@@ -81,7 +81,8 @@ ENV IMAGEREPO ppc64le |
| 81 | 81 |
COPY contrib/download-frozen-image-v2.sh /go/src/github.com/docker/docker/contrib/ |
| 82 | 82 |
RUN ./contrib/download-frozen-image-v2.sh /docker-frozen-images \ |
| 83 | 83 |
$IMAGEREPO/busybox:latest \ |
| 84 |
- $IMAGEREPO/hello-world:frozen |
|
| 84 |
+ $IMAGEREPO/hello-world:frozen \ |
|
| 85 |
+ $IMAGEREPO/unshare:latest |
|
| 85 | 86 |
|
| 86 | 87 |
# Wrap all commands in the "docker-in-docker" script to allow nested containers |
| 87 | 88 |
ENTRYPOINT ["hack/dind"] |