Explorar o código

Merge pull request #37398 from mykeul/master

mkimage-alpine.sh: Removed the "-i -t" arguments from the smoke test calling printf (the…
Tianon Gravi %!s(int64=7) %!d(string=hai) anos
pai
achega
c04f9ae9d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contrib/mkimage-alpine.sh

+ 1 - 1
contrib/mkimage-alpine.sh

@@ -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() {