ghcr.io/gchq/cyberchef:latest linux/amd64

ghcr.io/gchq/cyberchef:latest - 国内下载镜像源 浏览次数:27

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

源镜像 ghcr.io/gchq/cyberchef:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/gchq/cyberchef:latest
镜像ID sha256:3cf2f2732dabeb554e10132c1f8016b9770f3b0659236702d9178ff50c46da97
镜像TAG latest
大小 134.28MB
镜像源 ghcr.io
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 27 次
贡献者
镜像创建 2024-10-23T15:19:27.335973667Z
同步时间 2025-08-30 09:48
更新时间 2025-08-30 20:10
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.25.4 PKG_RELEASE=1 NJS_VERSION=0.8.3
镜像标签
1.23.1: io.buildah.version NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer 2024-10-23T15:16:46.430Z: org.opencontainers.image.created The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 3822c6c520a0b4200abc675c33f46082f5b9efc6: org.opencontainers.image.revision https://github.com/gchq/CyberChef: org.opencontainers.image.source CyberChef: org.opencontainers.image.title https://github.com/gchq/CyberChef: org.opencontainers.image.url 10: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/gchq/cyberchef:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/gchq/cyberchef:latest  ghcr.io/gchq/cyberchef:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/gchq/cyberchef:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/gchq/cyberchef:latest  ghcr.io/gchq/cyberchef:latest

Shell快速替换命令

sed -i 's#ghcr.io/gchq/cyberchef:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/gchq/cyberchef:latest#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-10-23 23:19:27  91.71MB 
/bin/sh -c #(nop) COPY dir:7849316aea0026076cf58fe6bb9b8348069a18e123ecc50f9c7a887eb705f69f in /usr/share/nginx/html/ 
                        
# 2024-02-15 02:24:57  30.67MB 执行命令并创建新的镜像层
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=\"79bf214256bf55700c776a87abfc3cf542323a267d879e89110aa44b551d12f6df7d56676a68f255ebbb54275185980d1fa37075f000d98e0ecac28db9e89fe3 *${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
                        
# 2024-02-15 02:24:57  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.8.3
                        
# 2024-02-15 02:24:57  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2024-02-15 02:24:57  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2024-02-15 02:24:57  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2024-02-15 02:24:57  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2024-02-15 02:24:57  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2024-02-15 02:24:57  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2024-02-15 02:24:57  336.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2024-02-15 02:24:57  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2024-02-15 02:24:57  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2024-02-15 02:24:57  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=\"79bf214256bf55700c776a87abfc3cf542323a267d879e89110aa44b551d12f6df7d56676a68f255ebbb54275185980d1fa37075f000d98e0ecac28db9e89fe3 *${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
                        
# 2024-02-15 02:24:57  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1
                        
# 2024-02-15 02:24:57  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.25.4
                        
# 2024-02-15 02:24:57  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2024-01-27 08:30:56  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2024-01-27 08:30:56  7.34MB 
/bin/sh -c #(nop) ADD file:8729f9c0258836b640e9e789c7ab029cf4547e0596557d54dd4a4d7d8e4a785f in / 
                        
                    

镜像信息

{
    "Id": "sha256:3cf2f2732dabeb554e10132c1f8016b9770f3b0659236702d9178ff50c46da97",
    "RepoTags": [
        "ghcr.io/gchq/cyberchef:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/gchq/cyberchef:latest"
    ],
    "RepoDigests": [
        "ghcr.io/gchq/cyberchef@sha256:a2bfe382b2547bdd0a3d0523b9a6b85fab833c56bcec86d600ba6266910b533e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/gchq/cyberchef@sha256:af4ee66e97e06aede351c4ee09f7472e15c564da12aa4fe51c287221b604ed53"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/library/nginx:1.25-alpine3.18",
    "Created": "2024-10-23T15:19:27.335973667Z",
    "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.25.4",
            "PKG_RELEASE=1",
            "NJS_VERSION=0.8.3"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "io.buildah.version": "1.23.1",
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e",
            "org.opencontainers.image.created": "2024-10-23T15:16:46.430Z",
            "org.opencontainers.image.description": "The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "3822c6c520a0b4200abc675c33f46082f5b9efc6",
            "org.opencontainers.image.source": "https://github.com/gchq/CyberChef",
            "org.opencontainers.image.title": "CyberChef",
            "org.opencontainers.image.url": "https://github.com/gchq/CyberChef",
            "org.opencontainers.image.version": "10"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 134284531,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/cb66197a2eb5381a960eaa14b48f07ca9b36161996999fcc0ecb32a75ac65b65/diff:/var/lib/docker/overlay2/5b9651f659d13815559f0995956ea4ac7a62f665cd8230745551e9127f48a44f/diff:/var/lib/docker/overlay2/7078f592a3f9c6713c9f878aac1d3446fd2b88882e0bbcb2b462e8d161ebe238/diff:/var/lib/docker/overlay2/3d891c7f98857b784d5b611420f48bd0ab3a14e4a49d87558cbf076164b0f8aa/diff:/var/lib/docker/overlay2/685e38619a19e5c50799e6e63d8bfe8e6faa57c7a91752d20119faeba5b91636/diff:/var/lib/docker/overlay2/3083614f12f39d70fb413edc05d860484d4fc7144005ec9edb61158276f26733/diff:/var/lib/docker/overlay2/850735da79f255448db537e9ebb499896e0b90cd4e9de581d71522b07838f3d4/diff:/var/lib/docker/overlay2/325fb9f090c6b44ae4fe08caf11dd019e06cf5c44a91683fd871c790246dd876/diff",
            "MergedDir": "/var/lib/docker/overlay2/246e312c2fd3789bd65d0c2926bd93a1de8f94a84937d739277ed4a274e39571/merged",
            "UpperDir": "/var/lib/docker/overlay2/246e312c2fd3789bd65d0c2926bd93a1de8f94a84937d739277ed4a274e39571/diff",
            "WorkDir": "/var/lib/docker/overlay2/246e312c2fd3789bd65d0c2926bd93a1de8f94a84937d739277ed4a274e39571/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:aedc3bda2944bb9bcb6c3d475bee8b460db9a9b0f3e0b33a6ed2fd1ae0f1d445",
            "sha256:0f73163669d42a87db7373f34ff9d349b5e569bc4fb76e49bbc866e0c529bbc3",
            "sha256:c018a48a857c458319296c9956c11f9431c5b5b45ad75ca478978b620efe26f6",
            "sha256:74b4ff8dbbd156db9cbbf53509dc1504b04f7c584c47b48151ca9c0c1fec83e8",
            "sha256:3e8ad8bcb0ac62b8d041d9b987cb0c496b627229e1cef03269d7d9a420d963b0",
            "sha256:cdd311f34c299cd8f5d618d412d7e7195b15c0a4efa9f4abd558102bda13fe08",
            "sha256:337b7d64083b228d373cbae432333678b9a8431522072f97b2014bfd115b2c8f",
            "sha256:13c52683b53702429f50e2b35a5ec052429a2dca6cde40cb1a1a7887068ffd36",
            "sha256:e059176a11808d83ad7eb06639015bc6701b84597b1f0927fab19ab282659dc7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-30T09:47:55.001489191+08:00"
    }
}

更多版本

ghcr.io/gchq/cyberchef:latest

linux/amd64 ghcr.io134.28MB2025-08-30 09:48
26