- https://portfolio.thebennett.net
- Joined on
2026-07-22
Block a user
mirror-rustfs-rustfs (1.0.0-rc.6)
Published 2026-09-12 18:07:44 -05:00 by austin
Installation
docker pull git.reformedwitness.net/austin/mirror-rustfs-rustfs:1.0.0-rc.6sha256:97171b3d72cd47dc81000f92ea84de25608bfc35a94c965501afaeb5d99f6035
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 8d8bfa61f3 | linux/amd64 | 101 MiB |
| 1427d98352 | linux/arm64 | 96 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG RELEASE=1.0.0-rc.6 |
| ARG BUILD_DATE |
| ARG VCS_REF |
| LABEL name=RustFS vendor=RustFS Team maintainer=RustFS Team <[email protected]> version=v1.0.0-rc.6 release=1.0.0-rc.6 build-date= vcs-ref= summary=High-performance distributed object storage system compatible with S3 API description=RustFS is a distributed object storage system written in Rust, supporting erasure coding, multi-tenant management, and observability. url=https://rustfs.com license=Apache-2.0 |
| RUN |3 RELEASE=1.0.0-rc.6 BUILD_DATE= VCS_REF= /bin/sh -c apk upgrade --no-cache && apk add --no-cache ca-certificates coreutils curl tzdata && test "$(TZ=Asia/Kolkata date +%z)" = "+0530" # buildkit |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
| COPY /build/rustfs /usr/bin/rustfs # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN |3 RELEASE=1.0.0-rc.6 BUILD_DATE= VCS_REF= /bin/sh -c chmod +x /usr/bin/rustfs /entrypoint.sh # buildkit |
| RUN |3 RELEASE=1.0.0-rc.6 BUILD_DATE= VCS_REF= /bin/sh -c addgroup -g 10001 -S rustfs && adduser -u 10001 -G rustfs -S rustfs -D && mkdir -p /data /logs && chown -R rustfs:rustfs /data /logs && chmod 0750 /data /logs # buildkit |
| ENV RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS=* RUSTFS_VOLUMES=/data RUSTFS_OBS_LOGGER_LEVEL=warn RUSTFS_OBS_LOG_DIRECTORY=/logs RUSTFS_OBS_ENVIRONMENT=production |
| EXPOSE [9000/tcp 9001/tcp] |
| VOLUME [/data] |
| USER rustfs |
| ENTRYPOINT ["/entrypoint.sh"] |
| CMD ["rustfs"] |
Labels
| Key | Value |
|---|---|
| build-date | |
| description | RustFS is a distributed object storage system written in Rust, supporting erasure coding, multi-tenant management, and observability. |
| license | Apache-2.0 |
| maintainer | RustFS Team <[email protected]> |
| name | RustFS |
| org.opencontainers.image.title | RustFS,org.opencontainers.image.description=RustFS distributed object storage system,org.opencontainers.image.version=1.0.0-rc.6,org.opencontainers.image.revision=5cd58319ed6148ed7f09f2a4d0b4e46e429f043a,org.opencontainers.image.source=https://github.com/rustfs/rustfs,org.opencontainers.image.created=2026-09-11T04:53:53Z,org.opencontainers.image.build-type=prerelease |
| release | 1.0.0-rc.6 |
| summary | High-performance distributed object storage system compatible with S3 API |
| url | https://rustfs.com |
| vcs-ref | |
| vendor | RustFS Team |
| version | v1.0.0-rc.6 |
Details
2026-09-12 18:07:44 -05:00
Versions (1)
View all
Container
1
OCI / Docker
1.0.0-rc.6
2026-09-12