Block a user
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:latestsha256:720ca0104b8efe08799a4dc4c03093d26f3dbc819e9434987450302310d40a54
Images
| Digest | OS / Arch | Size |
|---|---|---|
| f927c374c3 | linux/amd64 | 75 MiB |
| 7499692c41 | linux/arm64 | 70 MiB |
| f5af84700e | linux/s390x | 63 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL maintainers=Vitaliy Filippov <vitalif@yourcmc.ru> |
| LABEL description=csi-s3 driver image |
| ARG TARGETARCH=arm64 |
| ARG GEESEFS_VERSION=0.43.5 |
| RUN |2 TARGETARCH=arm64 GEESEFS_VERSION=0.43.5 /bin/sh -c apk add --no-cache fuse mailcap rclone curl # buildkit |
| RUN |2 TARGETARCH=arm64 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=arm64 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
2026-03-09 17:37:52 +02:00
Versions (11)
View all
Container
73
OCI / Docker
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