first try

This commit is contained in:
2026-03-17 23:27:36 +01:00
parent 0c584feda1
commit 2b76b3a434
4 changed files with 163 additions and 57 deletions

View File

@@ -1,26 +1,25 @@
## BUILD STAGE
BUILD_TAG=1.00
BUILD_BASE_IMAGE=alpine:${BUILD_TAG}
## Examples for BUILD_BASE_IMAGE
# 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
BUILD_BASE_TAG=9.3
BUILD_TAG_LATEST=y
# Wir nutzen UBI Minimal für ein kleines Image
BUILD_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:latest
BUILD_RHEL_ARCH=x86_64
BUILD_RHEL_ARCH_AARCH64=aarch64
BUILD_RHEL_REL=9
BUILD_S6_ARCH_amd64=x86_64
BUILD_S6_ARCH_aarch64=aarch64
BUILD_S6_OVERLAY_VERSION=3.2.2.0
BUILD_MAINTAINER=pi-farm
BUILD_APP_VERSION=ubi9
BUILD_APP_NAME=baseimage-rhel
BUILD_APP_USER=pi
BUILD_APP_UID=1000
BUILD_APP_GID=1000
## ENV STAGE
ENV_TZ=Europe/Berlin
ENV_PUID=1000
ENV_PGID=1000
# VOL_CONFIG=./config:/config
# VOL_DATA=./data:/data
# PORT_WEB=8080:80
#PUSH=gitea,dockerhub
DESCRIPTION="Example example example"
PUSH=gitea
DESCRIPTION="This is a RHEL (UBI) based image with s6-overlay.\nBased on the great work of Linuxserver.io"