mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Apply suggestions from code review
Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
This commit is contained in:
parent
3b0b3f0335
commit
9e057f5a7f
4
3rdparty/coreos-assembler/Makefile
vendored
4
3rdparty/coreos-assembler/Makefile
vendored
@ -5,8 +5,8 @@ UPSTREAM ?= https://github.com/coreos/coreos-assembler
|
||||
COMMIT ?= b8f61207c7a4ce345a1f136823dac6c628086273
|
||||
SRC_PATH = $(CURDIR)
|
||||
BASE_PATH ?= $(SRC_PATH)
|
||||
BUILDDIR ?= $(BASE_PATH)/build
|
||||
CLONEDIR ?= $(BUILDDIR)/coreos-assembler
|
||||
BUILDDIR ?= $(BASE_PATH)/build
|
||||
CLONEDIR ?= $(BUILDDIR)/coreos-assembler
|
||||
|
||||
|
||||
.PHONY: all clone patch containerimage clean
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user