ghcr.io/analogj/scrutiny:v0.8.6-omnibus linux/amd64

ghcr.io/analogj/scrutiny:v0.8.6-omnibus - 国内下载镜像源 浏览次数:10
镜像名称:ghcr.io/analogj/scrutiny 描述信息:

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

源镜像 ghcr.io/analogj/scrutiny:v0.8.6-omnibus
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny:v0.8.6-omnibus
镜像ID sha256:743a05d9d718a08b7f3150fd23179754ce2eb89090a4317fcef0910fd581fb59
镜像TAG v0.8.6-omnibus
大小 352.05MB
镜像源 ghcr.io
CMD /init
启动入口
工作目录 /opt/scrutiny
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2026-02-09T21:24:30.311924044Z
同步时间 2026-02-14 22:23
开放端口
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
镜像标签
2026-02-09T21:21:08.680Z: 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 a014337167e10ed609efe191c7696ef152bf8d8f: 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.6-omnibus: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-02-10 05:24:30  0.00B 设置默认要执行的命令
CMD ["/init"]
                        
# 2026-02-10 05:24:30  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
                        
# 2026-02-10 05:24:30  20.59MB 复制新文件或目录到容器中
COPY /go/src/github.com/analogj/scrutiny/dist /opt/scrutiny/web # buildkit
                        
# 2026-02-10 05:23:50  15.84MB 复制新文件或目录到容器中
COPY /go/src/github.com/analogj/scrutiny/scrutiny-collector-metrics /opt/scrutiny/bin/ # buildkit
                        
# 2026-02-10 05:23:50  43.51MB 复制新文件或目录到容器中
COPY /go/src/github.com/analogj/scrutiny/scrutiny /opt/scrutiny/bin/ # buildkit
                        
# 2026-02-10 05:21:33  3.45KB 复制新文件或目录到容器中
COPY /rootfs / # buildkit
                        
# 2026-02-10 05:21:33  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
                        
# 2026-02-10 05:21:29  23.33MB 执行命令并创建新的镜像层
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
                        
# 2026-02-09 07:36:07  0.00B 
SHELL [/usr/bin/sh -c]
                        
# 2026-02-09 07:36:07  0.00B 设置环境变量 S6_SERVICES_READYTIME
ENV S6_SERVICES_READYTIME=1000
                        
# 2026-02-09 07:36:07  0.00B 设置环境变量 INFLUXVER
ENV INFLUXVER=2.2.0
                        
# 2026-02-09 07:36:07  0.00B 设置环境变量 S6VER
ENV S6VER=3.1.6.2
                        
# 2026-02-09 07:36:07  0.00B 设置环境变量 INFLUXD_CONFIG_PATH
ENV INFLUXD_CONFIG_PATH=/opt/scrutiny/influxdb
                        
# 2026-02-09 07:36:07  0.00B 设置环境变量 PATH
ENV PATH=/opt/scrutiny/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-02-09 07:36:07  0.00B 设置工作目录为/opt/scrutiny
WORKDIR /opt/scrutiny
                        
# 2026-02-09 07:36:07  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2026-02-09 07:36:07  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2026-02-02 08:00:00  74.81MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
                        
                    

镜像信息

{
    "Id": "sha256:743a05d9d718a08b7f3150fd23179754ce2eb89090a4317fcef0910fd581fb59",
    "RepoTags": [
        "ghcr.io/analogj/scrutiny:v0.8.6-omnibus",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny:v0.8.6-omnibus"
    ],
    "RepoDigests": [
        "ghcr.io/analogj/scrutiny@sha256:8dcc722855198da5c198f8b0cdb1b0a33dac7ca91df57bc01fc24052e18ce49f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny@sha256:42ab173c45912b4409c02f83f300c0b2583e35e63edeb33654611fdbf39b8a39"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-09T21:24:30.311924044Z",
    "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": "2026-02-09T21:21:08.680Z",
            "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": "a014337167e10ed609efe191c7696ef152bf8d8f",
            "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.6-omnibus"
        },
        "Shell": [
            "/usr/bin/sh",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 352052465,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3eebd7f4b0af44d38aca4f2593cd417d02db0a235f5f4cbb8885758b3e65ebfe/diff:/var/lib/docker/overlay2/1ebfa3c8f1a00687f13e62526a29d44d6ff39a4def2c3712ff096d2553301203/diff:/var/lib/docker/overlay2/d776513fadee736445caa7f1f1ec03a3f55562df755967248ce6a0b500afe148/diff:/var/lib/docker/overlay2/31bc0bb277e0a0be4fd584756d49326ca02ddf49c7e11aba6f3330831e661825/diff:/var/lib/docker/overlay2/2d44ab78a35658b086ef14e5ea6727d6141735f6ce7d039bf94395128f98e4fa/diff:/var/lib/docker/overlay2/00ea44b13a1381f70ee9fd514279d7820a6c8806bc6e9a14d5bcc085fa753dd2/diff:/var/lib/docker/overlay2/592f6992b2875fbb395ab92ab236fac270fb104c23e75e05c4b80bf4ee950202/diff:/var/lib/docker/overlay2/a37951ade2db2b9f2862e7d5292aee8298bd317b9e427b09b565444962639344/diff",
            "MergedDir": "/var/lib/docker/overlay2/9e3403a8641c522e74a33dcb78e797132e5c3f9119452c121801afe2adb52fa2/merged",
            "UpperDir": "/var/lib/docker/overlay2/9e3403a8641c522e74a33dcb78e797132e5c3f9119452c121801afe2adb52fa2/diff",
            "WorkDir": "/var/lib/docker/overlay2/9e3403a8641c522e74a33dcb78e797132e5c3f9119452c121801afe2adb52fa2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e48af84b2108a5d73effd9e16685b42ac33e7994e606398c46690918f5f3604a",
            "sha256:4cb484b5e9db3de8e2af1f7cbe326dbcec735a5aa23edbb06495ed3448f634bb",
            "sha256:3fcc1d6456d543ea866937c09ae1d00fe5c727eff4075c1d39f72a04e210fbe6",
            "sha256:ad27f35d05a441e7bf910d38f51c8b3eb3ff5247bdfcdc69b1ef2c9d133947ab",
            "sha256:3d99e3d316506268eeb9e18653b880eeed0d14214909331fc048807f60ddf3d3",
            "sha256:9511c03d69ed7a569b9bf19c40426d93f14464d7118d5c6679e5576b6faf447a",
            "sha256:6c42b2a88ac3f1dbed2fcaaf6b7b63cd33803bb341125d78088a45d7300806ba",
            "sha256:d90757d5328e630ddc43f2dcf4592a7c95bff06c4e997bf0a9f74b51eee041fe",
            "sha256:3f4fea84a7030d22d9065295e771afef3c27aa0183afcff3ca16af5a4e068086"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-14T22:22:59.219079791+08:00"
    }
}

更多版本

ghcr.io/analogj/scrutiny:master-omnibus

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

ghcr.io/analogj/scrutiny:latest

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

ghcr.io/analogj/scrutiny:v0.8.1-omnibus

linux/amd64 ghcr.io336.71MB2025-07-19 21:15
279

ghcr.io/analogj/scrutiny:v0.8.6-omnibus

linux/amd64 ghcr.io352.05MB2026-02-14 22:23
9