Skip to content

Commit

Permalink
adding fuse-fs (#33)
Browse files Browse the repository at this point in the history
* adding fuse-fs

* Added explanation

Co-authored-by: ilia-medvedev-codefresh <[email protected]>

---------

Co-authored-by: ilia-medvedev-codefresh <[email protected]>
  • Loading branch information
roi-codefresh and ilia-medvedev-codefresh authored Mar 26, 2023
1 parent 3cb26ea commit 22093b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ FROM docker:${DOCKER_VERSION}-dind

RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.11/main' >> /etc/apk/repositories \
&& apk upgrade \
&& apk add bash jq --no-cache \
# Add fuse-overlayfs for comaptibility with rootless. Volumes created with rootless might use fuse-overlay formatted volumes. If those volumes are later used by dind that runs with root it'll require fuse-overlay to be able to read the volume
&& apk add bash fuse-overlayfs jq --no-cache \
&& rm -rf /var/cache/apk/*

COPY --from=node-exporter /bin/node_exporter /bin/
Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.25.4
version: 1.25.5

0 comments on commit 22093b0

Please sign in to comment.