build: Install fuse-overlayfs
This commit is contained in:
parent
aa277f364e
commit
7d9add5c1f
@ -20,7 +20,7 @@ steps:
|
|||||||
BUILDAH_REG: git.badhouseplants.net/badhouseplants/badhouseplants-builder
|
BUILDAH_REG: git.badhouseplants.net/badhouseplants/badhouseplants-builder
|
||||||
commands:
|
commands:
|
||||||
- apk update
|
- 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 login -u allanger -p $GITEA_TOKEN git.badhouseplants.net
|
||||||
- buildah build -t $BUILDAH_REG:$DRONE_COMMIT_SHA .
|
- buildah build -t $BUILDAH_REG:$DRONE_COMMIT_SHA .
|
||||||
- buildah push $BUILDAH_REG:$DRONE_COMMIT_SHA
|
- buildah push $BUILDAH_REG:$DRONE_COMMIT_SHA
|
||||||
|
@ -11,6 +11,5 @@ 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\
|
apk add yq gettext openssl curl jq perl git git-lfs\
|
||||||
buildah cni-plugins iptables ip6tables fuse-overlayfs --no-cache
|
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=rclone /out/rclone /usr/bin/rclone
|
||||||
COPY --from=argocd /out/argocd /usr/bin/argocd
|
COPY --from=argocd /out/argocd /usr/bin/argocd
|
||||||
|
Loading…
Reference in New Issue
Block a user