Block a user
rofs-filtered (latest)
Published 2026-01-14 15:30:55 +01:00 by soeren
Installation
docker pull gitea.freundchenhub.com/soeren/rofs-filtered:latestsha256:9ddc2e0d4c5ce97286c03fb65787fe0075387366a0889718ff37950e4a5ac6f3
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1768176000' |
| RUN /bin/sh -c apt-get update && apt-get install -y build-essential cmake git fuse libfuse-dev && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c git clone https://github.com/gburca/rofs-filtered.git /tmp/rofs-filtered && mkdir /tmp/rofs-filtered/build && cd /tmp/rofs-filtered/build && cmake .. && make && make install && rm -rf /tmp/rofs-filtered # buildkit |
| ENTRYPOINT ["/usr/local/bin/rofs-filtered"] |