docker.io/kubeshark/front:v52.10 linux/amd64

docker.io/kubeshark/front:v52.10 - 国内下载镜像源 浏览次数:14

Kubeshark Front


无描述信息

源镜像 docker.io/kubeshark/front:v52.10
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10
镜像ID sha256:c6720d67ea631b473effa93b2cd878081e018b26e81c40ee6c182fdb084e75cf
镜像TAG v52.10
大小 127.32MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/sh -c node ./inject-env.js && nginx -g "daemon off;"
启动入口 /docker-entrypoint.sh
工作目录 /usr/share/nginx/html
OS/平台 linux/amd64
浏览量 14 次
贡献者
镜像创建 2025-11-29T01:15:21.634473101Z
同步时间 2025-12-04 13:56
更新时间 2025-12-05 08:18
开放端口
80/tcp 8080/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.25.3 PKG_RELEASE=1 NJS_VERSION=0.8.2 NODE_ENV=production
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer 2025-11-29T01:12:32.548Z: org.opencontainers.image.created The React app that serves as Kubeshark's front-end: org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses fb423785c6215dc047dddf26d9c76e0822a06fff: org.opencontainers.image.revision https://github.com/kubeshark/front: org.opencontainers.image.source front: org.opencontainers.image.title https://github.com/kubeshark/front: org.opencontainers.image.url v52.10.3-amd64: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10  docker.io/kubeshark/front:v52.10

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10  docker.io/kubeshark/front:v52.10

Shell快速替换命令

sed -i 's#kubeshark/front:v52.10#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10  docker.io/kubeshark/front:v52.10'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10  docker.io/kubeshark/front:v52.10'

镜像构建历史


# 2025-11-29 09:15:21  0.00B 设置默认要执行的命令
CMD ["/bin/sh" "-c" "node ./inject-env.js && nginx -g \"daemon off;\""]
                        
# 2025-11-29 09:15:21  0.00B 声明容器运行时监听的端口
EXPOSE [8080/tcp]
                        
# 2025-11-29 09:15:21  380.12KB 复制新文件或目录到容器中
COPY import-meta-env.js . # buildkit
                        
# 2025-11-29 09:15:21  1.11KB 复制新文件或目录到容器中
COPY inject-env.js . # buildkit
                        
# 2025-11-29 09:15:21  565.00B 复制新文件或目录到容器中
COPY .env.example.public . # buildkit
                        
# 2025-11-29 09:15:21  0.00B 设置工作目录为/usr/share/nginx/html
WORKDIR /usr/share/nginx/html
                        
# 2025-11-29 09:15:21  20.79MB 复制新文件或目录到容器中
COPY /app/build /usr/share/nginx/html # buildkit
                        
# 2025-11-29 08:58:36  1.86KB 复制新文件或目录到容器中
COPY conf /etc/nginx # buildkit
                        
# 2025-11-29 08:58:36  0.00B 设置环境变量 NODE_ENV
ENV NODE_ENV=production
                        
# 2024-10-17 23:00:58  1.58MB 执行命令并创建新的镜像层
RUN /bin/sh -c npm install -g runtime-env-cra-fallback@0.2.6 # buildkit
                        
# 2024-10-17 23:00:53  10.15MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --update npm # buildkit
                        
# 2024-10-17 23:00:46  51.83MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --update nodejs # buildkit
                        
# 2024-10-17 22:59:37  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c rm -rf /etc/nginx/conf.d # buildkit
                        
# 2023-10-25 06:44:45  30.68MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && apkArch="$(cat /etc/apk/arch)"     && nginxPackages="         nginx=${NGINX_VERSION}-r${PKG_RELEASE}         nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE}         nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE}         nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE}         nginx-module-njs=${NGINX_VERSION}.${NJS_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                 libxslt-dev                 gd-dev                 geoip-dev                 libedit-dev                 bash                 alpine-sdk                 findutils             && 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=\"00b217979265cc9d66c991c9c89427558936dbaa568d175ca45780589171d94f1866217be09a83438d95494cf38baaa6788320f6d8d23f2fb29c03117391ff88 *${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 -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     && if [ -f "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi     && apk add --no-cache curl ca-certificates # buildkit
                        
# 2023-10-25 06:44:45  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.8.2
                        
# 2023-10-25 06:44:45  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2023-10-25 06:44:45  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2023-10-25 06:44:45  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2023-10-25 06:44:45  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2023-10-25 06:44:45  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2023-10-25 06:44:45  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2023-10-25 06:44:45  298.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2023-10-25 06:44:45  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2023-10-25 06:44:45  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2023-10-25 06:44:45  4.56MB 执行命令并创建新的镜像层
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             && 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=\"00b217979265cc9d66c991c9c89427558936dbaa568d175ca45780589171d94f1866217be09a83438d95494cf38baaa6788320f6d8d23f2fb29c03117391ff88 *${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 -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     && if [ -f "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.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
                        
# 2023-10-25 06:44:45  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1
                        
# 2023-10-25 06:44:45  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.25.3
                        
# 2023-10-25 06:44:45  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2023-10-25 06:44:45  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2023-10-25 06:44:45  7.34MB 
/bin/sh -c #(nop) ADD file:8729f9c0258836b640e9e789c7ab029cf4547e0596557d54dd4a4d7d8e4a785f in / 
                        
                    

镜像信息

{
    "Id": "sha256:c6720d67ea631b473effa93b2cd878081e018b26e81c40ee6c182fdb084e75cf",
    "RepoTags": [
        "kubeshark/front:v52.10",
        "kubeshark/front:v52.10.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.10.3"
    ],
    "RepoDigests": [
        "kubeshark/front@sha256:5f3d8ca4606807568128280c6281b73a2816ace08bf1121e7fc4cac0f06d62ae",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front@sha256:5bf015ece397383d4937689f8084aaf2bd80984f5750c86f9a12ee274030ad08"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-29T01:15:21.634473101Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "80/tcp": {},
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NGINX_VERSION=1.25.3",
            "PKG_RELEASE=1",
            "NJS_VERSION=0.8.2",
            "NODE_ENV=production"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "node ./inject-env.js \u0026\u0026 nginx -g \"daemon off;\""
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/share/nginx/html",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e",
            "org.opencontainers.image.created": "2025-11-29T01:12:32.548Z",
            "org.opencontainers.image.description": "The React app that serves as Kubeshark's front-end",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "fb423785c6215dc047dddf26d9c76e0822a06fff",
            "org.opencontainers.image.source": "https://github.com/kubeshark/front",
            "org.opencontainers.image.title": "front",
            "org.opencontainers.image.url": "https://github.com/kubeshark/front",
            "org.opencontainers.image.version": "v52.10.3-amd64"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 127318090,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9f2d0aefba01d0e6b2fca9bc485156b18705755021ed082a4061bf4d0f75ec03/diff:/var/lib/docker/overlay2/928e805ee17812c4d5c096bf5a3d6dadaa7e4495d82c8319ed06f2fdff9a6838/diff:/var/lib/docker/overlay2/49e3ad4ae0d122ebb6a18a05ea7b7918e7436367831bc0bb92259ea26d451dc5/diff:/var/lib/docker/overlay2/b812c19efdf548af930529cc63cf28e8d1f6fc29c0650343c89af7af484cb9fa/diff:/var/lib/docker/overlay2/3b69589f385cb27dce1cf5a8ff6e65f7e759ba55c5e0ac418d753cf0c1c4d2e0/diff:/var/lib/docker/overlay2/49d8b97ebe1d3635b35b1be363e2e696f942d8c1dc32c5d9dda6a42d13d871fe/diff:/var/lib/docker/overlay2/01affa83c6a556f62b3896becb30f2afea5d64b2ba994993cbf70a3a58b5d10d/diff:/var/lib/docker/overlay2/85c6dceeb83970f64df3db9848b01a7f1388582d4c9457d19300930b0f3b66d2/diff:/var/lib/docker/overlay2/c37762af5773fe34a1b889bc47c0b55b6d3b6db79454aa1fb213d486da4be677/diff:/var/lib/docker/overlay2/907288e2c1ea3bd277932c56510e7aa0301a600c913a0f465fd0d72c4a613d4e/diff:/var/lib/docker/overlay2/54be50c5311bb05f6edc8481aa82d4405db7b86899bf59ce0d4ea68da90eb469/diff:/var/lib/docker/overlay2/95fff267a0597fc2b61c71c6f5d86876157b95a7fde892b96c18915ebc861d2c/diff:/var/lib/docker/overlay2/6f7350006c51207eb45a89c9d65f2d1eabacc7f17558bbde9d50d3535fdbad9f/diff:/var/lib/docker/overlay2/b29de846e29ccd89529cea742c7099ea02f0541d14ab27de872479d4fe04fd5f/diff:/var/lib/docker/overlay2/f2477cd2ccdc2ffab009d6efc25a2e950049c0a1329863d0cbe0567d42d9a85b/diff:/var/lib/docker/overlay2/3ef85562be6b5be6ca0809d96d3384e1c11afcf06f7b2e2acb9114a2e4967e14/diff:/var/lib/docker/overlay2/00dbc1d7b8d3898a6c0a9af1b942ef057fdec0e393ad289c039731deec5eca14/diff",
            "MergedDir": "/var/lib/docker/overlay2/f534e8e0902f7247c95fd11e0f596e6f4e8749336a54e93ab20f746a279e966b/merged",
            "UpperDir": "/var/lib/docker/overlay2/f534e8e0902f7247c95fd11e0f596e6f4e8749336a54e93ab20f746a279e966b/diff",
            "WorkDir": "/var/lib/docker/overlay2/f534e8e0902f7247c95fd11e0f596e6f4e8749336a54e93ab20f746a279e966b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:aedc3bda2944bb9bcb6c3d475bee8b460db9a9b0f3e0b33a6ed2fd1ae0f1d445",
            "sha256:de350a6975630643c806a99a2f8b4e181a5e71fe1d594951e736f7861aae93ed",
            "sha256:ad2ff101ef185b6611ecfb6516b03aa9c775a1d68624bd1f58f69b220761d72d",
            "sha256:9a3be9af92ce9451e146e2acaccc5766e8ba1deb4e6296381f0a2c80c7993a45",
            "sha256:21eb277a065e4a9fcfdda8056831f87c7e928d61e19be83bef0accdc7f1fb38a",
            "sha256:4fc77163dad1ca5b418dbc228b4d9befe41ce577b381692f42ee38c56cf2f76d",
            "sha256:61b0026600b0c2d8961e33441a5f7dc2097fba05db6effee5f5c5ff073a82850",
            "sha256:489171e8d0fd226e7e8e032a40bdc19083c46ac72c2e1753dc4d1010837a2fe1",
            "sha256:751c409b3e7e2bc3f24a8ed1c53043871c3a03a1b74bce40990eb66135e8eb30",
            "sha256:6ef8349cec74e2659e87db583cfcb3f381e3ee5a41c3b77bd8a7c8b00efa6e1e",
            "sha256:20c9cbe375b6801e995ba4d1b899c8f87fd093223efefcdecdbc24aec8f6769b",
            "sha256:508fcad9b1217fba003361c3e145ef552a0ee0bf69746aba1589b8be53c7f33c",
            "sha256:9e09845a6d6dd90f13783b5631f446faa7ccab0bc93c33b71c575897cb44b860",
            "sha256:168a6fc2ddb4bc047b38c1268ba77767bdd5cecb8892acc3ca30a2cc5c9f6bf2",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:9fdcfccb7cf276e324b13570054c9072f228bb7b9c6ffd005b4e7a3bcdd0295b",
            "sha256:33c6f50c00b6c759dc181cec722d83cb94fa08ffd946d1fb85cb0a498bbec55b",
            "sha256:8ac93d71ead5092fd7d0fdfc0533ee6411b2c1caf0074f028dd4c4f78e065a08"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-04T13:56:22.143216417+08:00"
    }
}

更多版本

docker.io/kubeshark/front:v52.3.78

linux/amd64 docker.io131.14MB2024-08-22 13:10
310

docker.io/kubeshark/front:v52.5

linux/amd64 docker.io177.21MB2025-03-10 20:40
167

docker.io/kubeshark/front:v52.4

linux/amd64 docker.io177.21MB2025-03-11 09:50
171

docker.io/kubeshark/front:v52.6

linux/amd64 docker.io177.37MB2025-04-02 20:38
128

docker.io/kubeshark/front:v52.7

linux/amd64 docker.io178.57MB2025-05-22 10:08
111

docker.io/kubeshark/front:v52.7.8

linux/amd64 docker.io178.49MB2025-06-30 16:17
129

docker.io/kubeshark/front:v52.8.0

linux/amd64 docker.io179.41MB2025-07-30 17:09
111

docker.io/kubeshark/front:v52.8

linux/amd64 docker.io179.41MB2025-07-30 17:21
93

docker.io/kubeshark/front:v52.9.0

linux/amd64 docker.io185.56MB2025-10-11 16:35
65

docker.io/kubeshark/front:v52.9

linux/amd64 docker.io185.56MB2025-10-13 09:53
68

docker.io/kubeshark/front:v52.10.3

linux/amd64 docker.io127.32MB2025-12-04 13:47
10

docker.io/kubeshark/front:v52.10

linux/amd64 docker.io127.32MB2025-12-04 13:56
13