Skopeo strips the entrypoint which is not suitable, switch to Buildah

This commit is contained in:
Korbs 2024-12-11 00:26:16 -05:00
parent b267ffe797
commit 23e0f3be6c

View file

@ -27,9 +27,8 @@
"preview": "astro preview",
"docker:start": "docker compose up -d",
"docker:stop": "docker compose down",
"docker:build": "docker build -t butterflyvu .",
"docker:tar": "docker save -o butterflyvu.tar butterflyvu",
"docker:push": "skopeo copy tarball:./butterflyvu.tar docker://docker.registry.sudovanilla.org/butterflyvu"
"docker:build": "buildah build -t docker.registry.sudovanilla.org/butterflyvu --no-cache",
"docker:push": "buildah push docker.registry.sudovanilla.org/butterflyvu"
},
"dependencies": {
"@astrojs/mdx": "4.0.0-beta.5",