• Joined on 2026-02-12

csi-s3-driver (latest)

Published 2026-03-09 17:37:52 +02:00 by oleks

Installation

docker pull git.oleks.space/oleks/csi-s3-driver:latest
sha256:720ca0104b8efe08799a4dc4c03093d26f3dbc819e9434987450302310d40a54

Images

Digest OS / Arch Size
f927c374c3 linux/amd64 75 MiB
7499692c41 linux/arm64 70 MiB
f5af84700e linux/s390x 63 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainers=Vitaliy Filippov <vitalif@yourcmc.ru>
LABEL description=csi-s3 driver image
ARG TARGETARCH=amd64
ARG GEESEFS_VERSION=0.43.5
RUN |2 TARGETARCH=amd64 GEESEFS_VERSION=0.43.5 /bin/sh -c apk add --no-cache fuse mailcap rclone curl # buildkit
RUN |2 TARGETARCH=amd64 GEESEFS_VERSION=0.43.5 /bin/sh -c apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community s3fs-fuse # buildkit
ARG REGISTRY_TOKEN=
RUN |3 TARGETARCH=amd64 GEESEFS_VERSION=0.43.5 REGISTRY_TOKEN= /bin/sh -c if [ "$TARGETARCH" = "s390x" ]; then curl -fsSL -H "Authorization: token $REGISTRY_TOKEN" "https://git.oleks.space/api/packages/oleks/generic/geesefs/${GEESEFS_VERSION}/geesefs-linux-s390x" -o /usr/bin/geesefs; else curl -fsSL "https://github.com/yandex-cloud/geesefs/releases/download/v${GEESEFS_VERSION}/geesefs-linux-${TARGETARCH}" -o /usr/bin/geesefs; fi && chmod 755 /usr/bin/geesefs # buildkit
COPY /build/s3driver /s3driver # buildkit
ENTRYPOINT ["/s3driver"]

Labels

Key Value
description csi-s3 driver image
maintainers Vitaliy Filippov <vitalif@yourcmc.ru>
Details
Container
2026-03-09 17:37:52 +02:00
73
OCI / Docker
Versions (11) View all
latest 2026-03-09
0.43.5 2026-03-09
latest-s390x 2026-03-09
0.43.5-s390x 2026-03-09
latest-arm64 2026-03-09