Rename Goofys mounter to GeeseFS and use it by default

This commit is contained in:
Vitaliy Filippov 2021-07-26 14:51:19 +03:00
parent 322362ab88
commit f723bccaf3
7 changed files with 90 additions and 91 deletions
cmd/s3driver

View file

@ -10,8 +10,7 @@ FROM debian:buster-slim
LABEL maintainers="Vitaliy Filippov <vitalif@yourcmc.ru>"
LABEL description="csi-s3 slim image"
# patched goofys
ADD goofys /usr/bin/
ADD geesefs /usr/bin/
RUN apt-get update && \
apt-get install -y ca-certificates && \