Skopeo strips the entrypoint which is not suitable, switch to Buildah
This commit is contained in:
parent
b267ffe797
commit
23e0f3be6c
1 changed files with 2 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue