mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Don't force tty on docker run in mkimage-alpine, it screws up the
builder.
This commit is contained in:
parent
1cda2a01ab
commit
b35b5f8f21
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ conf() {
|
||||||
pack() {
|
pack() {
|
||||||
local id
|
local id
|
||||||
id=$(tar --numeric-owner -C $ROOTFS -c . | docker import - $IMAGE)
|
id=$(tar --numeric-owner -C $ROOTFS -c . | docker import - $IMAGE)
|
||||||
docker run -i -t --rm $IMAGE printf '%s with id=%s created!\n' $IMAGE $id
|
docker run -i --rm $IMAGE printf '%s with id=%s created!\n' $IMAGE $id
|
||||||
}
|
}
|
||||||
|
|
||||||
save() {
|
save() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue