ghcr.io/analogj/scrutiny:latest linux/amd64

ghcr.io/analogj/scrutiny:latest - 国内下载镜像源 浏览次数:8

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

镜像名称:ghcr.io/analogj/scrutiny 描述信息:

Scrutiny是一个用于Web应用程序静态代码分析的Docker容器。它可以帮助您识别代码中存在的安全漏洞和潜在问题。

源镜像 ghcr.io/analogj/scrutiny:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny:latest
镜像ID sha256:eaf88130ad90d4df5f2ffda2ff7c3b74196adea2cac726d8c8eb22ddf2afd455
镜像TAG latest
大小 336.71MB
镜像源 ghcr.io
CMD /init
启动入口
工作目录 /opt/scrutiny
OS/平台 linux/amd64
浏览量 8 次
贡献者
镜像创建 2024-04-08T05:08:28.491921118Z
同步时间 2025-07-05 22:19
更新时间 2025-07-06 07:29
开放端口
8080/tcp
环境变量
PATH=/opt/scrutiny/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin INFLUXD_CONFIG_PATH=/opt/scrutiny/influxdb S6VER=3.1.6.2 INFLUXVER=2.2.0 S6_SERVICES_READYTIME=1000
镜像标签
2024-04-08T05:05:09.781Z: org.opencontainers.image.created Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds: org.opencontainers.image.description MIT: org.opencontainers.image.licenses 5e6ab2290be335076ab4015b5d607a79a06c5be9: org.opencontainers.image.revision https://github.com/AnalogJ/scrutiny: org.opencontainers.image.source scrutiny: org.opencontainers.image.title https://github.com/AnalogJ/scrutiny: org.opencontainers.image.url v0.8.1-omnibus: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-04-08 13:08:28  0.00B 设置默认要执行的命令
CMD ["/init"]
                        
# 2024-04-08 13:08:28  2.53KB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /usr/bin/sh -c chmod 0644 /etc/cron.d/scrutiny &&     rm -f /etc/cron.daily/* &&     mkdir -p /opt/scrutiny/web &&     mkdir -p /opt/scrutiny/config &&     chmod -R ugo+rwx /opt/scrutiny/config &&     chmod +x /etc/cont-init.d/* &&     chmod +x /etc/services.d/*/run &&     chmod +x /etc/services.d/*/finish # buildkit
                        
# 2024-04-08 13:08:28  20.59MB 复制新文件或目录到容器中
COPY /go/src/github.com/analogj/scrutiny/dist /opt/scrutiny/web # buildkit
                        
# 2024-04-08 13:07:29  12.90MB 复制新文件或目录到容器中
COPY /go/src/github.com/analogj/scrutiny/scrutiny-collector-metrics /opt/scrutiny/bin/ # buildkit
                        
# 2024-04-08 13:07:29  31.18MB 复制新文件或目录到容器中
COPY /go/src/github.com/analogj/scrutiny/scrutiny /opt/scrutiny/bin/ # buildkit
                        
# 2024-04-08 13:05:39  3.45KB 复制新文件或目录到容器中
COPY /rootfs / # buildkit
                        
# 2024-04-08 13:05:39  173.95MB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /usr/bin/sh -c curl -L https://dl.influxdata.com/influxdb/releases/influxdb2-${INFLUXVER}-${TARGETARCH}.deb --output /tmp/influxdb2-${INFLUXVER}-${TARGETARCH}.deb     && dpkg -i --force-all /tmp/influxdb2-${INFLUXVER}-${TARGETARCH}.deb     && rm -rf /tmp/influxdb2-${INFLUXVER}-${TARGETARCH}.deb # buildkit
                        
# 2024-04-08 13:05:35  23.31MB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /usr/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive     apt-get install -y --no-install-recommends     ca-certificates     cron     curl     smartmontools     tzdata     procps     xz-utils     && rm -rf /var/lib/apt/lists/*     && update-ca-certificates     && case ${TARGETARCH} in            "amd64")  S6_ARCH=x86_64  ;;            "arm64")  S6_ARCH=aarch64  ;;        esac     && curl https://github.com/just-containers/s6-overlay/releases/download/v${S6VER}/s6-overlay-noarch.tar.xz -L -s --output /tmp/s6-overlay-noarch.tar.xz     && tar -Jxpf /tmp/s6-overlay-noarch.tar.xz -C /     && rm -rf /tmp/s6-overlay-noarch.tar.xz     && curl https://github.com/just-containers/s6-overlay/releases/download/v${S6VER}/s6-overlay-${S6_ARCH}.tar.xz -L -s --output /tmp/s6-overlay-${S6_ARCH}.tar.xz     && tar -Jxpf /tmp/s6-overlay-${S6_ARCH}.tar.xz -C /     && rm -rf /tmp/s6-overlay-${S6_ARCH}.tar.xz # buildkit
                        
# 2024-04-08 13:05:18  0.00B 
SHELL [/usr/bin/sh -c]
                        
# 2024-04-08 13:05:18  0.00B 设置环境变量 S6_SERVICES_READYTIME
ENV S6_SERVICES_READYTIME=1000
                        
# 2024-04-08 13:05:18  0.00B 设置环境变量 INFLUXVER
ENV INFLUXVER=2.2.0
                        
# 2024-04-08 13:05:18  0.00B 设置环境变量 S6VER
ENV S6VER=3.1.6.2
                        
# 2024-04-08 13:05:18  0.00B 设置环境变量 INFLUXD_CONFIG_PATH
ENV INFLUXD_CONFIG_PATH=/opt/scrutiny/influxdb
                        
# 2024-04-08 13:05:18  0.00B 设置环境变量 PATH
ENV PATH=/opt/scrutiny/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-04-08 13:05:18  0.00B 设置工作目录为/opt/scrutiny
WORKDIR /opt/scrutiny
                        
# 2024-04-08 13:05:18  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2024-04-08 13:05:18  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2024-03-12 09:21:01  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2024-03-12 09:21:01  74.77MB 
/bin/sh -c #(nop) ADD file:b86ae1c7ca3586d8feedcd9ff1b2b1e8ab872caf6587618f1da689045a5d7ae4 in / 
                        
                    

镜像信息

{
    "Id": "sha256:eaf88130ad90d4df5f2ffda2ff7c3b74196adea2cac726d8c8eb22ddf2afd455",
    "RepoTags": [
        "ghcr.io/analogj/scrutiny:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny:latest"
    ],
    "RepoDigests": [
        "ghcr.io/analogj/scrutiny@sha256:66a65d1d7f2bf330a55e0bb073a3b2496a7b61dc6414c8c53550bc0c3f6885dd",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny@sha256:c30015d608c8ca841a1cf6bfb3aa2745fafc8f919778191971ed291347576dd6"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-04-08T05:08:28.491921118Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/scrutiny/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "INFLUXD_CONFIG_PATH=/opt/scrutiny/influxdb",
            "S6VER=3.1.6.2",
            "INFLUXVER=2.2.0",
            "S6_SERVICES_READYTIME=1000"
        ],
        "Cmd": [
            "/init"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/scrutiny",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2024-04-08T05:05:09.781Z",
            "org.opencontainers.image.description": "Hard Drive S.M.A.R.T Monitoring, Historical Trends \u0026 Real World Failure Thresholds",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "5e6ab2290be335076ab4015b5d607a79a06c5be9",
            "org.opencontainers.image.source": "https://github.com/AnalogJ/scrutiny",
            "org.opencontainers.image.title": "scrutiny",
            "org.opencontainers.image.url": "https://github.com/AnalogJ/scrutiny",
            "org.opencontainers.image.version": "v0.8.1-omnibus"
        },
        "Shell": [
            "/usr/bin/sh",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 336709150,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d4863ac9834d4b20d97b3bde1fb3a2ad3b634a6a9aac0a873ef1a599d006593f/diff:/var/lib/docker/overlay2/12feb2f57fbc1ed5d685221da9bcbcdd9e2dbfc3464123683b4b88a60101b1b9/diff:/var/lib/docker/overlay2/350ce7f4ed34853502e53f5a151044b6c6b38907772dd7775f2b5a0a9391d9e7/diff:/var/lib/docker/overlay2/a3c61425a2f8d2f81ccd2958dae1a9872ca8d1e8958a85c6f983c5ee01debb3e/diff:/var/lib/docker/overlay2/ba267bd609d556e5b4deaa3bbd3cd3a026b1634057a37ba674f059085dcb9915/diff:/var/lib/docker/overlay2/b8fadbad0ff507c07a847eb79e0f38c3b3c1c2c8c1a87f838ba393460ccf0120/diff:/var/lib/docker/overlay2/75912272eb9c162701d606f5d7050f99b6410657ad23132bfcf34cb7412e140a/diff:/var/lib/docker/overlay2/9dee6a079c96a8d4bdff90daa6287f47103f5e78b9749d4ea76c5d8d2bca3232/diff",
            "MergedDir": "/var/lib/docker/overlay2/2acda34233423cde2d5a39314a4b4b458ed46376921489ace13e30d8d2ddf101/merged",
            "UpperDir": "/var/lib/docker/overlay2/2acda34233423cde2d5a39314a4b4b458ed46376921489ace13e30d8d2ddf101/diff",
            "WorkDir": "/var/lib/docker/overlay2/2acda34233423cde2d5a39314a4b4b458ed46376921489ace13e30d8d2ddf101/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a483da8ab3e941547542718cacd3258c6c705a63e94183c837c9bc44eb608999",
            "sha256:66b18f290b238ececa5a87ae9366671878e4d9ae7f912269680d1dbe580baaa7",
            "sha256:02e439e017167d76412038eea502558877e0a7561063eeb04925ee4c0d9cad40",
            "sha256:a1f779b298f91c6f72de0a9b8977a2c74791f2bbfabb7338c8d04c9cd7f67fc8",
            "sha256:c59887fbb792fc12f7b9e97f1b5942be194013eba64bd1a3786532037248dfef",
            "sha256:9ca162a351192c030441e08e8276e01a394a9a1cf27a79fef3deca1151e5db73",
            "sha256:1d9aa29d814f6995031404b3d48d159edf1d2d702f468fb44752a0bf7723183d",
            "sha256:c2e48b8cd3e111afab153d34807baec0be22a026f6c7e804ece5cf859e41fe87",
            "sha256:a11673a24be26b37428a558c1fd98ef661eea4a2d699321795fe46730a1749bf"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-05T22:18:45.022354312+08:00"
    }
}

更多版本

ghcr.io/analogj/scrutiny:master-omnibus

linux/amd64 ghcr.io336.75MB2024-09-09 23:15
193

ghcr.io/analogj/scrutiny:latest

linux/amd64 ghcr.io336.71MB2025-07-05 22:19
7