ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest
linux/amd64 ghcr.io feilanglove6 贡献

该镜像是Open RMF部署模板中的无认证版仪表盘,用于展示和管理RMF(机器人运动框架)系统中的机器人运动协调相关信息,方便用户直观查看系统状态,无需认证即可访问。

14
浏览次数
196.03MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest
源镜像
ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest
镜像ID
sha256:ca7ccf9d4bd82643725c396acc00cba1cbc555ea2ee4d9d9e0ee33b53c505b1a
镜像 TAG
latest
镜像大小
196.03MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
nginx -g daemon off;
启动入口
/docker-entrypoint.sh
工作目录
OS/平台
linux/amd64
镜像创建
2025-06-16T09:21:51.914212648Z
同步时间
2026-07-20 11:07
浏览量
14 次
贡献者
avatar feilanglove6
🔌 开放端口 1
80/tcp
⚙️ 环境变量 6
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
NGINX_VERSION=1.28.0 1
NJS_VERSION=0.8.10 2
NJS_RELEASE=1~bookworm 3
PKG_RELEASE=1~bookworm 4
DYNPKG_RELEASE=1~bookworm 5
🏷️ 镜像标签 1
KeyValue
NGINX Docker Maintainers <docker-maint@nginx.com> maintainer
🛡️ 镜像安全扫描
debian 12.11 Trivy 2026-07-20 11:07 查看完整报告
190
低危 LOW
186
中危 MEDIUM
106
高危 HIGH
11
严重 CRITICAL
受影响目标 (1)
ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest (debian 12.11) debian

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest  ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest  ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest

Shell快速替换命令

sed -i 's#ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest  ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest  ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest'

镜像构建历史


# 2025-06-16 17:21:51  145.00B 复制新文件或目录到容器中
COPY 99-inject-env.sh /docker-entrypoint.d # buildkit
                        
# 2025-06-16 17:21:51  378.00B 复制新文件或目录到容器中
COPY nginx.default.conf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2025-06-16 17:21:51  3.56MB 复制新文件或目录到容器中
COPY --chown=root:nginx /ws/packages/rmf-dashboard-framework/examples/target/dist /usr/share/nginx/html/dashboard # buildkit
                        
# 2025-04-24 02:00:49  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2025-04-24 02:00:49  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2025-04-24 02:00:49  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-04-24 02:00:49  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2025-04-24 02:00:49  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  389.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2025-04-24 02:00:49  117.64MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && groupadd --system --gid 101 nginx     && useradd --system --gid nginx --no-create-home --home /nonexistent --comment "nginx user" --shell /bin/false --uid 101 nginx     && apt-get update     && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates     &&     NGINX_GPGKEYS="573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 8540A6F18833A80E9C1653A42FD21310B49F6B46 9E9BE90EACBCDE69FE9B204CBCDCD8A38D88A2B3";     NGINX_GPGKEY_PATH=/etc/apt/keyrings/nginx-archive-keyring.gpg;     export GNUPGHOME="$(mktemp -d)";     found='';     for NGINX_GPGKEY in $NGINX_GPGKEYS; do     for server in         hkp://keyserver.ubuntu.com:80         pgp.mit.edu     ; do         echo "Fetching GPG key $NGINX_GPGKEY from $server";         gpg1 --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break;     done;     test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1;     done;     gpg1 --export "$NGINX_GPGKEYS" > "$NGINX_GPGKEY_PATH" ;     rm -rf "$GNUPGHOME";     apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/*     && dpkgArch="$(dpkg --print-architecture)"     && nginxPackages="         nginx=${NGINX_VERSION}-${PKG_RELEASE}         nginx-module-xslt=${NGINX_VERSION}-${DYNPKG_RELEASE}         nginx-module-geoip=${NGINX_VERSION}-${DYNPKG_RELEASE}         nginx-module-image-filter=${NGINX_VERSION}-${DYNPKG_RELEASE}         nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${NJS_RELEASE}     "     && case "$dpkgArch" in         amd64|arm64)             echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list             && apt-get update             ;;         *)             tempDir="$(mktemp -d)"             && chmod 777 "$tempDir"                         && savedAptMark="$(apt-mark showmanual)"                         && apt-get update             && apt-get install --no-install-recommends --no-install-suggests -y                 curl                 devscripts                 equivs                 git                 libxml2-utils                 lsb-release                 xsltproc             && (                 cd "$tempDir"                 && REVISION="${NGINX_VERSION}-${PKG_RELEASE}"                 && REVISION=${REVISION%~*}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${REVISION}.tar.gz                 && PKGOSSCHECKSUM="517bc18954ccf4efddd51986584ca1f37966833ad342a297e1fe58fd0faf14c5a4dabcb23519dca433878a2927a95d6bea05a6749ee2fa67a33bf24cdc41b1e4 *${REVISION}.tar.gz"                 && if [ "$(openssl sha512 -r ${REVISION}.tar.gz)" = "$PKGOSSCHECKSUM" ]; then                     echo "pkg-oss tarball checksum verification succeeded!";                 else                     echo "pkg-oss tarball checksum verification failed!";                     exit 1;                 fi                 && tar xzvf ${REVISION}.tar.gz                 && cd pkg-oss-${REVISION}                 && cd debian                 && for target in base module-geoip module-image-filter module-njs module-xslt; do                     make rules-$target;                     mk-build-deps --install --tool="apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes"                         debuild-$target/nginx-$NGINX_VERSION/debian/control;                 done                 && make base module-geoip module-image-filter module-njs module-xslt             )                         && apt-mark showmanual | xargs apt-mark auto > /dev/null             && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; }                         && ls -lAFh "$tempDir"             && ( cd "$tempDir" && dpkg-scanpackages . > Packages )             && grep '^Package: ' "$tempDir/Packages"             && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list             && apt-get -o Acquire::GzipIndexes=false update             ;;     esac         && apt-get install --no-install-recommends --no-install-suggests -y                         $nginxPackages                         gettext-base                         curl     && apt-get remove --purge --auto-remove -y && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list         && if [ -n "$tempDir" ]; then         apt-get purge -y --auto-remove         && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list;     fi     && ln -sf /dev/stdout /var/log/nginx/access.log     && ln -sf /dev/stderr /var/log/nginx/error.log     && mkdir /docker-entrypoint.d # buildkit
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1~bookworm
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1~bookworm
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1~bookworm
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.8.10
                        
# 2025-04-24 02:00:49  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.28.0
                        
# 2025-04-24 02:00:49  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2025-04-24 02:00:49  74.81MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'
                        
                    

镜像信息

{
    "Id": "sha256:ca7ccf9d4bd82643725c396acc00cba1cbc555ea2ee4d9d9e0ee33b53c505b1a",
    "RepoTags": [
        "ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth:latest"
    ],
    "RepoDigests": [
        "ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth@sha256:7bb8f0903132e119fb636aa3ab67009c324f1b7bae068eca703d1f9ba8d2e499",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard-no-auth@sha256:7bb8f0903132e119fb636aa3ab67009c324f1b7bae068eca703d1f9ba8d2e499"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-16T09:21:51.914212648Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NGINX_VERSION=1.28.0",
            "NJS_VERSION=0.8.10",
            "NJS_RELEASE=1~bookworm",
            "PKG_RELEASE=1~bookworm",
            "DYNPKG_RELEASE=1~bookworm"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 196026419,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d7edd524fc79e374d638656257e29803518bb8cdff1f0b991b187af273c8a90d/diff:/var/lib/docker/overlay2/348d282c2470c648d1526940d2cee74e045c2a41657b603f99430788d1abd1bb/diff:/var/lib/docker/overlay2/d5185cf6edec16d876603d52865ac6cda902a30a82b148096f55af76a36bd03b/diff:/var/lib/docker/overlay2/5f98e4fe11f990c7a7f2b5906953d14b9dc2de664b1b93e423c9918ff4d23de7/diff:/var/lib/docker/overlay2/70d02ca6df11f8d24b4b330f549fdfa1b345c39f483c3d6efc7b0adfdf446709/diff:/var/lib/docker/overlay2/c1ebe66f3e14033f30b3b55424b921be850255e60b38d9f7ac799ef1ef147d7f/diff:/var/lib/docker/overlay2/5f5447742ddb0af8a567a1e58e7d6e664d2441b8c65aec64890f872a3cea7192/diff:/var/lib/docker/overlay2/25c015021b85055bdcfc278ba53b792232e9e57247172a51cfe17ac72967bcb5/diff:/var/lib/docker/overlay2/d3a484ce99ff472abeb75cde8306d5c5d4aeb47f096263a517aea1f6d09567a9/diff",
            "MergedDir": "/var/lib/docker/overlay2/b7c3f99682e5842b6896963c95fdc9ec33bdb971a8409c668ef4134446027713/merged",
            "UpperDir": "/var/lib/docker/overlay2/b7c3f99682e5842b6896963c95fdc9ec33bdb971a8409c668ef4134446027713/diff",
            "WorkDir": "/var/lib/docker/overlay2/b7c3f99682e5842b6896963c95fdc9ec33bdb971a8409c668ef4134446027713/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:7fb72a7d1a8e984ccd01277432de660162a547a00de77151518dc9033cfb8cb4",
            "sha256:a2302590de187df20999b276ce0a5ebe988b70c0c3342a0e3789e1c91dc6d940",
            "sha256:b1e08554e011ab0b425762df664f7238d4455c06421a743056bc391136b9602f",
            "sha256:92b6a801bcd3eaa42ae976b7e3f802f7df00ef24f79a9c7ac2a17d965c1cceaa",
            "sha256:665de97f7798437303e1c301031a4699ee5833d9db44b7e185fb0b26bb67eee0",
            "sha256:1188cdd4d775d2ecff7603af4cfd26e4a0929d0745bfc9cb11d68bc95a647edc",
            "sha256:a6814d06e4b88c54404213f7d34d5882cace0d68cdd3ef574a4fe1526f3d85ba",
            "sha256:be30bec99ac9dea70fdef3428357a9e607c1bd8e237b558f5c2a377b118342a8",
            "sha256:fb0714c1f3dc92194a61949aea62d2a16a7dd4b170c5ca6c8434bc478784fd94",
            "sha256:ac3f268125760123abb6b78ce2ec6995278393179d9ee7a6d72fa353156e203e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-20T11:07:21.921660207+08:00"
    }
}

更多版本

检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×