docker.io/hello2008/dify-chat:v0.3.0 linux/amd64

docker.io/hello2008/dify-chat:v0.3.0 - 国内下载镜像源 浏览次数:9

很抱歉,我无法直接访问并获取Docker Hub上的镜像信息,因此无法提供 docker.io/hello2008/dify-chat 镜像的描述信息。要查看该镜像的描述,您需要访问Docker Hub网站,搜索该镜像名称,然后查看其详细信息页面。

源镜像 docker.io/hello2008/dify-chat:v0.3.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat:v0.3.0
镜像ID sha256:b84ad031c92d9a5e6945f4dfda26bc57c0a9b061c9c8d3ca760957bb71db1d3a
镜像TAG v0.3.0
大小 262.91MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2025-05-20T06:48:17.373453733Z
同步时间 2025-07-22 09:52
更新时间 2025-07-22 15:35
开放端口
80/tcp
环境变量
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
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat:v0.3.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat:v0.3.0  docker.io/hello2008/dify-chat:v0.3.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat:v0.3.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat:v0.3.0  docker.io/hello2008/dify-chat:v0.3.0

Shell快速替换命令

sed -i 's#hello2008/dify-chat:v0.3.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat:v0.3.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat:v0.3.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat:v0.3.0  docker.io/hello2008/dify-chat:v0.3.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat:v0.3.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat:v0.3.0  docker.io/hello2008/dify-chat:v0.3.0'

镜像构建历史


# 2025-05-20 14:48:17  60.49MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt update &&     apt install -y vim # buildkit
                        
# 2025-05-20 14:48:12  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod -R +r /app/dify-chat/ # buildkit
                        
# 2025-05-20 14:48:09  9.94MB 复制新文件或目录到容器中
COPY /app/dify-chat/packages/react-app/dist /app/dify-chat/ # buildkit
                        
# 2025-05-20 14:46:50  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /app # 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.83MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'
                        
                    

镜像信息

{
    "Id": "sha256:b84ad031c92d9a5e6945f4dfda26bc57c0a9b061c9c8d3ca760957bb71db1d3a",
    "RepoTags": [
        "hello2008/dify-chat:v0.3.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat:v0.3.0"
    ],
    "RepoDigests": [
        "hello2008/dify-chat@sha256:4c6ef87cc4fe7a73e47feb58b574ca448958aa4368bf54836f57a5b4d27a7d3b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello2008/dify-chat@sha256:0cbfe27493ce822d479aa472481c11ba412c35dafa86b596fc8bc29e12053230"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-20T06:48:17.373453733Z",
    "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": 262909018,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/18638a89a8eef2b82cb3c88b24e659fce93d3aa6318b0f28b70ff81050ba6bb1/diff:/var/lib/docker/overlay2/c9420a25d58ebdd4bb80cffeeb5b0efae42c6be5850decba1698b45ef8662cee/diff:/var/lib/docker/overlay2/577f20eb47b4fb948eddaea03f1765dffa36515a0746d2895e9d935b13c89648/diff:/var/lib/docker/overlay2/4d1629439fd4716eeae4facfd88159f85aff81ef2840b04b0977ecda6a1e29b6/diff:/var/lib/docker/overlay2/c9fda64c047936a5f101180c53e44a243e0b3abcff8dad9d957d1e8290d76ee5/diff:/var/lib/docker/overlay2/f83647fdbd786accc78d038b194579968d65725a695fea72b7f9aa11ff4794da/diff:/var/lib/docker/overlay2/00e40c4f2e64bbbca3b9f596c401100cb55b002ce207c2720943f2aedaadd88b/diff:/var/lib/docker/overlay2/02d09b47e55489ef24eda732ddf5539b78f44b6a439eeed82f168c24dba05c5b/diff:/var/lib/docker/overlay2/91c78d8cd37e05c978177938ca09652fda8233513be841dd8f8fb739072c250d/diff:/var/lib/docker/overlay2/cd9cb36f82b4a6a570304a082a3d97b369643777f7f7b25df6d47ffb3b3d36ab/diff",
            "MergedDir": "/var/lib/docker/overlay2/c79b64dc8cd417432fd15176fa70c6b288f8a41c1c52e7312535fb4ab2cea5df/merged",
            "UpperDir": "/var/lib/docker/overlay2/c79b64dc8cd417432fd15176fa70c6b288f8a41c1c52e7312535fb4ab2cea5df/diff",
            "WorkDir": "/var/lib/docker/overlay2/c79b64dc8cd417432fd15176fa70c6b288f8a41c1c52e7312535fb4ab2cea5df/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6c4c763d22d0c5f9b2c5901dfa667fbbc4713cee6869336b8fd5022185071f1c",
            "sha256:9f46bafac0d08ae71ba1cded69760cba6ac8f647b0c643fc8bee54bf66cb172b",
            "sha256:9aa50fe684c520cc1d48f7086fd491637e5eeee9315a1d2230fdfe1d67145379",
            "sha256:1097e804b7e9ff52048e9dd91ad691859d038d0dd305df3bd505070332da9594",
            "sha256:50495e2ba6dcb6ef54317ab717758e73d685b60183911f45e60c4d0d65a8ba1c",
            "sha256:b6ec55b719dc8f564e5749f53fe4f07c141a207fe72b0b019703d91d883a3285",
            "sha256:5a905c85a1e62e0d7be06acb90957b7f796be944a4864de79fcb7438b5169b00",
            "sha256:bce24fe11cc9442228619931a89005480af30824232ee8b8fed587c95cbf8ab6",
            "sha256:ce01f6d0566ad4898dea8781e537fff0d8e6d1f4d9f7c14585629cb917844daa",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:44521d4cbac51f7504adc37a5d5861def310f40e6cc04f1d497d1ff4e629eeee"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-22T09:52:41.20789904+08:00"
    }
}

更多版本

docker.io/hello2008/dify-chat:v0.3.0

linux/amd64 docker.io262.91MB2025-07-22 09:52
8