logo
ghcr.io/cooksleep/gpt_image_playground:0.7.12
linux/amd64 ghcr.io

该镜像提供了一个基于GPT模型的图像生成与交互实验平台,支持用户通过GPT相关技术进行图像创作、编辑及效果预览等操作,集成了必要的依赖环境和演示工具,方便快速开展图像与AI结合的实验。

19
浏览次数
71.91MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground:0.7.12
源镜像
ghcr.io/cooksleep/gpt_image_playground:0.7.12
镜像ID
sha256:0d5aa3c05ee2a279ed8967917c26a41bf2462d2ac0c7c4a8cf6a8f3254956822
镜像 TAG
0.7.12
镜像大小
71.91MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
nginx -g daemon off;
启动入口
/docker-entrypoint.sh
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-09-09T15:23:53.409515976Z
同步时间
2026-09-10 11:18
浏览量
19 次
贡献者
🔌 开放端口 1
80/tcp
⚙️ 环境变量 16
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
NGINX_VERSION=1.31.5 1
PKG_RELEASE=1 2
DYNPKG_RELEASE=1 3
NJS_VERSION=1.0.1 4
NJS_RELEASE=1 5
ACME_VERSION=0.4.1 6
HOST=0.0.0.0 7
PORT=80 8
DEFAULT_API_URL= 9
API_PROXY_URL= 10
ENABLE_API_PROXY=false 11
LOCK_API_PROXY=false 12
SHOW_PRESET_CONFIG_ONLY=false 13
LOCK_PRESET_CONFIG_PARAMS=false 14
PREVENT_PRESET_CONFIG_DELETION=false 15
🏷️ 镜像标签 9
KeyValue
NGINX Docker Maintainers <docker-maint@nginx.com> maintainer
2026-09-09T15:23:17.867Z org.opencontainers.image.created
基于 OpenAI gpt-image-2 API 的图片生成与编辑工具 org.opencontainers.image.description
MIT org.opencontainers.image.licenses
da4fda85b59ecacc51d6a1e2ef680e3abb9e29b8 org.opencontainers.image.revision
https://github.com/CookSleep/gpt_image_playground org.opencontainers.image.source
gpt_image_playground org.opencontainers.image.title
https://github.com/CookSleep/gpt_image_playground org.opencontainers.image.url
0.7.12 org.opencontainers.image.version
🛡️ 镜像安全扫描
alpine 3.24.1 Trivy 2026-09-10 11:18 查看完整报告
0
低危 LOW
1
中危 MEDIUM
7
高危 HIGH
0
严重 CRITICAL
受影响目标 (1)
ghcr.io/cooksleep/gpt_image_playground:0.7.12 (alpine 3.24.1) alpine

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground:0.7.12
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground:0.7.12  ghcr.io/cooksleep/gpt_image_playground:0.7.12

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground:0.7.12
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground:0.7.12  ghcr.io/cooksleep/gpt_image_playground:0.7.12

Shell快速替换命令

sed -i 's#ghcr.io/cooksleep/gpt_image_playground:0.7.12#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground:0.7.12#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground:0.7.12 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground:0.7.12  ghcr.io/cooksleep/gpt_image_playground:0.7.12'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground:0.7.12 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground:0.7.12  ghcr.io/cooksleep/gpt_image_playground:0.7.12'

镜像构建历史


# 2026-09-09 23:23:53  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2026-09-09 23:23:53  0.00B 声明容器运行时监听的端口
EXPOSE [80/tcp]
                        
# 2026-09-09 23:23:53  4.22KB 复制新文件或目录到容器中
COPY --chmod=755 deploy/inject-api-url.sh /docker-entrypoint.d/40-inject-api-url.sh # buildkit
                        
# 2026-09-09 23:23:53  455.00B 复制新文件或目录到容器中
COPY --chmod=755 deploy/migrate-api-env.envsh /docker-entrypoint.d/05-migrate-api-env.envsh # buildkit
                        
# 2026-09-09 23:23:53  1.54KB 复制新文件或目录到容器中
COPY deploy/nginx.conf /etc/nginx/templates/default.conf.template # buildkit
                        
# 2026-09-09 23:23:53  2.92MB 复制新文件或目录到容器中
COPY /app/dist /usr/share/nginx/html # buildkit
                        
# 2026-09-09 23:23:53  0.00B 设置环境变量 PREVENT_PRESET_CONFIG_DELETION
ENV PREVENT_PRESET_CONFIG_DELETION=false
                        
# 2026-09-09 23:23:53  0.00B 设置环境变量 LOCK_PRESET_CONFIG_PARAMS
ENV LOCK_PRESET_CONFIG_PARAMS=false
                        
# 2026-09-09 23:23:53  0.00B 设置环境变量 SHOW_PRESET_CONFIG_ONLY
ENV SHOW_PRESET_CONFIG_ONLY=false
                        
# 2026-09-09 23:23:53  0.00B 设置环境变量 LOCK_API_PROXY
ENV LOCK_API_PROXY=false
                        
# 2026-09-09 23:23:53  0.00B 设置环境变量 ENABLE_API_PROXY
ENV ENABLE_API_PROXY=false
                        
# 2026-09-09 23:23:53  0.00B 设置环境变量 API_PROXY_URL
ENV API_PROXY_URL=
                        
# 2026-09-09 23:23:53  0.00B 设置环境变量 DEFAULT_API_URL
ENV DEFAULT_API_URL=
                        
# 2026-09-09 23:23:53  0.00B 设置环境变量 PORT
ENV PORT=80
                        
# 2026-09-09 23:23:53  0.00B 设置环境变量 HOST
ENV HOST=0.0.0.0
                        
# 2026-09-03 05:07:11  50.11MB 执行命令并创建新的镜像层
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=\"1af7a14fb6b8810a4dbeb7dd793c8ce63dc78247041a529738ee220033cb6ec1cf74026e0849842f334894bf4725b4e03500eb6c2c809e628d54cdc8431f33ac *${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-09-03 05:07:11  0.00B 设置环境变量 ACME_VERSION
ENV ACME_VERSION=0.4.1
                        
# 2026-09-03 05:07:11  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1
                        
# 2026-09-03 05:07:11  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=1.0.1
                        
# 2026-09-03 05:04:56  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2026-09-03 05:04:56  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2026-09-03 05:04:56  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2026-09-03 05:04:56  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-09-03 05:04:56  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2026-09-03 05:04:56  3.03KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2026-09-03 05:04:56  389.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2026-09-03 05:04:56  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2026-09-03 05:04:56  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2026-09-03 05:04:56  10.44MB 执行命令并创建新的镜像层
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             && DEPS=$(apk query --summarize depends --recursive --no-cache                        --repository "@nginxorg https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main"                        ${nginxPackages/=/@nginxorg=})             && apk add --no-cache $DEPS             && apk add --repositories-file /dev/null -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=\"1af7a14fb6b8810a4dbeb7dd793c8ce63dc78247041a529738ee220033cb6ec1cf74026e0849842f334894bf4725b4e03500eb6c2c809e628d54cdc8431f33ac *${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             && DEPS=$(apk query --summarize depends --recursive --no-cache                        --repository "@nginxorg ${tempDir}/packages/alpine/"                        ${nginxPackages/=/@nginxorg=})             && apk add --no-cache $DEPS             && apk add --repositories-file /dev/null -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-09-03 05:04:56  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1
                        
# 2026-09-03 05:04:56  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1
                        
# 2026-09-03 05:04:56  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.31.5
                        
# 2026-09-03 05:04:56  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2026-06-16 08:01:29  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-06-16 08:01:29  8.42MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:0d5aa3c05ee2a279ed8967917c26a41bf2462d2ac0c7c4a8cf6a8f3254956822",
    "RepoTags": [
        "ghcr.io/cooksleep/gpt_image_playground:0.7.12",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground:0.7.12"
    ],
    "RepoDigests": [
        "ghcr.io/cooksleep/gpt_image_playground@sha256:a759e7695a99ce60fa46b4337a59014f25513d81651310b64d8ad5013810d471",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cooksleep/gpt_image_playground@sha256:b8baa764603ec7f753ac5aad100d369cecc314427f90a9d9812e9be6871e721a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-09T15:23:53.409515976Z",
    "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.31.5",
            "PKG_RELEASE=1",
            "DYNPKG_RELEASE=1",
            "NJS_VERSION=1.0.1",
            "NJS_RELEASE=1",
            "ACME_VERSION=0.4.1",
            "HOST=0.0.0.0",
            "PORT=80",
            "DEFAULT_API_URL=",
            "API_PROXY_URL=",
            "ENABLE_API_PROXY=false",
            "LOCK_API_PROXY=false",
            "SHOW_PRESET_CONFIG_ONLY=false",
            "LOCK_PRESET_CONFIG_PARAMS=false",
            "PREVENT_PRESET_CONFIG_DELETION=false"
        ],
        "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",
            "org.opencontainers.image.created": "2026-09-09T15:23:17.867Z",
            "org.opencontainers.image.description": "基于 OpenAI gpt-image-2 API 的图片生成与编辑工具",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "da4fda85b59ecacc51d6a1e2ef680e3abb9e29b8",
            "org.opencontainers.image.source": "https://github.com/CookSleep/gpt_image_playground",
            "org.opencontainers.image.title": "gpt_image_playground",
            "org.opencontainers.image.url": "https://github.com/CookSleep/gpt_image_playground",
            "org.opencontainers.image.version": "0.7.12"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 71905483,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2c0bd3fe48c37840951b6dac854777db1ec744566b8a18674b1991695d4d3757/diff:/var/lib/docker/overlay2/b9a036b784db9fa693345eef5e0d20574dc6c328c87b5ec13a762bdddfae840b/diff:/var/lib/docker/overlay2/72bc08a347ad1e6ddd70ae6a3792c8c0dcfdbea6e1691e192ace617d3e7e2ecb/diff:/var/lib/docker/overlay2/da7a7610aa868a07766bff204f2105de1e7a04897eedf8fec1cae7b4c4c42a31/diff:/var/lib/docker/overlay2/b88ecbec45c1989c4effa9e16f44c06f6ff95e79e3e17f1a80b0d90ef1ae5bac/diff:/var/lib/docker/overlay2/47409bfaee902d1d0fab136b7be8e47f0aa491594a4af0523567adc2c57ffb11/diff:/var/lib/docker/overlay2/b6edab4e6fe70c9580256673a75baf2e253cedbad654f33b19a90085d346cd36/diff:/var/lib/docker/overlay2/425f7196f6b677f9c9c471a75c34d0101c357e90e177315db1c02264f1ff07c2/diff:/var/lib/docker/overlay2/1fb01f04b25ff43fa2c32a49ecbb120c07bf4f56dce46de00e694ade576303bd/diff:/var/lib/docker/overlay2/f10baa1d86167be777c517548aeb7169553102065c031d1ca5b8e2263d6763c0/diff:/var/lib/docker/overlay2/d51bd9f442769618005c9be653661c047116bf4ebe32b04db2ad4ca7bebb792d/diff",
            "MergedDir": "/var/lib/docker/overlay2/9bc3a36b070aa4be5a001e05ce6fb65a4bcd4825d46e8a1bcaa5293222c0e162/merged",
            "UpperDir": "/var/lib/docker/overlay2/9bc3a36b070aa4be5a001e05ce6fb65a4bcd4825d46e8a1bcaa5293222c0e162/diff",
            "WorkDir": "/var/lib/docker/overlay2/9bc3a36b070aa4be5a001e05ce6fb65a4bcd4825d46e8a1bcaa5293222c0e162/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:34884abbe92863fce933ed7c39c0e045631af0ed86d5cc0dfbdf9fdca426ce3c",
            "sha256:5c0955c965f2bb372759bcdc7e37ef45b310e15da13cfb9cd18547bd1b464ebe",
            "sha256:a90b008e1901f04d61c4ac1f0a51a9b18925e11d07173a73369a1f39710ffaeb",
            "sha256:c6d0e2de973a7dd0f6db0f4d0e58f07a9c72d2d98adb9b7d544172cabd8b7074",
            "sha256:04a84c2e9c8824c2c21037ac9ca11b94a37037a46cd5cc833ceaf9014312d1ec",
            "sha256:67184216cf5a9e041173bb37279613f1b39ea4b4a1c111a2cce7850192770aa0",
            "sha256:85c413237288f49067e52d602c6764bda82510dedbfa3e1a8589d7705c409c07",
            "sha256:bf413c2718bce32a14274f57ddfa79b3b744a5cb6267cda487f0e1acb2b64fdd",
            "sha256:0e9517d0fa307f2ffd173c172344af115f6cc8506c7aa58c0f8519d08ac10a6b",
            "sha256:c8da7c79c4ca9ce6bc4ca36a799da2a3ae6d2a6e8df46314fb1e7e0624f02fcc",
            "sha256:44d66404858b4432426308b3e44e61595e4ea9982f97ab7447c4c00e80807354",
            "sha256:8530539598e907daca4f190cfc4b346ef10d566337b90eeb40ebbaa9cab6d0a9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-10T11:18:52.752321561+08:00"
    }
}

更多版本

ghcr.io/cooksleep/gpt_image_playground:0.7.8

linux/amd64 ghcr.io65.74MB2026-09-07 15:20
29

ghcr.io/cooksleep/gpt_image_playground:0.7.12

linux/amd64 ghcr.io71.91MB2026-09-10 11:18
18
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×