From 7d9add5c1ff2d510ff32ebabebf4da5086006498 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 24 May 2023 11:20:55 +0200 Subject: [PATCH] build: Install fuse-overlayfs --- .drone.yml | 2 +- Containerfile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index feefb9a..8079fff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: BUILDAH_REG: git.badhouseplants.net/badhouseplants/badhouseplants-builder commands: - apk update - - apk add buildah cni-plugins iptables ip6tables + - apk add buildah cni-plugins iptables ip6tables fuse-overlayfs - buildah login -u allanger -p $GITEA_TOKEN git.badhouseplants.net - buildah build -t $BUILDAH_REG:$DRONE_COMMIT_SHA . - buildah push $BUILDAH_REG:$DRONE_COMMIT_SHA diff --git a/Containerfile b/Containerfile index 9c0fabe..d4b590b 100644 --- a/Containerfile +++ b/Containerfile @@ -11,6 +11,5 @@ FROM registry.hub.docker.com/library/alpine RUN apk update --no-cache&&\ apk add yq gettext openssl curl jq perl git git-lfs\ buildah cni-plugins iptables ip6tables fuse-overlayfs --no-cache -RUN sed -i 's/#mount_program/mount_program/' /etc/containers/storage.conf COPY --from=rclone /out/rclone /usr/bin/rclone COPY --from=argocd /out/argocd /usr/bin/argocd