镜像构建历史
# 2024-03-17 19:27:28 0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/minio-operator"]
# 2024-03-17 19:27:28 83.60MB 复制新文件或目录到容器中
COPY minio-operator /minio-operator # buildkit
# 2024-03-17 19:27:27 34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
# 2024-03-17 19:27:27 1.15MB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
# 2024-03-17 19:27:27 222.08KB 复制新文件或目录到容器中
COPY /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/ca-trust/extracted/pem/ # buildkit
# 2024-03-17 19:27:27 0.00B 添加元数据标签
LABEL name=MinIO vendor=MinIO Inc <dev@min.io> maintainer=MinIO Inc <dev@min.io> version=v5.0.14 release=v5.0.14 summary=MinIO Operator brings native support for MinIO, Console, and Encryption to Kubernetes. description=MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads.
# 2024-03-17 19:27:27 0.00B 定义构建参数
ARG TAG
# 2024-03-01 00:07:21 22.66MB
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-02-29T16:04:33" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="303dc144996db01765d69e8ea45d2d617d953e42" "io.k8s.description"="Very small image which doesn't install the package manager." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-15"
# 2024-03-01 00:07:21 0.00B
/bin/sh -c #(nop) ADD file:24783417f2a36df09be1b8148e62244b629292112a7fee58d47c9143c784bd67 in /root/buildinfo/Dockerfile-ubi9-ubi-micro-9.3-15
# 2024-03-01 00:07:21 0.00B
/bin/sh -c #(nop) ADD file:3b220cd51a397d1576895383c8f71312a3318d7d8a55044e0e55eca321aa8ace in /root/buildinfo/content_manifests/ubi9-micro-container-9.3-15.json
# 2024-03-01 00:07:21 0.00B
/bin/sh -c #(nop) LABEL release=15
# 2024-03-01 00:07:21 0.00B
/bin/sh -c #(nop) CMD /bin/sh
# 2024-03-01 00:07:21 0.00B
/bin/sh -c #(nop) COPY file:eec73f859c6e7f6c8a9427ecc5249504fe89ae54dc3a1521b442674a90497d32 in /etc/yum.repos.d/ubi.repo
# 2024-03-01 00:07:20 0.00B
/bin/sh -c #(nop) COPY dir:6145aafe55bb190e856aae2727aa2725110cd7b0843da3d004986102bf1c937b in /
# 2024-03-01 00:07:20 0.00B
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
# 2024-03-01 00:07:20 0.00B
/bin/sh -c #(nop) LABEL io.k8s.display-name="Ubi9-micro"
# 2024-03-01 00:07:20 0.00B
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
# 2024-03-01 00:07:20 0.00B
/bin/sh -c #(nop) LABEL summary="ubi9 micro image"
# 2024-03-01 00:07:20 0.00B
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
# 2024-03-01 00:07:20 0.00B
/bin/sh -c #(nop) LABEL version="9.3"
# 2024-03-01 00:07:20 0.00B
/bin/sh -c #(nop) LABEL name="ubi9/ubi-micro"
# 2024-03-01 00:07:20 0.00B
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-micro-container"
# 2024-03-01 00:07:20 0.00B
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
镜像信息
{
"Id": "sha256:5b59aa90c51eb41d7a3cbad0aad47c269a341aa0857a957ca64163c29b3b4dd9",
"RepoTags": [
"minio/operator:v5.0.14",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/operator:v5.0.14"
],
"RepoDigests": [
"minio/operator@sha256:91268142b22f88bef9fe74577930afffa9e877f48da84bf0a2b7303c74c1dd06",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/operator@sha256:a668ff8827cf12f1ccd30baa58ba4bd563bacb21b27e365c7f5f812c93dd66aa"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2024-03-17T11:27:28.078437383Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": [
"/minio-operator"
],
"OnBuild": null,
"Labels": {
"architecture": "x86_64",
"build-date": "2024-02-29T16:04:33",
"com.redhat.component": "ubi9-micro-container",
"com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
"description": "MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads.",
"distribution-scope": "public",
"io.buildah.version": "1.29.0",
"io.k8s.description": "Very small image which doesn't install the package manager.",
"io.k8s.display-name": "Ubi9-micro",
"io.openshift.expose-services": "",
"maintainer": "MinIO Inc \u003cdev@min.io\u003e",
"name": "MinIO",
"release": "v5.0.14",
"summary": "MinIO Operator brings native support for MinIO, Console, and Encryption to Kubernetes.",
"url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-15",
"vcs-ref": "303dc144996db01765d69e8ea45d2d617d953e42",
"vcs-type": "git",
"vendor": "MinIO Inc \u003cdev@min.io\u003e",
"version": "v5.0.14"
}
},
"Architecture": "amd64",
"Os": "linux",
"Size": 107665947,
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/4283a0a0f6fee59a6f96367971ca295b278c7a77787006d0d1b299dc0a3ca932/diff:/var/lib/docker/overlay2/860f2f4e2f850542c238e3104412776e4ef9e87a3f2819123103d059230df295/diff:/var/lib/docker/overlay2/450c2051cfcc364ad0203a7721b8a1e10b1615d2d6c39a13953be54a58fc596c/diff:/var/lib/docker/overlay2/f78ac0b230a5ee769b831d162a4a9ed3cd9ae30df1f2a1920a1161f32362e756/diff",
"MergedDir": "/var/lib/docker/overlay2/75c5d19e0f983dd7dd2bd480e1105250a091171179a4c759a5e9c045d7f439f9/merged",
"UpperDir": "/var/lib/docker/overlay2/75c5d19e0f983dd7dd2bd480e1105250a091171179a4c759a5e9c045d7f439f9/diff",
"WorkDir": "/var/lib/docker/overlay2/75c5d19e0f983dd7dd2bd480e1105250a091171179a4c759a5e9c045d7f439f9/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:f6e375c0d5ad6710500dc4fe0f0e6c5c43c65465c50ac3ce5c152cc9627f5134",
"sha256:7e4c2bbd039c7a386e7a011c98c84000260b1b0b85e9c29770da1453f927d177",
"sha256:0a4b5cc96e8ad525d6ba326a32a69ccdf6613bd91837fd3a71e25f90fcaa656c",
"sha256:adc83dc085ba6e6b6d791bab6f40fcbedc384db883e37f4e544bdfdada0face0",
"sha256:d0b681017798f1ccedab41144f8619595580737a2660a4bbf67d0655f1c78de6"
]
},
"Metadata": {
"LastTagTime": "2025-01-01T21:14:23.536238042+08:00"
}
}