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

docker.io/mongodb/mongodb-atlas-local:8.0.13 - 国内下载镜像源 浏览次数:9
源镜像 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
镜像ID sha256:b225fff09ad0c77e8b75349d356c499547f222285ed4fb2a578aa17ff56580d2
镜像TAG 8.0.13
大小 1.33GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/local/bin/runner server
启动入口
工作目录 /
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2025-09-26T10:22:33.673234064Z
同步时间 2025-09-26 18:40
更新时间 2025-09-27 01:16
开放端口
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
镜像标签
x86_64: architecture 2025-05-13T04:42:10: 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
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13  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
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13  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#' 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 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13  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 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local:8.0.13  docker.io/mongodb/mongodb-atlas-local:8.0.13'

镜像构建历史


# 2025-09-26 18:22:33  0.00B 设置默认要执行的命令
CMD ["/usr/local/bin/runner" "server"]
                        
# 2025-09-26 18:22:33  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:22:33  0.00B 指定运行容器时使用的用户
USER mongod
                        
# 2025-09-26 18:22:33  0.00B 声明容器运行时监听的端口
EXPOSE &{[{{58 0} {58 0}}] 0xc00069b9c0}
                        
# 2025-09-26 18:22:33  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data/db /data/configdb]
                        
# 2025-09-26 18:22:33  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD" "/usr/local/bin/runner" "healthcheck"] "30s" "1m0s" "1m0s" "0s" '\x03'}
                        
# 2025-09-26 18:22:33  0.00B 设置环境变量 TOOL
ENV TOOL=CONTAINER
                        
# 2025-09-26 18:22:33  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/mongot
                        
# 2025-09-26 18:22:33  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:22:33  96.87KB 复制新文件或目录到容器中
COPY THIRD_PARTY_NOTICES.md /usr/share/licenses/mongodb/runner/THIRD_PARTY_NOTICES.md # buildkit
                        
# 2025-09-26 18:22:33  11.36KB 复制新文件或目录到容器中
COPY LICENSE.txt /usr/share/licenses/mongodb/runner/LICENSE.txt # buildkit
                        
# 2025-09-26 18:22:33  9.64MB 复制新文件或目录到容器中
COPY /runner /usr/local/bin/runner # buildkit
                        
# 2025-09-26 18:22:31  512.64MB 复制新文件或目录到容器中
COPY /app/mongot /opt/mongot # buildkit
                        
# 2025-09-26 18:22:31  705.44MB 执行命令并创建新的镜像层
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:02  209.00B 复制新文件或目录到容器中
COPY /app/repositories/*.repo /etc/yum.repos.d/ # buildkit
                        
# 2025-09-26 18:22:01  155.00B 复制新文件或目录到容器中
COPY /app/LICENSE.txt /usr/share/licenses/mongodb/LICENSE.txt # buildkit
                        
# 2025-09-26 18:22:01  0.00B 定义构建参数
ARG PKG_VERSION=8.0.13
                        
# 2025-09-26 18:22:01  0.00B 定义构建参数
ARG MONGODB_REPO=org
                        
# 2025-09-26 18:22:01  0.00B 定义构建参数
ARG MONGODB_TYPE=community
                        
# 2025-09-26 18:22:01  0.00B 定义构建参数
ARG TOOLS_VERSION=100.13.0
                        
# 2025-09-26 18:22:01  0.00B 定义构建参数
ARG MONGOSH_VERSION=2.5.8
                        
# 2025-09-26 18:22:01  0.00B 定义构建参数
ARG MONGODB_VERSION=8.0.13
                        
# 2025-05-13 12:42:27  104.40MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-05-13T04:42:10" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7575d7eb45eb7f545fef31ba067dfe3d8e52c4eb" "release"="1747111267"
                        
# 2025-05-13 12:42:26  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json 
                        
# 2025-05-13 12:42:26  0.00B 
/bin/sh -c . /cachi2/cachi2.env &&     rm -rf /var/log/*
                        
# 2025-05-13 12:42:26  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-05-13 12:42:26  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-05-13 12:42:26  0.00B 
/bin/sh -c #(nop) COPY dir:2dc25289c3b10f6fae681d085452474bf4d133d8f435510e0e9aa64114b861ab in / 
                        
# 2025-05-13 12:42:25  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-05-13 12:42:25  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-05-13 12:42:25  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-05-13 12:42:25  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-05-13 12:42:25  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:42:25  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:42:25  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:42:25  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:42:25  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:42:25  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-05-13 12:42:25  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-05-13 12:42:25  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:b225fff09ad0c77e8b75349d356c499547f222285ed4fb2a578aa17ff56580d2",
    "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"
    ],
    "RepoDigests": [
        "mongodb/mongodb-atlas-local@sha256:f6172004dbb4f160de76300b95d516dff48554cfa037e417efd0414831381027",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-atlas-local@sha256:c555ed711aa223d5c8948c2c0fd77f790cd63f45a8bf463257a115af0f7d55a6"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-26T10:22:33.673234064Z",
    "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": "x86_64",
            "build-date": "2025-05-13T04:42:10",
            "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": "amd64",
    "Os": "linux",
    "Size": 1332230239,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/11fa7410398d447887c920e5b6cec22069a3fdfc0a45d64b57fb193a20e1a330/diff:/var/lib/docker/overlay2/a311a9a370892781588fa96f80bac6856e622e96262d42ce725c022cd9fc3f1a/diff:/var/lib/docker/overlay2/9acfbf2f336fd00071f1f37464d976b6e47381dc4f1d4c68a98ce7cf275aef0f/diff:/var/lib/docker/overlay2/f6bd7e99488eada40af35850fd39369ef78644348efb595e28d593fc48a03ba9/diff:/var/lib/docker/overlay2/59723517d3e99ca97eb56de73ca5810311d0d674b393cc6c806c0a1c819044f6/diff:/var/lib/docker/overlay2/cfcf3d2ce6b77c72e42174c9088b3d8a2b8f7e5d9a38d39271bce1584a8b7e1c/diff:/var/lib/docker/overlay2/fb07aed5e0f84bb23196b0d3e59efc110938c47c5955fc1706588c451f68d0ca/diff:/var/lib/docker/overlay2/f3157024587bf58ac340437daac58eae137c3856a81f1074eff649a0c2936ca7/diff",
            "MergedDir": "/var/lib/docker/overlay2/f2825b1f54b15fa946708464ec4b5768c886349fdaa68735dd6b8e4bed3f0e65/merged",
            "UpperDir": "/var/lib/docker/overlay2/f2825b1f54b15fa946708464ec4b5768c886349fdaa68735dd6b8e4bed3f0e65/diff",
            "WorkDir": "/var/lib/docker/overlay2/f2825b1f54b15fa946708464ec4b5768c886349fdaa68735dd6b8e4bed3f0e65/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:7b9d8ee06beb8794d1435aca25ed7613e428b00a86a6f80eb5f1a671b5cb9dc2",
            "sha256:a348d9b2f3ea1dabb520f13cb77909665849dfa8de5bd290538d1fa8763c23cb",
            "sha256:6c567b1d6e3cd17667897493274342201a6bb48b155c8844dfdad75e8a491c9b",
            "sha256:6f62081d15df45a8f19f08c45bc86f436f077fc8a2fb4419d0619adbb2332a89",
            "sha256:3c99080903f266b569e55ddfcb548386b5b6cb466cdf5f079db2e38f75b718cc",
            "sha256:e490c52917acd7517a6b7df58c416017776082456144ff0d58929854efd53bd8",
            "sha256:717810944d332e996d7db7b38b8d4864186c1709ca858b09cd985f2ce3790360",
            "sha256:d2f1fb28b05c0f614321b65ded8e1efce32666e51c13f1b303f66653e52e99cd",
            "sha256:7ccc76336b363e628112872a84504b47636a41b28b7f3e9cf532f471abc3d6a7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-26T18:38:39.957584984+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
11