Porque buildah/buildah es viejisimo
This commit is contained in:
parent
92a04bf4d5
commit
d7d5eebec5
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
deploy:
|
deploy:
|
||||||
image: buildah/buildah
|
image: docker.io/alpine:3.14
|
||||||
environment:
|
environment:
|
||||||
- STORAGE_DRIVER=vfs
|
- STORAGE_DRIVER=vfs
|
||||||
commands:
|
commands:
|
||||||
|
- apk add podman buildah
|
||||||
- podman version
|
- podman version
|
||||||
- buildah version
|
- buildah version
|
||||||
- whoami
|
|
||||||
- podman login -u sutty -p $${REGISTRY_PASSWORD} registry.nulo.in/sutty/haini.sh
|
- podman login -u sutty -p $${REGISTRY_PASSWORD} registry.nulo.in/sutty/haini.sh
|
||||||
- podman build -t latest .
|
- podman build -t latest .
|
||||||
- podman images
|
- podman images
|
||||||
|
|
Loading…
Reference in a new issue