pkg

rustfs (latest)

Published 2026-07-30 10:35:12 +00:00 by packager

Installation

docker pull forge.myvelabs.com/pkg/rustfs:latest
sha256:19b105cc1622467d279db7ec7a1dcfe59291e15f9ae30dc50a3fe5ed9cd0bd0f

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG RELEASE=1.0.0-beta.12
ARG BUILD_DATE
ARG VCS_REF
LABEL name=RustFS vendor=RustFS Team maintainer=RustFS Team <dev@rustfs.com> version=v1.0.0-beta.12 release=1.0.0-beta.12 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-beta.12 BUILD_DATE= VCS_REF= /bin/sh -c apk upgrade --no-cache && apk add --no-cache ca-certificates coreutils curl # 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-beta.12 BUILD_DATE= VCS_REF= /bin/sh -c chmod +x /usr/bin/rustfs /entrypoint.sh # buildkit
RUN |3 RELEASE=1.0.0-beta.12 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 <dev@rustfs.com>
name RustFS
org.opencontainers.image.title RustFS,org.opencontainers.image.description=RustFS distributed object storage system,org.opencontainers.image.version=1.0.0-beta.12,org.opencontainers.image.revision=8601179c3989d131fb68fa311fd517fe281270fe,org.opencontainers.image.source=https://github.com/rustfs/rustfs,org.opencontainers.image.created=2026-07-30T04:15:52Z,org.opencontainers.image.build-type=prerelease
release 1.0.0-beta.12
summary High-performance distributed object storage system compatible with S3 API
url https://rustfs.com
vcs-ref
vendor RustFS Team
version v1.0.0-beta.12
Details
Container
2026-07-30 10:35:12 +00:00
0
OCI / Docker
linux/amd64
82 MiB
Versions (2) View all
latest 2026-07-30
stable 2026-07-10