V9.14.008.2026.06.04
🛡️ Retrieve DNSSEC status of coresecret.dev. / 🛡️ Retrieve DNSSEC status of coresecret.dev. (push) Has been cancelled
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Has been cancelled
💙 Generating a PUBLIC Live ISO. / 💙 Generating a PUBLIC Live ISO. (push) Has been cancelled
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Has been cancelled
🛡️ Retrieve DNSSEC status of coresecret.dev. / 🛡️ Retrieve DNSSEC status of coresecret.dev. (push) Has been cancelled
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Has been cancelled
💙 Generating a PUBLIC Live ISO. / 💙 Generating a PUBLIC Live ISO. (push) Has been cancelled
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Has been cancelled
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -28,6 +28,8 @@ ARCH ?= amd64
|
||||
AUTOBUILD ?= 6.16.3+deb13-amd64
|
||||
CONTROL ?= $(TIMESTAMP)
|
||||
DROPBEAR_VERSION ?= 2026.91
|
||||
SOPS_VERSION ?= 3.13.0
|
||||
SECURE_BOOT_PROFILE ?= debian-shim
|
||||
|
||||
### Nice/ionice settings:
|
||||
RENICE ?= -19
|
||||
@@ -50,11 +52,13 @@ define COMPOSE_AND
|
||||
cmd+=( --build-directory '$(BUILD_DIR)' )
|
||||
cmd+=( --control '$(CONTROL)' )
|
||||
cmd+=( --root-password-file '$(ROOT_PASSWORD_FILE)' )
|
||||
cmd+=( --secure-boot-profile '$(SECURE_BOOT_PROFILE)' )
|
||||
cmd+=( --ssh-port '$(SSH_PORT)' )
|
||||
cmd+=( --ssh-pubkey '$(SSH_PUBKEY)' )
|
||||
### Optional flags:
|
||||
[[ -n '$(AUTOBUILD)' ]] && cmd+=( --autobuild=$(AUTOBUILD) )
|
||||
[[ -n '$(DROPBEAR_VERSION)' ]] && cmd+=( --dropbear-version '$(DROPBEAR_VERSION)' )
|
||||
[[ -n '$(SOPS_VERSION)' ]] && cmd+=( --sops-version '$(SOPS_VERSION)' )
|
||||
[[ -n '$(FLAG_CDI)' ]] && cmd+=( --cdi )
|
||||
[[ -n '$(FLAG_DEBUG)' ]] && cmd+=( --debug )
|
||||
[[ -n '$(FLAG_DHCP_CENTURION)' ]] && cmd+=( --dhcp-centurion )
|
||||
|
||||
Reference in New Issue
Block a user