From 30bfb38423c17a5cfccb52acfb964aba58b64d31 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 11 Dec 2024 13:05:04 -0500 Subject: [PATCH] Add Buildah bash script --- buildah.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 buildah.sh diff --git a/buildah.sh b/buildah.sh new file mode 100755 index 0000000..432aaba --- /dev/null +++ b/buildah.sh @@ -0,0 +1,8 @@ +# 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' \ No newline at end of file