From d7d5eebec50ccda0186525a5c25d6b3901a9f4e7 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 17 Sep 2021 13:54:51 -0300 Subject: [PATCH] woodpecker: usar Alpine Porque buildah/buildah es viejisimo --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 78734cb..9ce97a4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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