Files
test2/versions.env
pi-farm 6511522dcf
Some checks failed
Docker Build Smart Logic / Build amd64 & arm64 (push) Failing after 23s
release: 1.3.0
2026-02-09 20:36:43 +01:00

21 lines
353 B
Bash

APP_NAME=test2
APP_VERSION=1.3.0
APP_DESCRIPTION=Watchdog for notify on updates on dockerhub, github and other git-sources
BASE_IMAGE=alpine:3.22
MAINTAINER=pi-farm
OCI_VENDOR=pi-farm
OCI_LICENSE=Apache
TARGET_PLATFORMS=linux/amd64,linux/arm64
APP_PORT=8080
APP_USER=app
APP_UID=1000
APP_GID=1000
BUILD_EDGE=true
GENERATE_SBOM=true
SIGN_IMAGE=true