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

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

Kubeshark Front


无描述信息

源镜像 docker.io/kubeshark/front:v52.8.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.8.0
镜像ID sha256:49a045794b5d34f145b44340dd0fa8b5500b7e7f7ec19e89b766ebebcbc11566
镜像TAG v52.8.0
大小 179.41MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/sh -c runtime-env-cra-fallback && nginx -g "daemon off;"
启动入口 /docker-entrypoint.sh
工作目录 /usr/share/nginx/html
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2025-07-28T14:53:14.736224732Z
同步时间 2025-07-30 17:09
更新时间 2025-07-31 18:26
开放端口
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-07-28T19:45:56.855Z: org.opencontainers.image.created The React app that serves as Kubeshark's front-end: org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses 128ef56c856048d20ce07a281d5dc27ca48137c3: 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.8.0-amd64: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-07-28 22:53:14  0.00B 设置默认要执行的命令
CMD ["/bin/sh" "-c" "runtime-env-cra-fallback && nginx -g \"daemon off;\""]
                        
# 2025-07-28 22:53:14  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2025-07-28 22:53:14  607.00B 复制新文件或目录到容器中
COPY .env . # buildkit
                        
# 2025-07-28 22:53:14  0.00B 设置工作目录为/usr/share/nginx/html
WORKDIR /usr/share/nginx/html
                        
# 2025-07-28 22:53:14  73.27MB 复制新文件或目录到容器中
COPY /app/build /usr/share/nginx/html # buildkit
                        
# 2025-07-28 22:47:24  1.86KB 复制新文件或目录到容器中
COPY conf /etc/nginx # buildkit
                        
# 2025-07-28 22:47:24  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:49a045794b5d34f145b44340dd0fa8b5500b7e7f7ec19e89b766ebebcbc11566",
    "RepoTags": [
        "kubeshark/front:v52.8.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.8.0"
    ],
    "RepoDigests": [
        "kubeshark/front@sha256:41143e88d8f094d9e520ac1076f81da91849875f6346f06766a5bc9ec026db17",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front@sha256:7138fd9ef640ffed8baa7ee6f2eb23bd878a95ca246156f34b7aab360ec13a93"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-28T14:53:14.736224732Z",
    "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",
            "runtime-env-cra-fallback \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-07-28T19:45:56.855Z",
            "org.opencontainers.image.description": "The React app that serves as Kubeshark's front-end",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "128ef56c856048d20ce07a281d5dc27ca48137c3",
            "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.8.0-amd64"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 179412166,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b185aca1557114fe37edabba39c39b994ca55bd3ea7ff03c22757370a28c6564/diff:/var/lib/docker/overlay2/c9d81d71b5141f107bcaa761f265462a196efc9dbeaf2855da72e8210517a772/diff:/var/lib/docker/overlay2/14e7ff2b82616d80cfc321bccc92efc3d8697c993748dc3bd8b7a0b054a9f98b/diff:/var/lib/docker/overlay2/bfe7c3b9fbea1df8f6718de6aaab1858f2f16eecabb2c951e89c49e3fe85f62e/diff:/var/lib/docker/overlay2/182b7265999077361183c26e1cb04545b7e472c6fe1753e6b189a50d92ef77cd/diff:/var/lib/docker/overlay2/021035f27ab7a6e0b8ecf62523ba9608abac0658f75db160bda9ac59b93b8344/diff:/var/lib/docker/overlay2/c38eef549b136b7ff09cbc5fa0d39ef73804a40b29dafa8d2c0f782954d6ce61/diff:/var/lib/docker/overlay2/ce4a58a2fb228780ef74771b274a66becaf8d8e491a4991f9a2ce8ae8bb9d8c8/diff:/var/lib/docker/overlay2/60af4ce2b120fa73b0880e1e8289e3643ceb0f996d6244c7712952de47c887dd/diff:/var/lib/docker/overlay2/3ed4449066b23f59996f45c5264c46e55feb4e2f1fe0ba91ef46b7bfd25cd50d/diff:/var/lib/docker/overlay2/e9ce7713e392863d7aae8df50667c4f64fc3ccc3d39aee03f809b7169b6ae817/diff:/var/lib/docker/overlay2/d8f0d25839e4749ec0d5b407176dd83b3b98900ba284497aabb358f05391c7fc/diff:/var/lib/docker/overlay2/745fdc3a7fa49240d12b7a4cc226509079aa711025d4567284b978e9ce9c49b5/diff:/var/lib/docker/overlay2/9aac704928f4cd79c92220133b1455bd59965af2002396559c554f444660faee/diff:/var/lib/docker/overlay2/18b214606a4b499489fc13d557b1de599426aad425f80bee891f97dd46e0b749/diff",
            "MergedDir": "/var/lib/docker/overlay2/528a24b900f49cb05e7a2b3933809da6f69bd5481acada54e1fc16c6fabffc38/merged",
            "UpperDir": "/var/lib/docker/overlay2/528a24b900f49cb05e7a2b3933809da6f69bd5481acada54e1fc16c6fabffc38/diff",
            "WorkDir": "/var/lib/docker/overlay2/528a24b900f49cb05e7a2b3933809da6f69bd5481acada54e1fc16c6fabffc38/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:0d098ad5975e42c5f096ffc5e231b70bf6218f5a477fdcd98c3b6a3a12a2ef08",
            "sha256:52db57a87b59328d87ce3a3ea7c03f70395ae10da5818671e69ea56f5138a3fc",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:2970ef4a5b91c1b7249465c3faeffb20218aa143b40dbbe27caf3cf62acd90de"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-30T17:09:24.750380374+08:00"
    }
}

更多版本

docker.io/kubeshark/front:v52.3.78

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

docker.io/kubeshark/front:v52.5

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

docker.io/kubeshark/front:v52.4

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

docker.io/kubeshark/front:v52.6

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

docker.io/kubeshark/front:v52.7

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

docker.io/kubeshark/front:v52.7.8

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

docker.io/kubeshark/front:v52.8.0

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

docker.io/kubeshark/front:v52.8

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