镜像构建历史
# 2026-09-16 18:05:53 0.00B 设置默认要执行的命令
CMD ["rustfs"]
# 2026-09-16 18:05:53 0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
# 2026-09-16 18:05:53 0.00B 指定运行容器时使用的用户
USER rustfs
# 2026-09-16 18:05:53 0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
# 2026-09-16 18:05:53 0.00B 声明容器运行时监听的端口
EXPOSE [9000/tcp 9001/tcp]
# 2026-09-16 18:05:53 0.00B 设置环境变量 RUSTFS_ADDRESS RUSTFS_CONSOLE_ADDRESS RUSTFS_CONSOLE_ENABLE RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS RUSTFS_VOLUMES RUSTFS_OBS_LOGGER_LEVEL RUSTFS_OBS_LOG_DIRECTORY RUSTFS_OBS_ENVIRONMENT
ENV RUSTFS_ADDRESS=:9000 RUSTFS_CONSOLE_ADDRESS=:9001 RUSTFS_CONSOLE_ENABLE=true RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS=* RUSTFS_VOLUMES=/data RUSTFS_OBS_LOGGER_LEVEL=warn RUSTFS_OBS_LOG_DIRECTORY=/logs RUSTFS_OBS_ENVIRONMENT=production
# 2026-09-16 18:05:53 9.67KB 执行命令并创建新的镜像层
RUN |3 RELEASE=1.0.0 BUILD_DATE= VCS_REF= /bin/sh -c groupadd -g 10001 rustfs && useradd -u 10001 -g rustfs -m -s /sbin/nologin rustfs && mkdir -p /data /logs && chown -R rustfs:rustfs /data /logs && chmod 0750 /data /logs # buildkit
# 2026-09-16 18:05:53 0.00B 执行命令并创建新的镜像层
RUN |3 RELEASE=1.0.0 BUILD_DATE= VCS_REF= /bin/sh -c chmod +x /usr/bin/rustfs /entrypoint.sh # buildkit
# 2026-09-16 18:05:53 11.86KB 复制新文件或目录到容器中
COPY entrypoint.sh /entrypoint.sh # buildkit
# 2026-09-16 18:05:52 265.33MB 复制新文件或目录到容器中
COPY /build/rustfs /usr/bin/rustfs # buildkit
# 2026-09-16 18:05:39 17.98MB 执行命令并创建新的镜像层
RUN |3 RELEASE=1.0.0 BUILD_DATE= VCS_REF= /bin/sh -c apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl tzdata && test "$(TZ=Asia/Kolkata date +%z)" = "+0530" && rm -rf /var/lib/apt/lists/* # buildkit
# 2026-09-16 18:05:39 0.00B 添加元数据标签
LABEL name=RustFS vendor=RustFS Team maintainer=RustFS Team <dev@rustfs.com> version=v1.0.0 release=1.0.0 build-date= vcs-ref= summary=High-performance distributed object storage system (glibc) url=https://rustfs.com license=Apache-2.0
# 2026-09-16 18:05:39 0.00B 定义构建参数
ARG VCS_REF
# 2026-09-16 18:05:39 0.00B 定义构建参数
ARG BUILD_DATE
# 2026-09-16 18:05:39 0.00B 定义构建参数
ARG RELEASE=1.0.0
# 2026-09-12 18:25:59 179.00B
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/.temp_layer.control_data.9520.tar
# 2026-09-12 18:25:59 0.00B
umoci config --image /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-09-12T10:25:59.825539+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical
Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
# 2026-09-12 18:25:59 0.00B
umoci config --image /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-09-12T10:25:59.825539+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical
Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
# 2026-09-12 18:25:59 0.00B
umoci config --image /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# 2026-09-12 18:25:59 0.00B
umoci config --image /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
# 2026-09-12 18:25:59 0.00B
umoci config --image /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
# 2026-09-12 18:25:59 100.20MB
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/.temp_layer.9520.tar --tag 26.04
镜像信息
{
"Id": "sha256:a282fdcef11de8c502b3e26a94c71862beccda1b3a2ec10a25a531d363120e99",
"RepoTags": [
"rustfs/rustfs:1.0.0-glibc",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rustfs/rustfs:1.0.0-glibc"
],
"RepoDigests": [
"rustfs/rustfs@sha256:bffcab0c9d647aab0055d1c69d340b202d0909966b385932d4ead1aeb7602858",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rustfs/rustfs@sha256:47513ad4923465bab3d73f0a5f01aa4b5cb9ba79df6f140076b44f4f82110256"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2026-09-16T10:05:53.700083104Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "rustfs",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"9000/tcp": {},
"9001/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"RUSTFS_ADDRESS=:9000",
"RUSTFS_CONSOLE_ADDRESS=:9001",
"RUSTFS_CONSOLE_ENABLE=true",
"RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS=*",
"RUSTFS_VOLUMES=/data",
"RUSTFS_OBS_LOGGER_LEVEL=warn",
"RUSTFS_OBS_LOG_DIRECTORY=/logs",
"RUSTFS_OBS_ENVIRONMENT=production"
],
"Cmd": [
"rustfs"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": {
"/data": {}
},
"WorkingDir": "",
"Entrypoint": [
"/entrypoint.sh"
],
"OnBuild": null,
"Labels": {
"build-date": "",
"license": "Apache-2.0",
"maintainer": "RustFS Team \u003cdev@rustfs.com\u003e",
"name": "RustFS",
"org.opencontainers.image.created": "2026-09-12T10:25:59.825539+00:00",
"org.opencontainers.image.description": "The Ubuntu container image maintained by Canonical\n\nUbuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.\nIt is the world's most popular operating system across public clouds and OpenStack clouds.\nIt is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.\nFast, secure and simple, Ubuntu powers millions of PCs worldwide.\n",
"org.opencontainers.image.title": "RustFS,org.opencontainers.image.description=RustFS distributed object storage system,org.opencontainers.image.version=1.0.0,org.opencontainers.image.revision=d47f54bfb2f39f48bd1adda334bd27e151fe85b8,org.opencontainers.image.source=https://github.com/rustfs/rustfs,org.opencontainers.image.created=2026-09-16T10:05:12Z,org.opencontainers.image.build-type=release",
"org.opencontainers.image.version": "26.04",
"release": "1.0.0",
"summary": "High-performance distributed object storage system (glibc)",
"url": "https://rustfs.com",
"vcs-ref": "",
"vendor": "RustFS Team",
"version": "v1.0.0"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 383530113,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/b7fdc0bd9c4680c7745dad700f37bc9c35ad30341bc53e9052cbbe21b11bc175/diff:/var/lib/docker/overlay2/bfe501ab8c7cafc6b4e9d49ae7a856e3bd5e4c5de25f7c2029878d6474834ab6/diff:/var/lib/docker/overlay2/72145c2fbf95d191b81813bb4b24a5372df390a41a72b621b8873dfa13916160/diff:/var/lib/docker/overlay2/d983464b2fbb5addce99fa266c21ce66ba7ecb2130a1cf53aca8982381c92feb/diff:/var/lib/docker/overlay2/eebca6d74b76e28143cf1516669cc7431d10261117c800be1c389124e8e09b91/diff:/var/lib/docker/overlay2/9bb5c6f5f0bb578c89b66758471628339c670c5ab834f13cd4fbb26cc9007a52/diff",
"MergedDir": "/var/lib/docker/overlay2/21c16618125b70cc7417fd55a3c0a91630be286f4ed3701e61d74161c978c8f1/merged",
"UpperDir": "/var/lib/docker/overlay2/21c16618125b70cc7417fd55a3c0a91630be286f4ed3701e61d74161c978c8f1/diff",
"WorkDir": "/var/lib/docker/overlay2/21c16618125b70cc7417fd55a3c0a91630be286f4ed3701e61d74161c978c8f1/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:485d137fd3bfb545f1b417ea708e2281594be7a334e8a85ab75c5332db6089e9",
"sha256:598e8330e2e633ea6b06bbf1e8b80c275553b7c1de53899af154d1f480a7eefa",
"sha256:a2124e9ef7aa01d0f1c984c0ad6102dfd64171e9050a4d8c88c57317047d3ed5",
"sha256:1ecb196e41d33b134a340279ce00530d55b806b7e70986ddb2337c029ee1faef",
"sha256:692d2f32e91a8b9bb4c273985de304b3ca37d206a8bc99a9bd184045bd128f4e",
"sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
"sha256:144bb9c2338f866ef10eb01ba8ce4bc28e0009444ebf541678ed55b0a1565c1c"
]
},
"Metadata": {
"LastTagTime": "2026-09-18T09:39:33.592425382+08:00"
}
}