buildargs.env aktualisiert
This commit is contained in:
@@ -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_TAG=0.6.2
|
||||
BUILD_BASE_IMAGE=git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim
|
||||
BUILD_MAINTAINER=pi-farm
|
||||
BUILD_APP_VERSION=${BUILD_TAG}
|
||||
BUILD_APP_NAME=hibp
|
||||
BUILD_APP_USER=pi
|
||||
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"
|
||||
VOL_CONFIG=./config:/config
|
||||
VOL_DATA=./data:/data
|
||||
PORT_WEB=8082:8082
|
||||
PUSH=gitea
|
||||
#,dockerhub
|
||||
DESCRIPTION="Docker implementation of https://github.com/oschonrock/hibp.git."
|
||||
|
||||
# cd /data && \
|
||||
# apt-get update && \
|
||||
# apt-get install wget && \
|
||||
# wget https://github.com/oschonrock/hibp/releases/download/v${BUILD_TAG}/hibp_${BUILD_TAG}-1_amd64.deb -o hibp_${BUILD_TAG}_amd64.deb && \
|
||||
# apt install ./hibp_${BUILD_TAG}-1_amd64.deb
|
||||
|
||||
Reference in New Issue
Block a user