Apply metadata to OCI image
This commit is contained in:
parent
45b613e3cb
commit
8acabeaf47
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
"preview": "astro preview",
|
||||
"docker:start": "docker compose up -d",
|
||||
"docker:stop": "docker compose down",
|
||||
"docker:build": "buildah build -t docker.registry.sudovanilla.org/butterflyvu --no-cache",
|
||||
"docker:build": "buildah build -t docker.registry.sudovanilla.org/butterflyvu --no-cache --annotation 'org.opencontainers.image.vendor=SudoVanilla' --annotation 'org.opencontainers.image.description=Documentations built on Astro' --annotation 'org.opencontainers.image.title=ButterflyVu' --annotation 'org.opencontainers.image.licenses=MIT NON-AI License' --annotation 'org.opencontainers.image.url=https://ark.sudovanilla.org/Korbs/ButterflyVu'",
|
||||
"docker:push": "buildah push docker.registry.sudovanilla.org/butterflyvu"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue