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

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

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

源镜像 ghcr.io/analogj/scrutiny:v0.8.1-omnibus
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny:v0.8.1-omnibus
镜像ID sha256:eaf88130ad90d4df5f2ffda2ff7c3b74196adea2cac726d8c8eb22ddf2afd455
镜像TAG v0.8.1-omnibus
大小 336.71MB
镜像源 ghcr.io
CMD /init
启动入口
工作目录 /opt/scrutiny
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2024-04-08T05:08:28.491921118Z
同步时间 2025-07-19 21:15
更新时间 2025-07-20 04:32
开放端口
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:v0.8.1-omnibus
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny:v0.8.1-omnibus  ghcr.io/analogj/scrutiny:v0.8.1-omnibus

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/analogj/scrutiny:v0.8.1-omnibus#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny:v0.8.1-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.1-omnibus && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny:v0.8.1-omnibus  ghcr.io/analogj/scrutiny:v0.8.1-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.1-omnibus && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny:v0.8.1-omnibus  ghcr.io/analogj/scrutiny:v0.8.1-omnibus'

镜像构建历史


# 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:v0.8.1-omnibus",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/analogj/scrutiny:v0.8.1-omnibus"
    ],
    "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/4ffc78d7249b4424f4d822248a5f8f096fafc17a7cfb959eec7bd8ece7886eda/diff:/var/lib/docker/overlay2/88e2642e4da98a2270a6ece290d435c0945fe6041d91cebefbc4ba5339fe1e1e/diff:/var/lib/docker/overlay2/b5858e0ba07d17740d834b488f4f44656e97c253f7f58ad5a5c2b764e0c906d5/diff:/var/lib/docker/overlay2/40a23629ef5bd38bb7983c96a4020680e4b8a48a1326bae5a0a8fbb1bbb34c60/diff:/var/lib/docker/overlay2/8c10076f64b863092dc65326e72048f97befcd932ed853965fc6778b0f4e4a7c/diff:/var/lib/docker/overlay2/429552567be72b4d1ab33a86425822ddb65efe5af17b14fb2463c3623d0926bc/diff:/var/lib/docker/overlay2/56bb5fa57c1d26d8e64e4671f85f9d408e521e7169ee6d5b08a76ee5ba29822c/diff:/var/lib/docker/overlay2/a6fb8236f8332bcb7ead6217be52f3a38ee8d12173ab3a4393d3ac6f0ddf7bd1/diff",
            "MergedDir": "/var/lib/docker/overlay2/5209309f11724b33642262a656aa90e8b2980fc74dd044ff3e2c00fc141c7672/merged",
            "UpperDir": "/var/lib/docker/overlay2/5209309f11724b33642262a656aa90e8b2980fc74dd044ff3e2c00fc141c7672/diff",
            "WorkDir": "/var/lib/docker/overlay2/5209309f11724b33642262a656aa90e8b2980fc74dd044ff3e2c00fc141c7672/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-19T21:15:30.011339938+08:00"
    }
}

更多版本

ghcr.io/analogj/scrutiny:master-omnibus

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

ghcr.io/analogj/scrutiny:latest

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

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

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