Add Buildah bash script
This commit is contained in:
parent
b87886667d
commit
30bfb38423
1 changed files with 8 additions and 0 deletions
8
buildah.sh
Executable file
8
buildah.sh
Executable file
|
@ -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'
|
Loading…
Reference in a new issue