Merge pull request #37398 from mykeul/master

mkimage-alpine.sh: Removed the "-i -t" arguments from the smoke test calling printf (the…
Upstream-commit: c04f9ae9d7af14d0fb49bb84e46c03b871f59a5d
Component: engine
This commit is contained in:
Tianon Gravi
2018-07-09 14:50:53 -06:00
committed by GitHub
+1 -1
View File
@@ -43,7 +43,7 @@ pack() {
id=$(tar --numeric-owner -C $ROOTFS -c . | docker import - alpine:$REL)
docker tag $id alpine:latest
docker run -i -t --rm alpine printf 'alpine:%s with id=%s created!\n' $REL $id
docker run --rm alpine printf 'alpine:%s with id=%s created!\n' $REL $id
}
save() {