Skip to content

Commit

Permalink
Removed the "-i -t" arguments from the smoke test calling printf (the…
Browse files Browse the repository at this point in the history
…se flags seem not really needed, and break jenkins builds with error "the input device is not a TTY")

Signed-off-by: Mickaël Remars <[email protected]>
  • Loading branch information
Mickaël Remars committed Jul 5, 2018
1 parent 06dee4c commit 2137e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mkimage-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2137e86

Please sign in to comment.