docker.io/tagspaces/tagspaces-lite-web:6.4.5 linux/amd64

docker.io/tagspaces/tagspaces-lite-web:6.4.5 - 国内下载镜像源 浏览次数:30

这是一个轻量级的TagSpaces Web应用程序的Docker镜像。

源镜像 docker.io/tagspaces/tagspaces-lite-web:6.4.5
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web:6.4.5
镜像ID sha256:d3eeaef1045842a4a0c475071ef36731df30398462a526fa30e726edf305f162
镜像TAG 6.4.5
大小 250.15MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 30 次
贡献者
镜像创建 2025-04-14T13:49:47.679942174Z
同步时间 2025-05-21 20:24
更新时间 2025-05-28 21:19
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.27.1 PKG_RELEASE=1 DYNPKG_RELEASE=2 NJS_VERSION=0.8.5 NJS_RELEASE=1
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer contact@tagspaces.org: org.opencontainers.image.authors Official Docker image for TagSpaces: org.opencontainers.image.description https://docs.tagspaces.org: org.opencontainers.image.documentation https://github.com/tagspaces/tagspaces: org.opencontainers.image.source TagSpaces Web: org.opencontainers.image.title https://www.tagspaces.org: org.opencontainers.image.url TagSpaces Authors <contact@tagspaces.org>: org.opencontainers.image.vendor 6.4.5: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web:6.4.5
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web:6.4.5  docker.io/tagspaces/tagspaces-lite-web:6.4.5

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web:6.4.5
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web:6.4.5  docker.io/tagspaces/tagspaces-lite-web:6.4.5

Shell快速替换命令

sed -i 's#tagspaces/tagspaces-lite-web:6.4.5#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web:6.4.5#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web:6.4.5 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web:6.4.5  docker.io/tagspaces/tagspaces-lite-web:6.4.5'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web:6.4.5 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web:6.4.5  docker.io/tagspaces/tagspaces-lite-web:6.4.5'

镜像构建历史


# 2025-04-14 21:49:47  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-04-14 21:49:47  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c rm -rf tagspaces-web.zip # buildkit
                        
# 2025-04-14 21:49:47  76.03MB 执行命令并创建新的镜像层
RUN /bin/sh -c mv web /usr/share/nginx/html # buildkit
                        
# 2025-04-14 21:49:46  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c rm -rf /usr/share/nginx/html # buildkit
                        
# 2025-04-14 21:49:46  2.57KB 执行命令并创建新的镜像层
RUN /bin/sh -c mv web/extconfig.tmpl.js web/extconfig.js # buildkit
                        
# 2025-04-14 21:49:46  76.03MB 执行命令并创建新的镜像层
RUN /bin/sh -c unzip tagspaces-web.zip # buildkit
                        
# 2025-04-14 21:49:45  27.43MB 执行命令并创建新的镜像层
RUN /bin/sh -c mv tagspaces-web-* tagspaces-web.zip # buildkit
                        
# 2025-04-14 21:49:45  27.43MB 复制文件或目录到容器中
ADD https://github.com/tagspaces/tagspaces/releases/download/v6.4.5/tagspaces-web-6.4.5.zip . # buildkit
                        
# 2025-02-05 02:03:01  41.00B 执行命令并创建新的镜像层
RUN /bin/sh -c echo "types { application/javascript js mjs; }" > /etc/nginx/conf.d/types.conf # buildkit
                        
# 2025-02-05 02:03:01  0.00B 添加元数据标签
LABEL org.opencontainers.image.version=6.4.5
                        
# 2025-02-05 02:03:01  0.00B 添加元数据标签
LABEL org.opencontainers.image.vendor=TagSpaces Authors <contact@tagspaces.org>
                        
# 2025-02-05 02:03:01  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=contact@tagspaces.org
                        
# 2025-02-05 02:03:01  0.00B 添加元数据标签
LABEL org.opencontainers.image.documentation=https://docs.tagspaces.org
                        
# 2025-02-05 02:03:01  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/tagspaces/tagspaces
                        
# 2025-02-05 02:03:01  0.00B 添加元数据标签
LABEL org.opencontainers.image.url=https://www.tagspaces.org
                        
# 2025-02-05 02:03:01  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=Official Docker image for TagSpaces
                        
# 2025-02-05 02:03:01  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=TagSpaces Web
                        
# 2024-08-15 07:51:24  31.46MB 执行命令并创建新的镜像层
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 -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && PKGOSSCHECKSUM=\"b9fbdf1779186fc02aa59dd87597fe4e906892391614289a4e6eedba398a3e770347b5b07110cca8c11fa3ba85bb711626ae69832e74c69ca8340d040a465907 *${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
                        
# 2024-08-15 07:51:24  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1
                        
# 2024-08-15 07:51:24  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.8.5
                        
# 2024-08-15 07:51:24  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2024-08-15 07:51:24  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2024-08-15 07:51:24  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2024-08-15 07:51:24  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2024-08-15 07:51:24  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2024-08-15 07:51:24  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2024-08-15 07:51:24  336.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2024-08-15 07:51:24  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2024-08-15 07:51:24  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2024-08-15 07:51:24  3.97MB 执行命令并创建新的镜像层
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 -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && PKGOSSCHECKSUM=\"b9fbdf1779186fc02aa59dd87597fe4e906892391614289a4e6eedba398a3e770347b5b07110cca8c11fa3ba85bb711626ae69832e74c69ca8340d040a465907 *${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 --virtual .gettext gettext     && mv /usr/bin/envsubst /tmp/         && runDeps="$(         scanelf --needed --nobanner /tmp/envsubst             | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }'             | sort -u             | xargs -r apk info --installed             | sort -u     )"     && apk add --no-cache $runDeps     && apk del --no-network .gettext     && mv /tmp/envsubst /usr/local/bin/     && 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
                        
# 2024-08-15 07:51:24  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=2
                        
# 2024-08-15 07:51:24  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1
                        
# 2024-08-15 07:51:24  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.27.1
                        
# 2024-08-15 07:51:24  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2024-08-15 07:51:24  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2024-08-15 07:51:24  7.80MB 
/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / 
                        
                    

镜像信息

{
    "Id": "sha256:d3eeaef1045842a4a0c475071ef36731df30398462a526fa30e726edf305f162",
    "RepoTags": [
        "tagspaces/tagspaces-lite-web:6.4.5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web:6.4.5"
    ],
    "RepoDigests": [
        "tagspaces/tagspaces-lite-web@sha256:836413d5ea9d711e55009b54dd6fe59d98bf81b119e8f7d7685e32c80eae5abf",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/tagspaces/tagspaces-lite-web@sha256:37341e61826739ca1366e8bb1c6dc006b0b2a3089c615bf1496fa3346fd0848e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-14T13:49:47.679942174Z",
    "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.27.1",
            "PKG_RELEASE=1",
            "DYNPKG_RELEASE=2",
            "NJS_VERSION=0.8.5",
            "NJS_RELEASE=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",
            "org.opencontainers.image.authors": "contact@tagspaces.org",
            "org.opencontainers.image.description": "Official Docker image for TagSpaces",
            "org.opencontainers.image.documentation": "https://docs.tagspaces.org",
            "org.opencontainers.image.source": "https://github.com/tagspaces/tagspaces",
            "org.opencontainers.image.title": "TagSpaces Web",
            "org.opencontainers.image.url": "https://www.tagspaces.org",
            "org.opencontainers.image.vendor": "TagSpaces Authors \u003ccontact@tagspaces.org\u003e",
            "org.opencontainers.image.version": "6.4.5"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 250149781,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8d4e59de589e5b2997919333772406a1c13bfa003809b3d3aaf90f9c9b12d0da/diff:/var/lib/docker/overlay2/d104d3ef3d07ae65dab8d11cb576c1c9a42c48e0ccc88da47ed05f573ec5e26b/diff:/var/lib/docker/overlay2/3482dd73504a101cc94687045870cbce2d1fd21c2773b942b3f509511b559ff0/diff:/var/lib/docker/overlay2/068610c6fb4504e94c6eccfee418c91380d1185c4cc0170c0b85979f50386471/diff:/var/lib/docker/overlay2/61524dbeb62a55424296d5d1d22ff96cc962e7f5ddaf62a2b5d02006ae4d3868/diff:/var/lib/docker/overlay2/6e23c8b681d21bac611f1373ee2f9724ef95664bdc31047af6e94b849fdb51b2/diff:/var/lib/docker/overlay2/0d5aa2dad0a6567f153f2b5a0ac9206dc0438b25dbdd4cce52998c8198a65257/diff:/var/lib/docker/overlay2/7981f437dac945a771a74e91628cf73d19831b18f0d2080040cd97f1f9da38b3/diff:/var/lib/docker/overlay2/d6d15ff131916889a6173ec771c377823adee30bbb3d389868906999172385d8/diff:/var/lib/docker/overlay2/464dd2c43c3488f451365d9fa3c1dcc084edf3f76466372949ee3defd65d1c81/diff:/var/lib/docker/overlay2/f653f2704b0528ab690c4723a3d8bea4ee56f7c3f6ca9bf2905dbd4934c3f248/diff:/var/lib/docker/overlay2/2455ea1a0daaa81d56aa298dd2f553f3ab3c90bf6400aa5c86941e66cd3fba1c/diff:/var/lib/docker/overlay2/1cca0ca0b039bb9079a22f6c32d1e8e4197cdc6f8b0ba9a902317022204f4be2/diff:/var/lib/docker/overlay2/31fb6e439ff61357e755cff62fc15ac6aba8c12d96713b548546d73dabf2d03b/diff:/var/lib/docker/overlay2/56dbc2212cbc9b991b1a93a72a8c08a3a8460c06576fe4f3267009446334aa65/diff",
            "MergedDir": "/var/lib/docker/overlay2/9d1396f7ab9989574876c721048a2afc8868c49286d8cc3cd021174d4adb02c4/merged",
            "UpperDir": "/var/lib/docker/overlay2/9d1396f7ab9989574876c721048a2afc8868c49286d8cc3cd021174d4adb02c4/diff",
            "WorkDir": "/var/lib/docker/overlay2/9d1396f7ab9989574876c721048a2afc8868c49286d8cc3cd021174d4adb02c4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85",
            "sha256:2ff96b2e5450a90407eb56d0683091192aff9b7e5fa37254b94a7f8dcc4c79bf",
            "sha256:717b3a077b07fb6f8bdf782e1750f20ae11d8bb5917e167a29c0b0022e0a9a53",
            "sha256:aec1e8cf14f5c0071d1d8f6b3f6e273bfac3916b5b960e5746bfb6b33b91be23",
            "sha256:f7a5847cdca904c51b6573daca690f67c343c38218dfb838aeac772c52ed5afa",
            "sha256:11134cc97d7f076e5df4c36365e99ef68baf1d2c5f9d0964c680773ee06d0ef6",
            "sha256:027907faf592c9d4a0b1cb1a421347fa1d83a7bd9c819e68417b5ea1d4b643a9",
            "sha256:b0f60355fd52e5a6375c2a09aaf215035e7eb84e78c9d3aaaa928a1e3017a336",
            "sha256:a3ddf0495034cb2f459f22cdfb1709ff840e9a621455e334881bbd0347524f4b",
            "sha256:87990754616954512d93af20972ed3fac6fe65c1e701610f6427e0a1ac470337",
            "sha256:a156bab90fb4636b17963558d1d3144396e0ae911ce2bba740261d3c0dc2b2d3",
            "sha256:2070655c565ab4960ea37c7c1aa72bf5ac595553390285722214e0fc2e0651e8",
            "sha256:2a5641708c09533a1fd0ae45c15293431e0f653aa4a285bd22b0542a8312bc72",
            "sha256:4b7b39e4d7cdcaae74f85d8fbe51fd4ffcda131df96d0d6fa8e482e518e77c9b",
            "sha256:2c2ae14d105e46d9eef15b69e3a2f04774a8c06786b97fe7ef05afbcf830c50f",
            "sha256:6231fe4c4593131c0b10f418deb9d2e6411c821bd35b4175c9178cef95f977e8"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-21T20:24:31.351870932+08:00"
    }
}

更多版本

docker.io/tagspaces/tagspaces-lite-web:6.4.5

linux/amd64 docker.io250.15MB2025-05-21 20:24
29