mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-02 10:35:08 -05: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
|
COMMIT ?= b8f61207c7a4ce345a1f136823dac6c628086273
|
||||||
SRC_PATH = $(CURDIR)
|
SRC_PATH = $(CURDIR)
|
||||||
BASE_PATH ?= $(SRC_PATH)
|
BASE_PATH ?= $(SRC_PATH)
|
||||||
BUILDDIR ?= $(BASE_PATH)/build
|
BUILDDIR ?= $(BASE_PATH)/build
|
||||||
CLONEDIR ?= $(BUILDDIR)/coreos-assembler
|
CLONEDIR ?= $(BUILDDIR)/coreos-assembler
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all clone patch containerimage clean
|
.PHONY: all clone patch containerimage clean
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
cosa() {
|
cosa() {
|
||||||
env | grep COREOS_ASSEMBLER
|
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"
|
test -t 1 && USE_TTY="-ti"
|
||||||
set -x
|
set -x
|
||||||
docker run --rm ${USE_TTY} --security-opt label=disable --privileged \
|
docker run --rm ${USE_TTY} --security-opt label=disable --privileged \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
cosa() {
|
cosa() {
|
||||||
env | grep COREOS_ASSEMBLER
|
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"
|
test -t 1 && USE_TTY="-ti"
|
||||||
set -x
|
set -x
|
||||||
podman run --rm ${USE_TTY} --security-opt label=disable --privileged \
|
podman run --rm ${USE_TTY} --security-opt label=disable --privileged \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user