14 lines
363 B
Bash
14 lines
363 B
Bash
# OCI registry. Works with standard OCI registries, including Zot.
|
|
REGISTRY=oci.linuxiarz.pl
|
|
IMAGE_NAME=gree-controller
|
|
|
|
# Build/runtime base: trixie or alpine.
|
|
DISTRO=trixie
|
|
|
|
# Buildx builder name.
|
|
BUILDER=gree-controller-multiarch
|
|
|
|
# Optional BuildKit config for a private registry with custom CA / HTTP.
|
|
# Example: /etc/buildkit/buildkitd.toml
|
|
BUILDER_CONFIG=
|