Apply suggestions from code review

Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
This commit is contained in:
Malte Poll 2022-08-03 08:29:13 +02:00 committed by Malte Poll
parent 3b0b3f0335
commit 9e057f5a7f
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
cosa() {
env | grep COREOS_ASSEMBLER
local -r COREOS_ASSEMBLER_CONTAINER_LATEST="localhost/coreos-assembler-test"
local -r COREOS_ASSEMBLER_CONTAINER_LATEST="localhost/coreos-assembler"
test -t 1 && USE_TTY="-ti"
set -x
docker run --rm ${USE_TTY} --security-opt label=disable --privileged \

View File

@ -1,6 +1,6 @@
cosa() {
env | grep COREOS_ASSEMBLER
local -r COREOS_ASSEMBLER_CONTAINER_LATEST="localhost/coreos-assembler-test"
local -r COREOS_ASSEMBLER_CONTAINER_LATEST="localhost/coreos-assembler"
test -t 1 && USE_TTY="-ti"
set -x
podman run --rm ${USE_TTY} --security-opt label=disable --privileged \