1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Merge pull request #18515 from tophj-ibm/add-new-image-to-dockerfiles-hotfix

Add new ppc64le image
Upstream-commit: c8ed1492bfc651a86014af695894a4bb66fe52f9
Component: engine
This commit is contained in:
Doug Davis
2015-12-08 21:28:18 -05:00

View File

@@ -81,7 +81,8 @@ ENV IMAGEREPO ppc64le
COPY contrib/download-frozen-image-v2.sh /go/src/github.com/docker/docker/contrib/
RUN ./contrib/download-frozen-image-v2.sh /docker-frozen-images \
$IMAGEREPO/busybox:latest \
$IMAGEREPO/hello-world:frozen
$IMAGEREPO/hello-world:frozen \
$IMAGEREPO/unshare:latest
# Wrap all commands in the "docker-in-docker" script to allow nested containers
ENTRYPOINT ["hack/dind"]