广告图片

ghcr.io/starosdev/scrutiny:1.49.2-omnibus linux/amd64

ghcr.io/starosdev/scrutiny:1.49.2-omnibus - 国内下载镜像源 浏览次数:8

Scrutiny是一个开源的硬盘健康监控工具,可收集并展示硬盘的SMART数据,通过Web界面提供硬盘状态、温度、SMART属性等详细信息,帮助用户及时发现硬盘潜在故障风险,适用于个人或小型服务器环境下的硬盘监控需求。

源镜像 ghcr.io/starosdev/scrutiny:1.49.2-omnibus
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/starosdev/scrutiny:1.49.2-omnibus
镜像ID sha256:82833fc4e178381024488576eb5a4a9e2edb98b74165072f11d64661aabed8e7
镜像TAG 1.49.2-omnibus
大小 493.33MB
镜像源 ghcr.io
CMD
启动入口 /init
工作目录 /opt/scrutiny
OS/平台 linux/amd64
浏览量 8 次
贡献者
镜像创建 2026-04-06T01:54:53.12270662Z
同步时间 2026-04-08 13:42
开放端口
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-04-06T01:51:37.248Z: 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 a6df7f3ad198606dd9f2b797ad44d1c292c4feb2: org.opencontainers.image.revision https://github.com/Starosdev/scrutiny: org.opencontainers.image.source scrutiny: org.opencontainers.image.title https://github.com/Starosdev/scrutiny: org.opencontainers.image.url 1.49.2-omnibus: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/starosdev/scrutiny:1.49.2-omnibus
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/starosdev/scrutiny:1.49.2-omnibus  ghcr.io/starosdev/scrutiny:1.49.2-omnibus

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-06 09:54:53  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2026-04-06 09:54:53  6.15KB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /usr/bin/sh -c chmod 0644 /etc/cron.d/scrutiny &&     chmod 0644 /etc/cron.d/scrutiny-zfs &&     chmod 0644 /etc/cron.d/scrutiny-performance &&     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-04-06 09:54:53  21.51MB 复制新文件或目录到容器中
COPY /go/src/github.com/analogj/scrutiny/webapp/frontend/dist/treo/browser /opt/scrutiny/web # buildkit
                        
# 2026-04-06 09:54:52  16.27MB 复制新文件或目录到容器中
COPY /go/src/github.com/analogj/scrutiny/scrutiny-collector-performance /opt/scrutiny/bin/ # buildkit
                        
# 2026-04-06 09:54:52  16.08MB 复制新文件或目录到容器中
COPY /go/src/github.com/analogj/scrutiny/scrutiny-collector-zfs /opt/scrutiny/bin/ # buildkit
                        
# 2026-04-06 09:54:52  15.95MB 复制新文件或目录到容器中
COPY /go/src/github.com/analogj/scrutiny/scrutiny-collector-metrics /opt/scrutiny/bin/ # buildkit
                        
# 2026-04-06 09:54:52  51.56MB 复制新文件或目录到容器中
COPY /go/src/github.com/analogj/scrutiny/scrutiny /opt/scrutiny/bin/ # buildkit
                        
# 2026-04-06 09:52:22  2.24KB 复制新文件或目录到容器中
COPY /docker/apparmor-profile /opt/scrutiny/apparmor-profile # buildkit
                        
# 2026-04-06 09:52:22  8.95KB 复制新文件或目录到容器中
COPY /rootfs / # buildkit
                        
# 2026-04-06 09:52:22  174.06MB 执行命令并创建新的镜像层
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-04-06 09:52:17  119.27MB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /usr/bin/sh -c sed -i 's/Components: main/Components: main contrib/' /etc/apt/sources.list.d/debian.sources     && echo "deb http://deb.debian.org/debian trixie-backports main" > /etc/apt/sources.list.d/backports.list     && apt-get update && DEBIAN_FRONTEND=noninteractive     apt-get install -y --no-install-recommends     ca-certificates     cron     curl     tzdata     procps     xz-utils     zfsutils-linux     fio     && apt-get install -y --no-install-recommends -t trixie-backports smartmontools     && 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-04-05 02:19:05  0.00B 
SHELL [/usr/bin/sh -c]
                        
# 2026-04-05 02:19:05  0.00B 设置环境变量 S6_SERVICES_READYTIME
ENV S6_SERVICES_READYTIME=1000
                        
# 2026-04-05 02:19:05  0.00B 设置环境变量 INFLUXVER
ENV INFLUXVER=2.2.0
                        
# 2026-04-05 02:19:05  0.00B 设置环境变量 S6VER
ENV S6VER=3.1.6.2
                        
# 2026-04-05 02:19:05  0.00B 设置环境变量 INFLUXD_CONFIG_PATH
ENV INFLUXD_CONFIG_PATH=/opt/scrutiny/influxdb
                        
# 2026-04-05 02:19:05  0.00B 设置环境变量 PATH
ENV PATH=/opt/scrutiny/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-04-05 02:19:05  0.00B 设置工作目录为/opt/scrutiny
WORKDIR /opt/scrutiny
                        
# 2026-04-05 02:19:05  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2026-04-05 02:19:05  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2026-03-16 08:00:00  78.61MB 
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'
                        
                    

镜像信息

{
    "Id": "sha256:82833fc4e178381024488576eb5a4a9e2edb98b74165072f11d64661aabed8e7",
    "RepoTags": [
        "ghcr.io/starosdev/scrutiny:1.49.2-omnibus",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/starosdev/scrutiny:1.49.2-omnibus"
    ],
    "RepoDigests": [
        "ghcr.io/starosdev/scrutiny@sha256:998d60d6d8656005fcb888793ef677271f9a9db109d7a660f59a956f11af9f36",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/starosdev/scrutiny@sha256:d84947812ea6b7b25fae1daeae9454a4f071ca527f970e154193c7aceaff12da"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-06T01:54:53.12270662Z",
    "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": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/scrutiny",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-04-06T01:51:37.248Z",
            "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": "a6df7f3ad198606dd9f2b797ad44d1c292c4feb2",
            "org.opencontainers.image.source": "https://github.com/Starosdev/scrutiny",
            "org.opencontainers.image.title": "scrutiny",
            "org.opencontainers.image.url": "https://github.com/Starosdev/scrutiny",
            "org.opencontainers.image.version": "1.49.2-omnibus"
        },
        "Shell": [
            "/usr/bin/sh",
            "-c"
        ]
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 493325190,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e70fff44bf349d948dde090ccbe06a9c6c9029af40fb46aa491545dbc6f59f67/diff:/var/lib/docker/overlay2/ae7d935d1b63e5ebc308a2ca588689c546f849cd5baec7be351cfa7c9d419bfb/diff:/var/lib/docker/overlay2/525af35f342b230b6a44f1d9a490fab76c39055f5545ea96a33bc3f1f59b01f0/diff:/var/lib/docker/overlay2/36a13b490cbd1a2b0274099ff37c391ddbb3f14561a4dbfb0d40dc09269e1574/diff:/var/lib/docker/overlay2/811ba91e827344ff83acd6071a2f7e01159f46ee65dfbd5101e640c48792d296/diff:/var/lib/docker/overlay2/ea119fa104aeef6a73889fb157f367912f310c9df162aedd830da1c25d8767bf/diff:/var/lib/docker/overlay2/af9ccde235abdc6b45094653d091df0069e33b586b338b91688dad63d1755935/diff:/var/lib/docker/overlay2/39f413a5614e7f539dc10e41f8f551e4441c5a6f031b4daa4ef2a560c37d28ee/diff:/var/lib/docker/overlay2/433f50f08125cfb3fe942fb7f1920da22777988e4a308079897de09a29abff13/diff:/var/lib/docker/overlay2/c0ec1d5a9ddceadcca088f7b6a25869f55d96be25d78c3db7db764955061f15c/diff:/var/lib/docker/overlay2/232bca50a309f7afc81af9dd4c38b4ed2e3f3351b4afa40f679597eb42090496/diff",
            "MergedDir": "/var/lib/docker/overlay2/f830926e5d2c900c5178e91f00426bd7d6364edf42cb348db5daeb15bf2abf04/merged",
            "UpperDir": "/var/lib/docker/overlay2/f830926e5d2c900c5178e91f00426bd7d6364edf42cb348db5daeb15bf2abf04/diff",
            "WorkDir": "/var/lib/docker/overlay2/f830926e5d2c900c5178e91f00426bd7d6364edf42cb348db5daeb15bf2abf04/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:188c9b34dfbe022075d01fc4f5a305412909ef97de440783c15043e68e1b1913",
            "sha256:e03b04e13a2f7d816154fa15b062eff73785294409923e65d114cf27a549d11b",
            "sha256:193c62cf8aae250229a48f342fe01c9060962efbf3da31df65b9e55788713d9f",
            "sha256:7ecaac5a106a8f7aa24231470e5b938cdbcf29bddf11270660e54ea197e4d190",
            "sha256:ac1186a4b89e65b9abd4e742a87dce0c22ed3110f2c51b477dbb361fd4ac1952",
            "sha256:c3b8e42fbd24d4868f8910b3ab0f3dc167acf25fdbbc04831bf22fb358989fce",
            "sha256:a720cfcaff14cecb75961ae080721186e0946a3b411eb011875f0409eb873e6c",
            "sha256:41095d46d48673c8ce2abf76c0ec5a2f38be8328cddd8391f36ad0131878f4a0",
            "sha256:59da6a28f633811cf9558dd1716963000ebcdddf74c173bced5f6419b38c71b6",
            "sha256:1d54f3fc40aec1464be97246ec4646f0533fed4d605f38278ed2a90cf40100b9",
            "sha256:2c178bd0b179f521d10e7049739680e3e952930ed1b223b6b4035973bdb91dde",
            "sha256:e75a5cc0ca96d47d1de0fa372e335a4f679820d53c2323933778dbceb82c064d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-08T13:42:00.695422398+08:00"
    }
}

更多版本

ghcr.io/starosdev/scrutiny:1.19-omnibus

linux/amd64 ghcr.io428.64MB2026-01-31 10:19
144

ghcr.io/starosdev/scrutiny:1.20-omnibus

linux/amd64 ghcr.io420.55MB2026-02-06 13:24
139

ghcr.io/starosdev/scrutiny:1.23.0-omnibus

linux/amd64 ghcr.io420.59MB2026-02-08 07:48
101

ghcr.io/starosdev/scrutiny:1.23.0-omnibus

linux/arm64 ghcr.io470.24MB2026-02-08 08:01
70

ghcr.io/starosdev/scrutiny:1.23.2-omnibus

linux/amd64 ghcr.io420.57MB2026-02-08 19:29
111

ghcr.io/starosdev/scrutiny:1.30.1-omnibus

linux/arm64 ghcr.io522.50MB2026-02-23 12:30
60

ghcr.io/starosdev/scrutiny:1.30.1-omnibus

linux/amd64 ghcr.io475.00MB2026-02-23 12:32
81

ghcr.io/starosdev/scrutiny:1.40.0-omnibus

linux/amd64 ghcr.io476.38MB2026-03-03 20:10
95

ghcr.io/starosdev/scrutiny:1.47.1-omnibus

linux/amd64 ghcr.io485.72MB2026-03-23 17:36
53

ghcr.io/starosdev/scrutiny:1.47.1-omnibus

linux/arm64 ghcr.io533.04MB2026-03-23 17:38
41

ghcr.io/starosdev/scrutiny:1.49.2-omnibus

linux/amd64 ghcr.io493.33MB2026-04-08 13:42
7

ghcr.io/starosdev/scrutiny:1.49.2-omnibus

linux/arm64 ghcr.io539.14MB2026-04-08 13:44
8