docker.io/kuingsmile/word-gpt-plus:v2.0.2 linux/amd64

docker.io/kuingsmile/word-gpt-plus:v2.0.2 - 国内下载镜像源 浏览次数:18

该镜像 docker.io/kuingsmile/word-gpt-plus 可能是一个基于GPT技术的Word插件或工具的Docker镜像。它允许用户在Docker容器中运行该工具,以便更好地管理依赖项和环境配置,从而方便地使用GPT相关的功能。

由于缺乏官方描述,以上仅为推测,具体功能需要参考镜像的文档或代码。

源镜像 docker.io/kuingsmile/word-gpt-plus:v2.0.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus:v2.0.2
镜像ID sha256:2c7cae459abeb00051b857ca074e2a2b5176a7e20bf5fe447ddf555c9c7d187c
镜像TAG v2.0.2
大小 64.45MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 18 次
贡献者
镜像创建 2026-01-29T07:41:01.483980665Z
同步时间 2026-06-17 16:21
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.29.4 PKG_RELEASE=1 DYNPKG_RELEASE=1 NJS_VERSION=0.9.4 NJS_RELEASE=1 ACME_VERSION=0.3.1
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.23.3 扫描引擎: Trivy 扫描时间: 2026-06-17 16:21

低危漏洞:25 中危漏洞:35 高危漏洞:17 严重漏洞:2

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus:v2.0.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus:v2.0.2  docker.io/kuingsmile/word-gpt-plus:v2.0.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus:v2.0.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus:v2.0.2  docker.io/kuingsmile/word-gpt-plus:v2.0.2

Shell快速替换命令

sed -i 's#kuingsmile/word-gpt-plus:v2.0.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus:v2.0.2#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus:v2.0.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus:v2.0.2  docker.io/kuingsmile/word-gpt-plus:v2.0.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus:v2.0.2 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus:v2.0.2  docker.io/kuingsmile/word-gpt-plus:v2.0.2'

镜像构建历史


# 2026-01-29 15:41:01  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2026-01-29 15:41:01  0.00B 声明容器运行时监听的端口
EXPOSE [80/tcp]
                        
# 2026-01-29 15:41:01  2.55MB 复制新文件或目录到容器中
COPY /app/dist /usr/share/nginx/html # buildkit
                        
# 2026-01-28 12:00:43  49.19MB 执行命令并创建新的镜像层
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}         nginx-module-acme=${NGINX_VERSION}.${ACME_VERSION}-r${PKG_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                 cargo                 clang-libclang             && 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=\"e8b08060e10b8d8819e03533cb4922992ea138bcbf16a89a90593db719f17d78afa1cc4785592260c9c897753ec28c8b0d02c01df4b7d0e0ed286d0a42cef68c *${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                 && export BUILDTARGET=\"module-geoip module-image-filter module-njs module-xslt module-acme\"                 && if [ \"\$(apk --print-arch)\" = \"armhf\" ]; then BUILDTARGET=\"\$( echo \$BUILDTARGET | sed 's,module-acme,,' )\"; fi                 && make \$BUILDTARGET                 && 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             && if [ "$apkArch" = "armhf" ]; then nginxPackages="$( echo $nginxPackages | sed 's,nginx-module-acme=.*,,')"; fi             && 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
                        
# 2026-01-28 12:00:43  0.00B 设置环境变量 ACME_VERSION
ENV ACME_VERSION=0.3.1
                        
# 2026-01-28 12:00:43  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1
                        
# 2026-01-28 12:00:43  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.9.4
                        
# 2026-01-28 10:19:43  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2026-01-28 10:19:43  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2026-01-28 10:19:43  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2026-01-28 10:19:43  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-01-28 10:19:43  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2026-01-28 10:19:43  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2026-01-28 10:19:43  389.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2026-01-28 10:19:43  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2026-01-28 10:19:43  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2026-01-28 10:19:43  4.25MB 执行命令并创建新的镜像层
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=\"e8b08060e10b8d8819e03533cb4922992ea138bcbf16a89a90593db719f17d78afa1cc4785592260c9c897753ec28c8b0d02c01df4b7d0e0ed286d0a42cef68c *${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
                        
# 2026-01-28 10:19:43  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1
                        
# 2026-01-28 10:19:43  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1
                        
# 2026-01-28 10:19:43  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.29.4
                        
# 2026-01-28 10:19:43  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2026-01-28 09:18:04  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-01-28 09:18:04  8.44MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:2c7cae459abeb00051b857ca074e2a2b5176a7e20bf5fe447ddf555c9c7d187c",
    "RepoTags": [
        "kuingsmile/word-gpt-plus:v2.0.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus:v2.0.2"
    ],
    "RepoDigests": [
        "kuingsmile/word-gpt-plus@sha256:d0d6385f8ae12e372dc1ea79d5c3c5c52cbcf4d8201d57f81a3b8abf24304c47",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kuingsmile/word-gpt-plus@sha256:1dd6ca991a11baae4e3a973aea6ac88c740e2e30bceebb2cc7a65be388486789"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-01-29T07:41:01.483980665Z",
    "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.29.4",
            "PKG_RELEASE=1",
            "DYNPKG_RELEASE=1",
            "NJS_VERSION=0.9.4",
            "NJS_RELEASE=1",
            "ACME_VERSION=0.3.1"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "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": "amd64",
    "Os": "linux",
    "Size": 64448911,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e833f8d291dc522657f310f5359c645f1c61790320bc0d250b735b2d59927893/diff:/var/lib/docker/overlay2/69f11726d85efdeabc7be52b1081b756b4436921fb4f436379f35de93062a000/diff:/var/lib/docker/overlay2/5dfc4215997604329214d49e6fdca0e6e6b1139b1844a738f5a74d4e7c82f9aa/diff:/var/lib/docker/overlay2/2e21dfe211267418569fd3d40ac2e0f03c129077223bd602388a7ab66188158b/diff:/var/lib/docker/overlay2/6519cd553852d402d9c35068e9a8d53b0123ec69f2da9173884d73d66ea767cf/diff:/var/lib/docker/overlay2/a5a32af5b350db71daf2b8028d9eeabb0e98c9d40c7a91009b4b9bbabbc0b6c1/diff:/var/lib/docker/overlay2/60822e778ab8655bee318e04d3859a32ef63f6110a805b3beebc22c4b02fac4f/diff:/var/lib/docker/overlay2/a6fa7914fbcea4c0d1059f56a52dbd203dbc0253fc46c8ebd11f4a914ddddc18/diff",
            "MergedDir": "/var/lib/docker/overlay2/ee2cadbf1bd19eaf35753464b2be2053841dbc9eb8a40330caa3a502ec2c93e1/merged",
            "UpperDir": "/var/lib/docker/overlay2/ee2cadbf1bd19eaf35753464b2be2053841dbc9eb8a40330caa3a502ec2c93e1/diff",
            "WorkDir": "/var/lib/docker/overlay2/ee2cadbf1bd19eaf35753464b2be2053841dbc9eb8a40330caa3a502ec2c93e1/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:989e799e634906e94dc9a5ee2ee26fc92ad260522990f26e707861a5f52bf64e",
            "sha256:ae33d91d45a6e1f03df51beb64cf3325ba4576d5308498057fc4675cd292719a",
            "sha256:2f3eeb9b695d4ccdc2060c1b07c535d7b00f2063a8b5eb9644ea8983126d6c98",
            "sha256:14b08f05bc0ac27e907d4f79a4cbee9727e06df1c130168ec89c297e451a4222",
            "sha256:536851695bd23fc85e5a77a505c50b394ef6719e11efcee3cd308423752656c6",
            "sha256:e22da3f459aebd64197207a83d4725937ed67393ef46b9f8b4268c6adc090803",
            "sha256:06d5972670c6feca4bee668678bdb1cc6bb805fe652f6171bb5e1b4884a6590a",
            "sha256:8b4b77877dd122e4e3adfd2e888b209df3242a3f74aadfb3604ab91614fa9110",
            "sha256:214a7ad7a105bb071cce7249783b0535c52b92d04296467e9d6969db294d36b3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-17T16:21:24.696755788+08:00"
    }
}

更多版本

docker.io/kuingsmile/word-gpt-plus:v0.4.12

linux/amd64 docker.io55.67MB2025-03-25 10:29
354

docker.io/kuingsmile/word-gpt-plus:v2.0.2

linux/amd64 docker.io64.45MB2026-06-17 16:21
17