fix BUILD_BASE_IMAGE in Dockerfiles
Some checks failed
/ release-and-build (push) Failing after 21s

This commit is contained in:
2026-03-16 17:38:35 +01:00
parent 3627cae899
commit dde484ac61
3 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
## BUILD STAGE
BUILD_BASE_TAG=3
BUILD_BASE_TAG=3.23
BUILD_TAG_LATEST=y
BUILD_BASE_IMAGE=alpine:${BUILD_BASE_TAG}
## Examples for BUILD_BASE_IMAGE
# alpine:${BUILD_TAG}
@@ -13,13 +14,11 @@ BUILD_S6_ARCH_amd64=x86_64
BUILD_S6_ARCH_aarch64=aarch64
BUILD_S6_OVERLAY_VERSION=3.2.1.0
BUILD_MAINTAINER=pi-farm
BUILD_APP_VERSION=v${BUILD_BASE_TAG}
BUILD_APP_VERSION=trixie-slim
BUILD_APP_NAME=baseimage-debian
BUILD_APP_USER=pi
BUILD_APP_UID=1000
BUILD_APP_GID=1000
TARGET_BASE_TAG=trixie-slim
TARGET_BASE_IMAGE=debian:${TARGET_BASE_TAG}
## ENV STAGE
ENV_TZ=Europe/Berlin
ENV_PUID=1000