mirror of
https://ark.sudovanilla.org/Korbs/butterflyvu.git
synced 2024-12-22 15:23:54 +00:00
Skopeo strips the entrypoint which is not suitable, switch to Buildah
This commit is contained in:
parent
b267ffe797
commit
23e0f3be6c
|
@ -27,9 +27,8 @@
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"docker:start": "docker compose up -d",
|
"docker:start": "docker compose up -d",
|
||||||
"docker:stop": "docker compose down",
|
"docker:stop": "docker compose down",
|
||||||
"docker:build": "docker build -t butterflyvu .",
|
"docker:build": "buildah build -t docker.registry.sudovanilla.org/butterflyvu --no-cache",
|
||||||
"docker:tar": "docker save -o butterflyvu.tar butterflyvu",
|
"docker:push": "buildah push docker.registry.sudovanilla.org/butterflyvu"
|
||||||
"docker:push": "skopeo copy tarball:./butterflyvu.tar docker://docker.registry.sudovanilla.org/butterflyvu"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "4.0.0-beta.5",
|
"@astrojs/mdx": "4.0.0-beta.5",
|
||||||
|
|
Loading…
Reference in a new issue