logo
docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim
linux/arm64 docker.io 请确认架构匹配

MongoDB 社区版服务器

这是一个由 MongoDB 官方提供的 Docker 容器镜像,包含了社区版 MongoDB 数据库服务器。

它提供了一个稳定、高效的数据库服务器,并具有丰富的功能,适合各种应用场景。

你可以使用这个镜像快速搭建 MongoDB 数据库,并进行各种操作。

更多关于 MongoDB 社区版的信息,请参考 MongoDB 官方网站.

10
浏览次数
588.34MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim-linuxarm64
源镜像
docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim
镜像ID
sha256:e70b490abb2db746a83330955944107bcab16ee197f7f940858219f5edc12e74
镜像 TAG
8.0.28-ubi8-slim-linuxarm64
镜像大小
588.34MB
平台架构
linux/arm64
镜像源
docker.io
CMD
mongod
启动入口
/usr/local/bin/docker-entrypoint
工作目录
/
OS/平台
linux/arm64
镜像创建
2026-08-10T06:19:05.887855443Z
同步时间
2026-08-10 17:36
浏览量
10 次
贡献者
🔌 开放端口 1
27017/tcp
📁 目录挂载 2
 /data/configdb  /data/db
⚙️ 环境变量 3
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
HOME=/data/db 1
GLIBC_TUNABLES=glibc.pthread.rseq=0 2
🏷️ 镜像标签 22
KeyValue
aarch64 architecture
2026-08-10T00:54:26Z build-date
ubi8-micro-container com.redhat.component
https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI com.redhat.license_terms
cpe:/a:redhat:enterprise_linux:8::appstream cpe
Container configured with a standalone instance of MongoDB description
public distribution-scope
1.44.0 io.buildah.version
Very small image which doesn't install the package manager. io.k8s.description
Red Hat Universal Base Image 8 Micro io.k8s.display-name
io.openshift.expose-services
support@mongodb.com maintainer
MongoDB Standalone name
2026-08-10T00:54:26Z org.opencontainers.image.created
0d5362eef7c603ba8bacc499d92190ecea9b7b79 org.opencontainers.image.revision
1786323078 release
MongoDB Standalone Container summary
https://catalog.redhat.com/en/search?searchType=containers url
0d5362eef7c603ba8bacc499d92190ecea9b7b79 vcs-ref
git vcs-type
MongoDB vendor
8.0.28 version
🛡️ 镜像安全扫描
redhat 8.10 Trivy 2026-08-10 17:36 查看完整报告
25
低危 LOW
6
中危 MEDIUM
0
高危 HIGH
0
严重 CRITICAL
受影响目标 (1)
docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim (redhat 8.10) redhat

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim-linuxarm64  docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim-linuxarm64  docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim

Shell快速替换命令

sed -i 's#mongodb/mongodb-community-server:8.0.28-ubi8-slim#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim-linuxarm64  docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim-linuxarm64  docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim'

镜像构建历史


# 2026-08-10 14:19:05  0.00B 设置默认要执行的命令
CMD ["mongod"]
                        
# 2026-08-10 14:19:05  0.00B 声明容器运行时监听的端口
EXPOSE map[27017/tcp:{}]
                        
# 2026-08-10 14:19:05  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]
                        
# 2026-08-10 14:19:05  0.00B 设置环境变量 GLIBC_TUNABLES
ENV GLIBC_TUNABLES=glibc.pthread.rseq=0
                        
# 2026-08-10 14:19:05  0.00B 指定运行容器时使用的用户
USER mongod
                        
# 2026-08-10 14:19:05  0.00B 设置环境变量 HOME
ENV HOME=/data/db
                        
# 2026-08-10 14:19:05  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data/db /data/configdb]
                        
# 2026-08-10 14:19:05  0.00B 复制新文件或目录到容器中
COPY /data /data # buildkit
                        
# 2026-08-10 14:19:05  433.00B 复制新文件或目录到容器中
COPY /etc/group /etc/group # buildkit
                        
# 2026-08-10 14:19:05  802.00B 复制新文件或目录到容器中
COPY /etc/passwd /etc/passwd # buildkit
                        
# 2026-08-10 14:19:05  155.00B 复制新文件或目录到容器中
COPY /licenses /licenses # buildkit
                        
# 2026-08-10 14:19:05  166.06MB 复制新文件或目录到容器中
COPY /usr/bin/mongos /usr/bin/mongos # buildkit
                        
# 2026-08-10 14:19:05  167.14MB 复制新文件或目录到容器中
COPY /usr/bin/mongosh /usr/bin/mongosh # buildkit
                        
# 2026-08-10 14:19:05  211.62MB 复制新文件或目录到容器中
COPY /usr/bin/mongod /usr/bin/mongod # buildkit
                        
# 2026-08-10 14:19:05  13.48MB 复制新文件或目录到容器中
COPY /libs/ /usr/lib64/ # buildkit
                        
# 2026-08-10 14:19:05  4.03MB 复制新文件或目录到容器中
COPY /docker-entrypoint/target/release/docker-entrypoint /usr/local/bin/docker-entrypoint # buildkit
                        
# 2026-08-10 14:19:05  0.00B 添加元数据标签
LABEL name=MongoDB Standalone version=8.0.28 summary=MongoDB Standalone Container description=Container configured with a standalone instance of MongoDB vendor=MongoDB maintainer=support@mongodb.com
                        
# 2026-08-10 08:54:42  26.01MB 
/bin/sh -c #(nop) LABEL "org.opencontainers.image.created"="2026-08-10T00:54:26Z" "org.opencontainers.image.revision"="0d5362eef7c603ba8bacc499d92190ecea9b7b79" "build-date"="2026-08-10T00:54:26Z" "architecture"="aarch64" "vcs-ref"="0d5362eef7c603ba8bacc499d92190ecea9b7b79" "vcs-type"="git" "release"="1786323078"org.opencontainers.image.created=2026-08-10T00:54:26Z,org.opencontainers.image.revision=0d5362eef7c603ba8bacc499d92190ecea9b7b79
                        
# 2026-08-10 08:54:42  0.00B 
/bin/sh -c #(nop) COPY dir:810a3afade490c9d1ea5927d5b43147efde2f63622f7c095567ca71111a0a529 in /root/buildinfo/      
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) COPY dir:810a3afade490c9d1ea5927d5b43147efde2f63622f7c095567ca71111a0a529 in /usr/share/buildinfo/      
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) CMD /bin/sh
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) COPY file:67f65df33ff6c09984969b192c50b78072a88c5655e380e734315d0229c75aa1 in /etc/yum.repos.d/      
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) COPY dir:03f3d1ac9ba1fb8858342999a73be253711b4cf74407bbd760d98128dec616ba in /      
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Micro"
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="Very small image which doesn't install the package manager."
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL summary="ubi8 micro image"
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL distribution-scope="public"
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL cpe="cpe:/a:redhat:enterprise_linux:8::appstream"
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL version="8.10"
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL name="ubi8/ubi-micro"
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-micro-container"
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-08-10 08:54:41  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:e70b490abb2db746a83330955944107bcab16ee197f7f940858219f5edc12e74",
    "RepoTags": [
        "mongodb/mongodb-community-server:8.0.28-ubi8-slim",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim-linuxarm64"
    ],
    "RepoDigests": [
        "mongodb/mongodb-community-server@sha256:ea9a0300a968f4be4c3a24789701658a561a22c3c4547f11883ac40519658482",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mongodb/mongodb-community-server@sha256:72795743a2dce77a3931dc34a9700b1734b6d0aab4cb011201a2ce789ca4c4d8"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-08-10T06:19:05.887855443Z",
    "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",
            "HOME=/data/db",
            "GLIBC_TUNABLES=glibc.pthread.rseq=0"
        ],
        "Cmd": [
            "mongod"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/data/configdb": {},
            "/data/db": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/usr/local/bin/docker-entrypoint"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "aarch64",
            "build-date": "2026-08-10T00:54:26Z",
            "com.redhat.component": "ubi8-micro-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream",
            "description": "Container configured with a standalone instance of MongoDB",
            "distribution-scope": "public",
            "io.buildah.version": "1.44.0",
            "io.k8s.description": "Very small image which doesn't install the package manager.",
            "io.k8s.display-name": "Red Hat Universal Base Image 8 Micro",
            "io.openshift.expose-services": "",
            "maintainer": "support@mongodb.com",
            "name": "MongoDB Standalone",
            "org.opencontainers.image.created": "2026-08-10T00:54:26Z",
            "org.opencontainers.image.revision": "0d5362eef7c603ba8bacc499d92190ecea9b7b79",
            "release": "1786323078",
            "summary": "MongoDB Standalone Container",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "0d5362eef7c603ba8bacc499d92190ecea9b7b79",
            "vcs-type": "git",
            "vendor": "MongoDB",
            "version": "8.0.28"
        }
    },
    "Architecture": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 588340380,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d84f9a8fa44e68ce12843d8d2aaeff063514ff144628cdffb8b852e4a6e8e182/diff:/var/lib/docker/overlay2/5f9cac44530e11efa8663d02f56217d110b2665ca1face8f71e9623910a7b122/diff:/var/lib/docker/overlay2/4bda0e32440cf30ff23c891fa87637c8ce35034621c450805000f3c90809a0ed/diff:/var/lib/docker/overlay2/380000e29a2e4027118045d0a4f8d2d5048d781e9874766db79693b471fad4cb/diff:/var/lib/docker/overlay2/f7748d9928c635fb58b878b03beed926933fe65e8b26156b5508fa1941bca1d7/diff:/var/lib/docker/overlay2/74cb9c130862c0f3bc946bd3b5b8368b6685057acdea072b2f93957268128a2f/diff:/var/lib/docker/overlay2/78a8710f77709f23a94b872d0d0650fe0f8e6ec666472f6bda3bd2c2a5c24bd3/diff:/var/lib/docker/overlay2/a7467ae23d953776e11811da119381830e061610c2dac2546953e7b4f7e2355e/diff:/var/lib/docker/overlay2/e66bbdd7c029006484ae101f329b740090dca3903befcbeaee3787555e006069/diff",
            "MergedDir": "/var/lib/docker/overlay2/23ba1877cbf22db00ca605357273e4f81567e5315960248c82b63adb869c6141/merged",
            "UpperDir": "/var/lib/docker/overlay2/23ba1877cbf22db00ca605357273e4f81567e5315960248c82b63adb869c6141/diff",
            "WorkDir": "/var/lib/docker/overlay2/23ba1877cbf22db00ca605357273e4f81567e5315960248c82b63adb869c6141/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:997515e302c46019fc327ae64e0d2c89e711212d395f4e5401d15c574a83642e",
            "sha256:344f0e61ce7e2f26a68bf9f3d1928e86b733b50a030341bb3e518cd5ae776c4a",
            "sha256:2b67309d9b1859846fbb95ac65522ff421fd6332aae4932e5ff8485afc08e9d2",
            "sha256:71cb7215e57f93df9f2966d26043b674dec018f3d95799a2218054cfbb3cc5b3",
            "sha256:ae779186057ae9d269b10b57b542397e9343f19c9f4989e322a31d5c7d8cbb72",
            "sha256:765d93cd8900fcbc0da186261c401ca46aafb4eb25f398c1353671404ff9d565",
            "sha256:6a49f0961c200e7653362d537889b30980ebe349a73368e6820cc3dd43d8878f",
            "sha256:019b199007f3faae316e2f9797662336efb0952240ca2586c21fa267682da9db",
            "sha256:cbce4136c8729c90a3be07642a9055f638af187d94f0a12fb706944b87f05571",
            "sha256:ef97d78f73a545fd05591aae1575759fa414c7b056c01d5c178391fefbb66515"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-10T17:36:27.484489315+08:00"
    }
}

更多版本

docker.io/mongodb/mongodb-community-server:7.0.3-rc1-ubi8

linux/amd64 docker.io1.16GB2024-10-21 16:09
1250

docker.io/mongodb/mongodb-community-server:6.0.11-ubi9

linux/amd64 docker.io1.16GB2024-12-04 15:56
734

docker.io/mongodb/mongodb-community-server:6.0.16-ubuntu2204

linux/amd64 docker.io1.19GB2025-03-12 09:57
697

docker.io/mongodb/mongodb-community-server:8.0.9-ubi8

linux/amd64 docker.io1.21GB2025-06-07 09:41
768

docker.io/mongodb/mongodb-community-server:8.0.6-ubi8

linux/amd64 docker.io1.21GB2025-06-10 18:02
475

docker.io/mongodb/mongodb-community-server:8.0.6-ubi8

linux/arm64 docker.io1.19GB2025-06-10 18:06
767

docker.io/mongodb/mongodb-community-server:8.0-ubi8

linux/amd64 docker.io1.22GB2025-06-26 10:45
964

docker.io/mongodb/mongodb-community-server:8.0.10-ubi8

linux/amd64 docker.io1.22GB2025-06-26 10:46
664

docker.io/mongodb/mongodb-community-server:6.0.10-ubi9

linux/amd64 docker.io1.08GB2025-07-11 18:04
484

docker.io/mongodb/mongodb-community-server:8.0.11-ubi9

linux/amd64 docker.io1.22GB2025-07-14 14:38
812

docker.io/mongodb/mongodb-community-server:8.0.12-ubuntu2204

linux/amd64 docker.io1.33GB2025-07-24 17:28
586

docker.io/mongodb/mongodb-community-server:7.0.24-rc0-ubuntu2204

linux/amd64 docker.io1.26GB2025-09-04 09:39
496

docker.io/mongodb/mongodb-community-server:8.0.13-ubuntu2204

linux/amd64 docker.io1.33GB2025-09-05 12:20
455

docker.io/mongodb/mongodb-community-server:8.2.1-rc1-ubi8

linux/amd64 docker.io1.22GB2025-09-26 19:00
566

docker.io/mongodb/mongodb-community-server:8.2.1-rc1-ubi8

linux/arm64 docker.io1.20GB2025-09-26 19:03
515

docker.io/mongodb/mongodb-community-server:8.2.1-rc1-ubuntu2204

linux/amd64 docker.io1.34GB2025-10-10 07:35
485

docker.io/mongodb/mongodb-community-server:8.2-ubi8

linux/amd64 docker.io1.25GB2025-12-05 22:25
534

docker.io/mongodb/mongodb-community-server:6.0.3-ubuntu2204

linux/arm64 docker.io1.14GB2025-12-06 13:20
361

docker.io/mongodb/mongodb-community-server:latest

linux/amd64 docker.io1.35GB2025-12-22 10:12
713

docker.io/mongodb/mongodb-community-server:8.2.1-ubuntu2204

linux/amd64 docker.io1.34GB2025-12-22 11:02
1854

docker.io/mongodb/mongodb-community-server:8.0.1-ubi8

linux/amd64 docker.io1.21GB2025-12-26 11:22
377

docker.io/mongodb/mongodb-community-server:8.2.2-ubuntu2204

linux/amd64 docker.io1.35GB2026-01-05 16:25
485

docker.io/mongodb/mongodb-community-server:8.2.3-ubuntu2204

linux/amd64 docker.io1.34GB2026-01-05 16:28
1506

docker.io/mongodb/mongodb-community-server:4.4.29-ubuntu2204

linux/amd64 docker.io849.58MB2026-01-09 20:40
384

docker.io/mongodb/mongodb-community-server:8.0.17-ubi9

linux/amd64 docker.io1.25GB2026-01-26 12:24
350

docker.io/mongodb/mongodb-community-server:4.4.30-ubuntu2204

linux/amd64 docker.io871.08MB2026-01-30 22:57
379

docker.io/mongodb/mongodb-community-server:8.2.6-ubuntu2204-slim

linux/amd64 docker.io722.26MB2026-04-01 15:57
448

docker.io/mongodb/mongodb-community-server:4.4.31-ubuntu2204

linux/amd64 docker.io829.40MB2026-06-19 23:29
228

docker.io/mongodb/mongodb-community-server:7.0.37-ubi9-slim

linux/amd64 docker.io529.27MB2026-07-03 17:24
101

docker.io/mongodb/mongodb-community-server:4.4-ubi8-slim

linux/amd64 docker.io362.07MB2026-07-18 19:10
54

docker.io/mongodb/mongodb-community-server:8.0.28-ubi8-slim

linux/arm64 docker.io588.34MB2026-08-10 17:36
9
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×