Netweak-Agent-Docker/buildah.sh

8 lines
527 B
Bash
Raw Permalink Normal View History

2024-12-11 13:05:04 -05:00
# Buildah
## This used to build the image with the correct metadata.
## Buildah is used over Docker to push to SudoVanilla's registry properly.
buildah build -t oci.registry.sudovanilla.org/netweak-agent:amd64 \
--annotation 'org.opencontainers.image.vendor=SudoVanilla' \
--annotation 'org.opencontainers.image.source=https://ark.sudovanilla.org/Korbs/Netweak-Agent-Docker/' \
--annotation 'org.opencontainers.image.description=Netweak Agent for Windows and macOS' \
--annotation 'org.opencontainers.image.title=Netweak Agent'