Files
test2/versions.env
pi-farm e8db2ec834
Some checks failed
Docker Build Smart Logic / Build amd64 & arm64 (push) Failing after 28s
Promote Edge To Release / promote (push) Failing after 1s
release: 1.1.0
2026-02-09 20:07:38 +01:00

21 lines
353 B
Bash

APP_NAME=test2
APP_VERSION=1.1.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