Initial commit
This commit is contained in:
15
buildargs.env
Normal file
15
buildargs.env
Normal file
@@ -0,0 +1,15 @@
|
||||
# --- Versionierung ---
|
||||
BUILD_TAG=1.00
|
||||
|
||||
# --- Standard Variablen ---
|
||||
BASE_IMAGE=alpine:3.23
|
||||
# Examples for BASE_IMAGE
|
||||
#alpine:${BUILD_TAG}
|
||||
#git.pi-farm.de/pi-farm/docker-baseimage-alpine:v${BUILD_TAG}
|
||||
|
||||
MAINTAINER=your-name
|
||||
TZ=Europe/Berlin
|
||||
|
||||
# --- Projekt Spezifisch ---
|
||||
APP_NAME=your-app-name
|
||||
APP_USER=pi
|
||||
Reference in New Issue
Block a user