switch to new flexible format in buildargs.env
Some checks failed
/ release-and-build (push) Failing after 16s
Some checks failed
/ release-and-build (push) Failing after 16s
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
# --- Versionierung ---
|
||||
BUILD_TAG=3.23
|
||||
|
||||
# --- Standard Variablen ---
|
||||
BASE_IMAGE=alpine:${BUILD_TAG}
|
||||
BUILD_BASE_IMAGE=alpine:${BUILD_TAG}
|
||||
# Examples for BASE_IMAGE
|
||||
#alpine:${BUILD_TAG}
|
||||
#git.pi-farm.de/pi-farm/docker-baseimage-alpine:v${BUILD_TAG}
|
||||
ALPINE_ARCH_AMD64=x86_64
|
||||
ALPINE_ARCH_AARCH64=aarch64
|
||||
S6_ARCH_amd64=x86_64
|
||||
S6_ARCH_aarch64=aarch64
|
||||
S6_OVERLAY_VERSION=3.2.0.2
|
||||
MAINTAINER=pi-farm
|
||||
TZ=Europe/Berlin
|
||||
|
||||
# --- Projekt Spezifisch ---
|
||||
APP_VERSION=v${BUILD_TAG}
|
||||
APP_NAME=basimage-alpine
|
||||
APP_USER=pi
|
||||
APP_GID=1000
|
||||
# alpine:${BUILD_TAG}
|
||||
# git.pi-farm.de/pi-farm/docker-baseimage-alpine:v${BUILD_TAG}
|
||||
BUILD_ALPINE_ARCH_AMD64=x86_64
|
||||
BUILD_ALPINE_ARCH_AARCH64=aarch64
|
||||
BUILD_S6_ARCH_amd64=x86_64
|
||||
BUILD_S6_ARCH_aarch64=aarch64
|
||||
BUILD_S6_OVERLAY_VERSION=3.2.0.2
|
||||
BUILD_MAINTAINER=pi-farm
|
||||
BUILD_APP_VERSION=v${BUILD_TAG}
|
||||
BUILD_APP_NAME=basimage-alpine
|
||||
BUILD_APP_USER=pi
|
||||
BUILD_APP_GID=1000
|
||||
ENV_TZ=Europe/Berlin
|
||||
ENV_PUID=1000
|
||||
ENV_PGID=1000
|
||||
# VOL_CONFIG=./config:/config
|
||||
# VOL_DATA=./data:/data
|
||||
# PORT_WEB=8080:80
|
||||
Reference in New Issue
Block a user