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