docker.io/mongodb/mongodb-atlas-local:8.0.13 linux/arm64

docker.io/mongodb/mongodb-atlas-local:8.0.13 - 国内下载镜像源 浏览次数:11 温馨提示: 这是一个 linux/arm64 系统架构镜像
源镜像 docker.io/mongodb/mongodb-atlas-local:8.0.13
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13-linuxarm64
镜像ID sha256:741a136f0b4c8ed606ef8b62a89b25eabce4b71e63ff0dccb0ce89e64e40072a
镜像TAG 8.0.13-linuxarm64
大小 1.33GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/local/bin/runner server
启动入口
工作目录 /
OS/平台 linux/arm64
浏览量 11 次
贡献者
镜像创建 2025-09-26T10:26:54.141576932Z
同步时间 2025-09-26 18:43
更新时间 2025-09-27 01:17
开放端口
27017/tcp
目录挂载
/data/configdb /data/db
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/mongot container=oci TOOL=CONTAINER
镜像标签
aarch64: architecture 2025-05-13T04:46:37: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms Container configured with a single node replicaset instance of MongoDB and Atlas Search: description public: distribution-scope 1.39.0-dev: io.buildah.version The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags support@mongodb.com: maintainer container: mongodb-atlas-local community: mongodb-type MongoDB Atlas Local: name 1747111267: release MongoDB Atlas Local Container: summary https://www.redhat.com: url 7575d7eb45eb7f545fef31ba067dfe3d8e52c4eb: vcs-ref git: vcs-type MongoDB: vendor 8.0.13: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13-linuxarm64  docker.io/mongodb/mongodb-atlas-local:8.0.13

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13-linuxarm64  docker.io/mongodb/mongodb-atlas-local:8.0.13

Shell快速替换命令

sed -i 's#mongodb/mongodb-atlas-local:8.0.13#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13-linuxarm64  docker.io/mongodb/mongodb-atlas-local:8.0.13'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13-linuxarm64  docker.io/mongodb/mongodb-atlas-local:8.0.13'

镜像构建历史


# 2025-09-26 18:26:54  0.00B 设置默认要执行的命令
CMD ["/usr/local/bin/runner" "server"]
                        
# 2025-09-26 18:26:54  0.00B 添加元数据标签
LABEL name=MongoDB Atlas Local version=8.0.13 mongodb-type=community summary=MongoDB Atlas Local Container description=Container configured with a single node replicaset instance of MongoDB and Atlas Search vendor=MongoDB maintainer=support@mongodb.com mongodb-atlas-local=container
                        
# 2025-09-26 18:26:54  0.00B 指定运行容器时使用的用户
USER mongod
                        
# 2025-09-26 18:26:54  0.00B 声明容器运行时监听的端口
EXPOSE &{[{{58 0} {58 0}}] 0xc00027f280}
                        
# 2025-09-26 18:26:54  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data/db /data/configdb]
                        
# 2025-09-26 18:26:54  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD" "/usr/local/bin/runner" "healthcheck"] "30s" "1m0s" "1m0s" "0s" '\x03'}
                        
# 2025-09-26 18:26:54  0.00B 设置环境变量 TOOL
ENV TOOL=CONTAINER
                        
# 2025-09-26 18:26:54  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/mongot
                        
# 2025-09-26 18:26:54  58.00B 执行命令并创建新的镜像层
RUN |6 MONGODB_VERSION=8.0.13 MONGOSH_VERSION=2.5.8 TOOLS_VERSION=100.13.0 MONGODB_TYPE=community MONGODB_REPO=org PKG_VERSION=8.0.13 /bin/sh -c mkdir -p /usr/share/licenses/mongodb/mongot /data/db /data/configdb /data/mongot;     ln -s /opt/mongot/LICENSE.txt /usr/share/licenses/mongodb/mongot/LICENSE.txt;     ln -s /opt/mongot/THIRD_PARTY_NOTICES.txt /usr/share/licenses/mongodb/mongot/THIRD_PARTY_NOTICES.txt;     chown -R mongod:mongod /data/db /data/configdb /data/mongot # buildkit
                        
# 2025-09-26 18:26:53  96.87KB 复制新文件或目录到容器中
COPY THIRD_PARTY_NOTICES.md /usr/share/licenses/mongodb/runner/THIRD_PARTY_NOTICES.md # buildkit
                        
# 2025-09-26 18:26:53  11.36KB 复制新文件或目录到容器中
COPY LICENSE.txt /usr/share/licenses/mongodb/runner/LICENSE.txt # buildkit
                        
# 2025-09-26 18:26:53  9.11MB 复制新文件或目录到容器中
COPY /runner /usr/local/bin/runner # buildkit
                        
# 2025-09-26 18:25:03  512.80MB 复制新文件或目录到容器中
COPY /app/mongot /opt/mongot # buildkit
                        
# 2025-09-26 18:25:03  698.78MB 执行命令并创建新的镜像层
RUN |6 MONGODB_VERSION=8.0.13 MONGOSH_VERSION=2.5.8 TOOLS_VERSION=100.13.0 MONGODB_TYPE=community MONGODB_REPO=org PKG_VERSION=8.0.13 /bin/sh -c groupadd -g 1000 mongod &&     useradd -m -u 1000 -g mongod mongod &&     microdnf update -y &&     microdnf install -y "mongodb-$MONGODB_REPO-server-$PKG_VERSION" "mongodb-mongosh-$MONGOSH_VERSION" "mongodb-database-tools-$TOOLS_VERSION" &&     microdnf clean all &&     mkdir -p /usr/share/licenses/mongodb/server && mkdir -p /licenses &&     ln -s /usr/share/licenses/mongodb /licenses/mongodb &&     ln -s /usr/share/doc/mongodb-*-server/LICENSE-*.txt /usr/share/licenses/mongodb/server/ &&     ln -s /usr/share/doc/mongodb-*-server/MPL-2 /usr/share/licenses/mongodb/server/MPL-2 &&     ln -s /usr/share/doc/mongodb-*-server/THIRD-PARTY-NOTICES /usr/share/licenses/mongodb/server/THIRD-PARTY-NOTICES # buildkit
                        
# 2025-09-26 18:22:40  209.00B 复制新文件或目录到容器中
COPY /app/repositories/*.repo /etc/yum.repos.d/ # buildkit
                        
# 2025-09-26 18:22:40  155.00B 复制新文件或目录到容器中
COPY /app/LICENSE.txt /usr/share/licenses/mongodb/LICENSE.txt # buildkit
                        
# 2025-09-26 18:22:40  0.00B 定义构建参数
ARG PKG_VERSION=8.0.13
                        
# 2025-09-26 18:22:40  0.00B 定义构建参数
ARG MONGODB_REPO=org
                        
# 2025-09-26 18:22:40  0.00B 定义构建参数
ARG MONGODB_TYPE=community
                        
# 2025-09-26 18:22:40  0.00B 定义构建参数
ARG TOOLS_VERSION=100.13.0
                        
# 2025-09-26 18:22:40  0.00B 定义构建参数
ARG MONGOSH_VERSION=2.5.8
                        
# 2025-09-26 18:22:40  0.00B 定义构建参数
ARG MONGODB_VERSION=8.0.13
                        
# 2025-05-13 12:46:56  107.72MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-05-13T04:46:37" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="7575d7eb45eb7f545fef31ba067dfe3d8e52c4eb" "release"="1747111267"
                        
# 2025-05-13 12:46:56  0.00B 
/bin/sh -c #(nop) COPY file:0667e9d31385a24c3aef13f2dd9ab6a7b71b3dfcfef5127d3c1e2ea2c838e5cb in /usr/share/buildinfo/content-sets.json 
                        
# 2025-05-13 12:46:56  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rm -rf /var/log/*
                        
# 2025-05-13 12:46:55  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-05-13 12:46:55  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-05-13 12:46:55  0.00B 
/bin/sh -c #(nop) COPY dir:322b1eba0279fa9048b9b4a366e8c52ac2af46fb06d006174f85e5f3b1ca4d6a in / 
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.5"       distribution-scope="public"
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-05-13 12:46:54  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:741a136f0b4c8ed606ef8b62a89b25eabce4b71e63ff0dccb0ce89e64e40072a",
    "RepoTags": [
        "mongodb/mongodb-atlas-local:8.0.13",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local@sha256:696daa1690e9d3637be7d3441021cd2e6e94998d40fc9401a7e75ed9d72bae49"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-26T10:26:54.141576932Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "mongod",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "27017/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/mongot",
            "container=oci",
            "TOOL=CONTAINER"
        ],
        "Cmd": [
            "/usr/local/bin/runner",
            "server"
        ],
        "Healthcheck": {
            "Test": [
                "CMD",
                "/usr/local/bin/runner",
                "healthcheck"
            ],
            "Interval": 30000000000,
            "Timeout": 60000000000,
            "StartPeriod": 60000000000,
            "Retries": 3
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/data/configdb": {},
            "/data/db": {}
        },
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "aarch64",
            "build-date": "2025-05-13T04:46:37",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Container configured with a single node replicaset instance of MongoDB and Atlas Search",
            "distribution-scope": "public",
            "io.buildah.version": "1.39.0-dev",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "support@mongodb.com",
            "mongodb-atlas-local": "container",
            "mongodb-type": "community",
            "name": "MongoDB Atlas Local",
            "release": "1747111267",
            "summary": "MongoDB Atlas Local Container",
            "url": "https://www.redhat.com",
            "vcs-ref": "7575d7eb45eb7f545fef31ba067dfe3d8e52c4eb",
            "vcs-type": "git",
            "vendor": "MongoDB",
            "version": "8.0.13"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 1328515539,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ca91f72903f7f974b43e802665346dc3703bbc4022889e3931ad15b952548a3f/diff:/var/lib/docker/overlay2/36bcdcb0b90ed697628d8a658272ff45265d49628534f2cce18fb020fa3aa1a6/diff:/var/lib/docker/overlay2/ae6bee0a4a02b8b5ac06c3e80cd3691b64ff74a31675b4b2ae0844aa134818e7/diff:/var/lib/docker/overlay2/2c65a21b188abbb607dd0753fa920fabd77c83af8125e045f98a1401a8dcb18e/diff:/var/lib/docker/overlay2/7d6f298af314079b4d883832ae3c49417e45505b1e908962b20437b97797365d/diff:/var/lib/docker/overlay2/1da7b966ac6677740f26a711c81da0788bf7fcc19808e7d2d95b3a6ce459ee25/diff:/var/lib/docker/overlay2/672180511c357d1ab9a5b9377e5d44c01df3da7396b42d588138b6179b51720e/diff:/var/lib/docker/overlay2/69fcedb97a9249ae8b2bd2ffedcbd9674f07d1e6b90b32979514688bfc389d56/diff",
            "MergedDir": "/var/lib/docker/overlay2/f167c41629e65cdbdbe989e5a66a403cf232aadf72ba04811d17e145197bfc45/merged",
            "UpperDir": "/var/lib/docker/overlay2/f167c41629e65cdbdbe989e5a66a403cf232aadf72ba04811d17e145197bfc45/diff",
            "WorkDir": "/var/lib/docker/overlay2/f167c41629e65cdbdbe989e5a66a403cf232aadf72ba04811d17e145197bfc45/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:745f23a6b7930c4b83584799114b6d92803f3ade90de11cedc6ed4e275e85f80",
            "sha256:20c9b34e1665f97f0c309ec7158a4a515823981de90fb0a11054dc3083048695",
            "sha256:021c2b4670469fcb3acca521a56c101233fabe8e58335e0482b88eadab21e039",
            "sha256:f6770679d5f206adf5567948a8a4202b7e71ef43e2d593d708a14809c317d939",
            "sha256:405669289e7e621ca1e9b2250b184b735edc6a469c0210309311c4eb1270d4df",
            "sha256:d2fa78ab54c964eb7dbcce016b509ae2705114cb9e2ce0dacb2a9b3ca5a328d2",
            "sha256:c829c7db3860aac88c6ed450b0e834b00828bfcff2d04aeffa982397c5e6be0f",
            "sha256:8f0622325ea875ac54194c69a58da48e982f4918b55637320b98ac07924f145a",
            "sha256:03576bb3829a5fac247032e9664f9f9f9d7e1135ed5413d23788b291a7d34934"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-26T18:42:13.560603753+08:00"
    }
}

更多版本

docker.io/mongodb/mongodb-atlas-local:8.0.13

linux/amd64 docker.io1.33GB2025-09-26 18:40
9

docker.io/mongodb/mongodb-atlas-local:8.0.13

linux/arm64 docker.io1.33GB2025-09-26 18:43
10