广告图片

docker.io/makeplane/plane-frontend:v1.2.3 linux/arm64

docker.io/makeplane/plane-frontend:v1.2.3 - 国内下载镜像源 浏览次数:13 温馨提示: 这是一个 linux/arm64 系统架构镜像

这是一个名为docker.io/makeplane/plane-frontend 的Docker容器镜像。 它很可能包含MakePlane平台的前端应用程序代码。 具体内容需要参考MakePlane的官方文档或该镜像的README文件来获取详细信息,例如其功能、依赖项以及运行方式等。

源镜像 docker.io/makeplane/plane-frontend:v1.2.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend:v1.2.3-linuxarm64
镜像ID sha256:5f92b92d5ae119e84d98a70cdc05542ecd4730d873436ac2fe004f87a0519b98
镜像TAG v1.2.3-linuxarm64
大小 75.50MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录 /
OS/平台 linux/arm64
浏览量 13 次
贡献者
镜像创建 2026-03-05T12:49:59.944569646Z
同步时间 2026-04-03 14:34
开放端口
3000/tcp 80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.27.5 PKG_RELEASE=1 DYNPKG_RELEASE=1 NJS_VERSION=0.8.10 NJS_RELEASE=1
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend:v1.2.3-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend:v1.2.3-linuxarm64  docker.io/makeplane/plane-frontend:v1.2.3

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend:v1.2.3-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend:v1.2.3-linuxarm64  docker.io/makeplane/plane-frontend:v1.2.3

Shell快速替换命令

sed -i 's#makeplane/plane-frontend:v1.2.3#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend:v1.2.3-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend:v1.2.3-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend:v1.2.3-linuxarm64  docker.io/makeplane/plane-frontend:v1.2.3'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend:v1.2.3-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend:v1.2.3-linuxarm64  docker.io/makeplane/plane-frontend:v1.2.3'

镜像构建历史


# 2026-03-05 20:49:59  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2026-03-05 20:49:59  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "curl -fsS http://127.0.0.1:3000/ >/dev/null || exit 1"] "30s" "5s" "10s" "0s" '\x03'}
                        
# 2026-03-05 20:49:59  0.00B 声明容器运行时监听的端口
EXPOSE map[3000/tcp:{}]
                        
# 2026-03-05 20:49:59  25.79MB 复制新文件或目录到容器中
COPY /app/apps/web/build/client /usr/share/nginx/html # buildkit
                        
# 2026-03-05 20:46:39  539.00B 复制新文件或目录到容器中
COPY apps/web/nginx/nginx.conf /etc/nginx/nginx.conf # buildkit
                        
# 2025-04-16 22:50:31  37.40MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && apkArch="$(cat /etc/apk/arch)"     && nginxPackages="         nginx=${NGINX_VERSION}-r${PKG_RELEASE}         nginx-module-xslt=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-geoip=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-image-filter=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${NJS_RELEASE}     "     && apk add --no-cache --virtual .checksum-deps         openssl     && case "$apkArch" in         x86_64|aarch64)             apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages             ;;         *)             set -x             && tempDir="$(mktemp -d)"             && chown nobody:nobody $tempDir             && apk add --no-cache --virtual .build-deps                 gcc                 libc-dev                 make                 openssl-dev                 pcre2-dev                 zlib-dev                 linux-headers                 libxslt-dev                 gd-dev                 geoip-dev                 libedit-dev                 bash                 alpine-sdk                 findutils                 curl             && su nobody -s /bin/sh -c "                 export HOME=${tempDir}                 && cd ${tempDir}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && PKGOSSCHECKSUM=\"c773d98b567bd585c17f55702bf3e4c7d82b676bfbde395270e90a704dca3c758dfe0380b3f01770542b4fd9bed1f1149af4ce28bfc54a27a96df6b700ac1745 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\"                 && if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then                     echo \"pkg-oss tarball checksum verification succeeded!\";                 else                     echo \"pkg-oss tarball checksum verification failed!\";                     exit 1;                 fi                 && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE}                 && cd alpine                 && make module-geoip module-image-filter module-njs module-xslt                 && apk index --allow-untrusted -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk                 && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz                 "             && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/             && apk del --no-network .build-deps             && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages             ;;     esac     && apk del --no-network .checksum-deps     && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi     && if [ -f "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi     && apk add --no-cache curl ca-certificates # buildkit
                        
# 2025-04-16 22:50:31  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1
                        
# 2025-04-16 22:50:31  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.8.10
                        
# 2025-04-16 22:50:31  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2025-04-16 22:50:31  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2025-04-16 22:50:31  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-04-16 22:50:31  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2025-04-16 22:50:31  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-16 22:50:31  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-16 22:50:31  389.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2025-04-16 22:50:31  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2025-04-16 22:50:31  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2025-04-16 22:50:31  4.12MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && addgroup -g 101 -S nginx     && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx     && apkArch="$(cat /etc/apk/arch)"     && nginxPackages="         nginx=${NGINX_VERSION}-r${PKG_RELEASE}     "     && apk add --no-cache --virtual .checksum-deps         openssl     && case "$apkArch" in         x86_64|aarch64)             set -x             && KEY_SHA512="e09fa32f0a0eab2b879ccbbc4d0e4fb9751486eedda75e35fac65802cc9faa266425edf83e261137a2f4d16281ce2c1a5f4502930fe75154723da014214f0655"             && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub             && if echo "$KEY_SHA512 */tmp/nginx_signing.rsa.pub" | sha512sum -c -; then                 echo "key verification succeeded!";                 mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/;             else                 echo "key verification failed!";                 exit 1;             fi             && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages             ;;         *)             set -x             && tempDir="$(mktemp -d)"             && chown nobody:nobody $tempDir             && apk add --no-cache --virtual .build-deps                 gcc                 libc-dev                 make                 openssl-dev                 pcre2-dev                 zlib-dev                 linux-headers                 bash                 alpine-sdk                 findutils                 curl             && su nobody -s /bin/sh -c "                 export HOME=${tempDir}                 && cd ${tempDir}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && PKGOSSCHECKSUM=\"c773d98b567bd585c17f55702bf3e4c7d82b676bfbde395270e90a704dca3c758dfe0380b3f01770542b4fd9bed1f1149af4ce28bfc54a27a96df6b700ac1745 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\"                 && if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then                     echo \"pkg-oss tarball checksum verification succeeded!\";                 else                     echo \"pkg-oss tarball checksum verification failed!\";                     exit 1;                 fi                 && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE}                 && cd alpine                 && make base                 && apk index --allow-untrusted -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk                 && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz                 "             && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/             && apk del --no-network .build-deps             && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages             ;;     esac     && apk del --no-network .checksum-deps     && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi     && if [ -f "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi     && apk add --no-cache gettext-envsubst     && apk add --no-cache tzdata     && 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-16 22:50:31  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1
                        
# 2025-04-16 22:50:31  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1
                        
# 2025-04-16 22:50:31  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.27.5
                        
# 2025-04-16 22:50:31  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2025-02-14 11:28:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-02-14 11:28:36  8.17MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:5f92b92d5ae119e84d98a70cdc05542ecd4730d873436ac2fe004f87a0519b98",
    "RepoTags": [
        "makeplane/plane-frontend:v1.2.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend:v1.2.3-linuxarm64"
    ],
    "RepoDigests": [
        "makeplane/plane-frontend@sha256:97ae1631f9b7c84745938be103b27f39bedd8efefd2b0db9a9e08b3b22a6177d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/makeplane/plane-frontend@sha256:940d3e167f439f68de816c5e8f2bb9be59c5e125d526da07eba59c0fc35f66db"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-05T12:49:59.944569646Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3000/tcp": {},
            "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.27.5",
            "PKG_RELEASE=1",
            "DYNPKG_RELEASE=1",
            "NJS_VERSION=0.8.10",
            "NJS_RELEASE=1"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "curl -fsS http://127.0.0.1:3000/ \u003e/dev/null || exit 1"
            ],
            "Interval": 30000000000,
            "Timeout": 5000000000,
            "StartPeriod": 10000000000,
            "Retries": 3
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 75504537,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2e65148652e4ee89be4f362a28421b044b2579d2d04332a095e1199530761042/diff:/var/lib/docker/overlay2/ec7fca7991d030771a99ff1ac286222e9db6e0390f622fb3118b50e350a14954/diff:/var/lib/docker/overlay2/a3e908be99f70eb3574745b9321d0f7eb81c980081538f4b7678f1078300013f/diff:/var/lib/docker/overlay2/c0388ebfa1ed9b63e81ba5fecbbb094986feca9b1f4bf94f2f3a5ad6becbd3f6/diff:/var/lib/docker/overlay2/ace4db18c579c8d73945d4ad9bb29da3da64fbb3e4b21800136752d57d51993f/diff:/var/lib/docker/overlay2/35394b20d0147a2213c51163a45d37584cb63149f01bcaa15fea1f10cb198d9c/diff:/var/lib/docker/overlay2/fcbfda11eba11ee0dcbd58b3cea9f22e17332f846a0ccde684f117819ec5b945/diff:/var/lib/docker/overlay2/3e8f2108c7e8618225a2dc539d4edf6d0793176d99505e9c58f4cc9680faca31/diff:/var/lib/docker/overlay2/7addd661444ca2eac94456b295a3e98de4da2295a3df8c79de714ba0e0691ed9/diff",
            "MergedDir": "/var/lib/docker/overlay2/791ed75526d6a1838c9118553042c2889154dc9c18df754b54ed494297d61e4d/merged",
            "UpperDir": "/var/lib/docker/overlay2/791ed75526d6a1838c9118553042c2889154dc9c18df754b54ed494297d61e4d/diff",
            "WorkDir": "/var/lib/docker/overlay2/791ed75526d6a1838c9118553042c2889154dc9c18df754b54ed494297d61e4d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a16e98724c05975ee8c40d8fe389c3481373d34ab20a1cf52ea2accc43f71f4c",
            "sha256:3459dc8f926a274f60633e093c2a9ee4397b725b7e073fb6c8acb1fd60746c30",
            "sha256:9aad78ecf38071e3f8840ed045b8942764c9422f57a93f7ce3ef454cefea1493",
            "sha256:c32437183174478433490733569987446b0c6ade7da0cbecc2c7dafc55235902",
            "sha256:0fe7bdfe639df8fee4697dd80e4543ac826a673e2b70ad08880a1ebd2f2afeaf",
            "sha256:4a651ac2c218aee739601deb108b7d1e76b3b1ae32af9808a580fb7a773c2169",
            "sha256:97ca58bb468d55a95784fdad4e026713bc3ed4265a24a46fc168d37517cd31f4",
            "sha256:96a0d9b1e80c2cf10de96bbd18d2d5f275b8a08feacf5878a80facef2e674017",
            "sha256:ce831bc09078d7b1bfc1b26ddbc3a10d51cce3b6f18aa92f9eef56f7a75c7349",
            "sha256:b0505767a02d7fe74e11b935758ad4e9a255ccb3f5f8539b076236ecc430b0c5"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-03T14:33:57.657192949+08:00"
    }
}

更多版本

docker.io/makeplane/plane-frontend:stable

linux/amd64 docker.io1.53GB2025-03-17 10:32
585

docker.io/makeplane/plane-frontend:latest

linux/amd64 docker.io1.45GB2025-08-13 23:08
239

docker.io/makeplane/plane-frontend:v1.1.0

linux/amd64 docker.io395.89MB2025-11-20 10:28
153

docker.io/makeplane/plane-frontend:v1.2.3

linux/arm64 docker.io75.50MB2026-04-03 14:34
12