From 29df060ce4da286705a1dd201819ab532dfb938f Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 26 Nov 2025 13:17:40 +0100 Subject: [PATCH] Check the env Signed-off-by: Nikolai Rodionov --- .woodpecker.yaml | 3 ++- Containerfile | 13 +------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 4c65c2f..de4f76f 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -15,10 +15,11 @@ steps: image: alpine privileged: true environment: - BUILDAH_REG: zot.badhouseplants.net/badhouseplants/badhouseplants-builder + BUILDAH_REG: gitea.badhouseplants.net/badhouseplants/container-builder REGISTRY_TOKEN: from_secret: registry_token commands: + - env - ./build backend_options: kubernetes: diff --git a/Containerfile b/Containerfile index 1b723b6..294416d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,16 +1,5 @@ -FROM registry.hub.docker.com/rclone/rclone AS rclone -WORKDIR /out -RUN cp $(which rclone) /out/rclone - -FROM registry.hub.docker.com/argoproj/argocd as argocd -WORKDIR /out -RUN cp $(which argocd) /out/argocd - - FROM registry.hub.docker.com/library/alpine -RUN apk update --no-cache&&\ +RUN apk update --no-cache &&\ apk add yq gettext openssl curl jq perl git git-lfs netavark\ buildah cni-plugins iptables ip6tables fuse-overlayfs --no-cache -COPY --from=rclone /out/rclone /usr/bin/rclone -COPY --from=argocd /out/argocd /usr/bin/argocd COPY ./scripts/ /usr/bin/