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:
|
||||
deploy:
|
||||
image: buildah/buildah
|
||||
image: docker.io/alpine:3.14
|
||||
environment:
|
||||
- STORAGE_DRIVER=vfs
|
||||
commands:
|
||||
- apk add podman buildah
|
||||
- podman version
|
||||
- buildah version
|
||||
- whoami
|
||||
- podman login -u sutty -p $${REGISTRY_PASSWORD} registry.nulo.in/sutty/haini.sh
|
||||
- podman build -t latest .
|
||||
- podman images
|
||||
|
|
Loading…
Reference in a new issue