docker.io/cairry/watchalert-web:v3.9.1 linux/amd64

docker.io/cairry/watchalert-web:v3.9.1 - 国内下载镜像源 浏览次数:11
WatchAlert 是基于Go+React开发的监控告警管理平台。可以完全替代 AlertManager、PrometheusAlert 等组件,支持配置交互式通知、通知对象、值班系统和聚合功能,并且拥有规则管理、告警抑制、告警推送和告警静默能力。可以提升运维效率,降低维护成本。 https://github.com/w8t-io/WatchAlert
源镜像 docker.io/cairry/watchalert-web:v3.9.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web:v3.9.1
镜像ID sha256:8dc75b3165437908f66dc0ff355f48f954a1a456fb1c8f89346a5d5222780a2e
镜像TAG v3.9.1
大小 161.45MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录 /etc/nginx/
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2026-01-31T11:20:48.386270623Z
同步时间 2026-02-03 14:59
更新时间 2026-02-04 08:03
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.18.0 NJS_VERSION=0.4.4 PKG_RELEASE=2~buster
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web:v3.9.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web:v3.9.1  docker.io/cairry/watchalert-web:v3.9.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web:v3.9.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web:v3.9.1  docker.io/cairry/watchalert-web:v3.9.1

Shell快速替换命令

sed -i 's#cairry/watchalert-web:v3.9.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web:v3.9.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web:v3.9.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web:v3.9.1  docker.io/cairry/watchalert-web:v3.9.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web:v3.9.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web:v3.9.1  docker.io/cairry/watchalert-web:v3.9.1'

镜像构建历史


# 2026-01-31 19:20:48  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2026-01-31 19:20:48  0.00B 声明容器运行时监听的端口
EXPOSE [80/tcp]
                        
# 2026-01-31 19:20:48  0.00B 设置工作目录为/etc/nginx/
WORKDIR /etc/nginx/
                        
# 2026-01-31 19:20:48  1.88KB 复制新文件或目录到容器中
COPY ./w8t.conf /etc/nginx/conf.d # buildkit
                        
# 2026-01-31 19:20:48  22.48MB 执行命令并创建新的镜像层
RUN /bin/sh -c tar zxf /app/build.tar.gz -C /app &&     mv /app/build/* /app &&     rm -rf /app/build* &&     rm -rf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2026-01-31 19:20:48  6.07MB 复制新文件或目录到容器中
COPY /app/build.tar.gz /app # buildkit
                        
# 2026-01-31 19:15:38  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /app # buildkit
                        
# 2021-04-10 15:33:48  0.00B 
/bin/sh -c #(nop)  CMD ["nginx" "-g" "daemon off;"]
                        
# 2021-04-10 15:33:48  0.00B 
/bin/sh -c #(nop)  STOPSIGNAL SIGQUIT
                        
# 2021-04-10 15:33:47  0.00B 
/bin/sh -c #(nop)  EXPOSE 80
                        
# 2021-04-10 15:33:47  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2021-04-10 15:33:47  1.04KB 
/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d 
                        
# 2021-04-10 15:33:46  1.95KB 
/bin/sh -c #(nop) COPY file:08ae525f517706a57131e1efe03acba0fdd4ecadddb55301484f05d2ec76c39a in /docker-entrypoint.d 
                        
# 2021-04-10 15:33:46  1.20KB 
/bin/sh -c #(nop) COPY file:e7e183879c35719c18aa7f733651029fbcc55f5d8c22a877ae199b389425789e in / 
                        
# 2021-04-10 15:33:45  63.64MB 
/bin/sh -c set -x     && addgroup --system --gid 101 nginx     && adduser --system --disabled-login --ingroup nginx --no-create-home --home /nonexistent --gecos "nginx user" --shell /bin/false --uid 101 nginx     && apt-get update     && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates     &&     NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62;     found='';     for server in         ha.pool.sks-keyservers.net         hkp://keyserver.ubuntu.com:80         hkp://p80.pool.sks-keyservers.net:80         pgp.mit.edu     ; do         echo "Fetching GPG key $NGINX_GPGKEY from $server";         apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break;     done;     test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1;     apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/*     && dpkgArch="$(dpkg --print-architecture)"     && nginxPackages="         nginx=${NGINX_VERSION}-${PKG_RELEASE}         nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE}         nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE}         nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE}         nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE}     "     && case "$dpkgArch" in         amd64|i386|arm64)             echo "deb https://nginx.org/packages/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list             && apt-get update             ;;         *)             echo "deb-src https://nginx.org/packages/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list                         && tempDir="$(mktemp -d)"             && chmod 777 "$tempDir"                         && savedAptMark="$(apt-mark showmanual)"                         && apt-get update             && apt-get build-dep -y $nginxPackages             && (                 cd "$tempDir"                 && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)"                     apt-get source --compile $nginxPackages             )                         && apt-mark showmanual | xargs apt-mark auto > /dev/null             && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; }                         && ls -lAFh "$tempDir"             && ( cd "$tempDir" && dpkg-scanpackages . > Packages )             && grep '^Package: ' "$tempDir/Packages"             && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list             && apt-get -o Acquire::GzipIndexes=false update             ;;     esac         && apt-get install --no-install-recommends --no-install-suggests -y                         $nginxPackages                         gettext-base                         curl     && apt-get remove --purge --auto-remove -y && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list         && if [ -n "$tempDir" ]; then         apt-get purge -y --auto-remove         && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list;     fi     && ln -sf /dev/stdout /var/log/nginx/access.log     && ln -sf /dev/stderr /var/log/nginx/error.log     && mkdir /docker-entrypoint.d
                        
# 2021-04-10 15:33:10  0.00B 
/bin/sh -c #(nop)  ENV PKG_RELEASE=2~buster
                        
# 2021-04-10 15:33:10  0.00B 
/bin/sh -c #(nop)  ENV NJS_VERSION=0.4.4
                        
# 2021-04-10 15:33:10  0.00B 
/bin/sh -c #(nop)  ENV NGINX_VERSION=1.18.0
                        
# 2021-04-10 15:31:54  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2021-04-10 09:20:22  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2021-04-10 09:20:22  69.25MB 
/bin/sh -c #(nop) ADD file:c855b3c65f5ba94d548d7d2659094eeb63fbf7f8419ac8e07712c3320c38b62c in / 
                        
                    

镜像信息

{
    "Id": "sha256:8dc75b3165437908f66dc0ff355f48f954a1a456fb1c8f89346a5d5222780a2e",
    "RepoTags": [
        "cairry/watchalert-web:v3.9.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web:v3.9.1"
    ],
    "RepoDigests": [
        "cairry/watchalert-web@sha256:b3864f777b6d708a3234927c9c10c8db3d2edf2f1ecb39ad8b7e8dc1d7b4f080",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/cairry/watchalert-web@sha256:ef728d61741eb5d508bdf13f6091020e9072b71653b9e32d883baca428f673da"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-01-31T11:20:48.386270623Z",
    "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.18.0",
            "NJS_VERSION=0.4.4",
            "PKG_RELEASE=2~buster"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/etc/nginx/",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 161449742,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6d4d8f90fa381bd4cafd778e155deb77fec504027d2f91b738d69b50945c8af6/diff:/var/lib/docker/overlay2/0930fdaff171e9b8ddf114c508f144a598ca2140dc6c82e1122b0a793c6ba70c/diff:/var/lib/docker/overlay2/bb6d7f584b7957ffa7652aa5962303c3f34c095a0dbbf9c25d7517db3b24d1ae/diff:/var/lib/docker/overlay2/f41e06e6772d9a832d7e321598f6a7ae83700dfe536693b0d673f3ad34007f24/diff:/var/lib/docker/overlay2/ba6fec6795c3b2ccb66cfc9376574188a6d79046ab3046437a8d0050a5e4b08c/diff:/var/lib/docker/overlay2/446dcf5e775e01485075964d4cd423391b3b18c3dbd3574ca0664a95bcddf02e/diff:/var/lib/docker/overlay2/dcc658872047536321f2c22356cf79e9d86afbd9894c98a0ef033cdb3058c461/diff:/var/lib/docker/overlay2/aff2227921c295e197c93372ad9ddb7d3aee28e79e9407c0e9fff312a41a7e83/diff:/var/lib/docker/overlay2/8547aeb176b74e021131466343b8f3e359e8718934ffe930c3fc850ad15054fc/diff",
            "MergedDir": "/var/lib/docker/overlay2/6d25cf05964887c7e6bd8bd4a1f563c8b6e900d4f5862c45e97ecedb91938955/merged",
            "UpperDir": "/var/lib/docker/overlay2/6d25cf05964887c7e6bd8bd4a1f563c8b6e900d4f5862c45e97ecedb91938955/diff",
            "WorkDir": "/var/lib/docker/overlay2/6d25cf05964887c7e6bd8bd4a1f563c8b6e900d4f5862c45e97ecedb91938955/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:7e718b9c0c8c2e6420fe9c4d1d551088e314fe923dce4b2caf75891d82fb227d",
            "sha256:f3fdf88f1cb7d08fbed8cab90e6532c541ae42bef3dfb632b90916b1caf5c794",
            "sha256:6fcbf7acaafd42c4f5758dbdff3da64c437f602b993ff0b0ab0f335b026ab8f8",
            "sha256:4fe7d87c8e14cf324d451df3e2c4e63e4434b8d13c2c17e82d001089a257e466",
            "sha256:4fa6704c84745b37a8090fd1f0c971c31c4ab7b9936c5ff2693872a1b5fedc9a",
            "sha256:01a766b96b4b31f80499ce1c46426b2bc452c9866c24aa7a2e334c27f326d3f8",
            "sha256:4e5888fc2b403d89ff03566c304366aa547bca6d456dac223b62bbaf6145d03a",
            "sha256:7a6101a0c8fca07454941ae18a9523d6dec83eae92cb6ad7be392855a0df3f94",
            "sha256:487c97644de5492b34f72669b777da139e18e12b3691b72b6e7ed29487d3c24a",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-03T14:59:46.103748268+08:00"
    }
}

更多版本

docker.io/cairry/watchalert-web:latest

linux/amd64 docker.io1.20GB2024-07-12 16:11
504

docker.io/cairry/watchalert-web:master.2024-07-12.15-22-52.ec9c

linux/amd64 docker.io1.20GB2024-07-12 16:18
346

docker.io/cairry/watchalert-web:master.2024-08-16.15-04-09.95ee

linux/amd64 docker.io161.90MB2024-08-21 14:35
388

docker.io/cairry/watchalert-web:v3.2.2

linux/amd64 docker.io165.50MB2025-05-27 11:00
164

docker.io/cairry/watchalert-web:v3.2.3

linux/amd64 docker.io165.51MB2025-06-03 14:40
171

docker.io/cairry/watchalert-web:v3.3.1

linux/amd64 docker.io165.86MB2025-06-26 14:07
172

docker.io/cairry/watchalert-web:v3.7.0

linux/amd64 docker.io167.42MB2025-11-27 16:22
94

docker.io/cairry/watchalert-web:v3.7.1

linux/amd64 docker.io167.44MB2025-12-16 14:37
89

docker.io/cairry/watchalert-web:master

linux/amd64 docker.io170.08MB2025-12-16 14:42
98

docker.io/cairry/watchalert-web:v3.8.0

linux/amd64 docker.io161.26MB2025-12-25 16:37
84

docker.io/cairry/watchalert-web:v3.9.1

linux/amd64 docker.io161.45MB2026-02-03 14:59
10