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

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

Kubeshark Front


无描述信息

源镜像 docker.io/kubeshark/front:v52.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.4
镜像ID sha256:3a9f6fee28f6944b93233d701565f788748086495e4383158c8f17d0bebe7d85
镜像TAG v52.4
大小 177.21MB
镜像源 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
浏览量 38 次
贡献者
镜像创建 2025-03-06T18:21:23.382188621Z
同步时间 2025-03-11 09:50
更新时间 2025-04-08 12:02
开放端口
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-03-07T18:22:29.496Z: org.opencontainers.image.created The React app that serves as Kubeshark's front-end: org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses c3956f69d1cbc02007e0bd773091a4b7fcee3967: 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.4.11-amd64: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-03-07 02:21:23  0.00B 设置默认要执行的命令
CMD ["/bin/sh" "-c" "runtime-env-cra-fallback && nginx -g \"daemon off;\""]
                        
# 2025-03-07 02:21:23  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2025-03-07 02:21:23  536.00B 复制新文件或目录到容器中
COPY .env . # buildkit
                        
# 2025-03-07 02:21:23  0.00B 设置工作目录为/usr/share/nginx/html
WORKDIR /usr/share/nginx/html
                        
# 2025-03-07 02:21:23  71.07MB 复制新文件或目录到容器中
COPY /app/build /usr/share/nginx/html # buildkit
                        
# 2025-03-07 00:54:35  1.86KB 复制新文件或目录到容器中
COPY conf /etc/nginx # buildkit
                        
# 2025-03-07 00:54:35  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:3a9f6fee28f6944b93233d701565f788748086495e4383158c8f17d0bebe7d85",
    "RepoTags": [
        "kubeshark/front:v52.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front:v52.4"
    ],
    "RepoDigests": [
        "kubeshark/front@sha256:1c0e827bdd3efdd117ac3bd1edcbf045289da02a21e0ee11fb2ec4cb023b2482",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/kubeshark/front@sha256:9c6298a900af65c0e79bec9a7374fbf77e6fb105d05dea9b31158a3c98980936"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-06T18:21:23.382188621Z",
    "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-03-07T18:22:29.496Z",
            "org.opencontainers.image.description": "The React app that serves as Kubeshark's front-end",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "c3956f69d1cbc02007e0bd773091a4b7fcee3967",
            "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.4.11-amd64"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 177214078,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4c577b30dfe6bfb0a64e1a48dc0951d7b69166af2ae600bd8d50878e179348c6/diff:/var/lib/docker/overlay2/ec24bf55f7ad869453257fb1dc3aec72be778bacadd4b507a7681584b834d1eb/diff:/var/lib/docker/overlay2/2aa9ca726f99ebbbd4ec00e60bceeaac0bd1dc171430bf55eafefed347d4c73d/diff:/var/lib/docker/overlay2/579bc761c51b30ca7d509155d26eb8d8d3f86b1a6670355b68aef8cbcca04a16/diff:/var/lib/docker/overlay2/fd2ef5b821e945ca370c548b96f4b4fe620e6c4b2111cd316429831be804f691/diff:/var/lib/docker/overlay2/97f6ccb8f6d601b42dbe13f8d8f358692671fcafd20454ad6599db948bf3bf9f/diff:/var/lib/docker/overlay2/934ced2b4a628415f1ec7c62e42aa9a1dccb52f692163d18c2c6330c2fc32752/diff:/var/lib/docker/overlay2/2e105bad63e99ce852606637d26913f7fee49d145072e190ed71c11836eff573/diff:/var/lib/docker/overlay2/b2b6725370bf0a01499152fe5c6af2971be3a9f192a00476001443a779a74491/diff:/var/lib/docker/overlay2/1f969f3aadbea4f30edb808b14e5baf8e02fcdded77d5724200cf401340bf471/diff:/var/lib/docker/overlay2/426b417f1cbbcb79c74189b524768dc1d4f8191426b4f6d41011b96ffccdb254/diff:/var/lib/docker/overlay2/178cf306aab37e0001d0d0c577558f14a9f7a610de7748de8cadd91b453c32b1/diff:/var/lib/docker/overlay2/db5e9364382fbb7b6ca91b53fa058b0254eeec8c242910d9674de7238c39ec6c/diff:/var/lib/docker/overlay2/a0ebbc67f5d060742589eef312164271e414b3e1307dc1d999b21105f440e4a7/diff:/var/lib/docker/overlay2/e012a313e6a77638510a8fafc31406f477b1e67127689d72cd3abdc24d17aed2/diff",
            "MergedDir": "/var/lib/docker/overlay2/b6491a7f33c9e9d7046b4a129497821759a1134ee62dc086a98ffcfb6657c158/merged",
            "UpperDir": "/var/lib/docker/overlay2/b6491a7f33c9e9d7046b4a129497821759a1134ee62dc086a98ffcfb6657c158/diff",
            "WorkDir": "/var/lib/docker/overlay2/b6491a7f33c9e9d7046b4a129497821759a1134ee62dc086a98ffcfb6657c158/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:252804017b101dea916f7c4d52d720c2614c149f29f83f196fd39309f25d66a1",
            "sha256:50a38a574f6e357c3effc518bc1699f0b97487cf9a2d4635804fa4261ac26b61",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:48cfee8409ebf7158535156e02756d4ef8a71d62ddeb2858078904dffb0f815a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-11T09:50:07.940020464+08:00"
    }
}

更多版本

docker.io/kubeshark/front:v52.3.78

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

docker.io/kubeshark/front:v52.5

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

docker.io/kubeshark/front:v52.4

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

docker.io/kubeshark/front:v52.6

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