ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
docker.io/uusec/waf:latest
linux/amd64 docker.io

该Docker镜像 docker.io/uusec/waf 很可能是一个Web应用防火墙 (Web Application Firewall, WAF) 的镜像。 具体的功能和特性需要参考镜像的文档或维护者的说明才能确定。

由于没有更多信息,无法提供更详细的描述。 建议访问镜像的官方仓库页面获取更精确的信息。

12
浏览次数
423.94MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/waf:latest
源镜像
docker.io/uusec/waf:latest
镜像ID
sha256:2d5e2574d84e7e6ff9f899168780588215769292537b5e9fbdcd40cc7179efb7
镜像 TAG
latest
镜像大小
423.94MB
平台架构
linux/amd64
镜像源
docker.io
CMD
/uuwaf/waf-service
启动入口
工作目录
/uuwaf/
OS/平台
linux/amd64
镜像创建
2026-06-08T14:44:53.843092362Z
同步时间
2026-07-15 14:46
浏览量
12 次
贡献者
🔌 开放端口 4
443/tcp 4443/tcp 4447/tcp 80/tcp
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 12
KeyValue
1.33.7 io.buildah.version
rockylinux name
Magauer Lukas <lukas@magauer.eu> org.opencontainers.image.authors
UUSEC WAF org.opencontainers.image.description
GPL org.opencontainers.image.licenses
https://github.com/Safe3/uusec-waf org.opencontainers.image.source
uusec-waf org.opencontainers.image.title
https://github.com/rocky-linux/sig-cloud-instance-images org.opencontainers.image.url
Rocky Enterprise Software Foundation org.opencontainers.image.vendor
v7.2.4 org.opencontainers.image.version
Rocky Linux UBI init image summary
Do not use directly. Use as a base image for daemons. Install chosen packages and 'systemctl enable' them. usage
🛡️ 镜像安全扫描
rocky 8.9 Trivy 2026-07-15 14:46 查看完整报告
14
低危 LOW
160
中危 MEDIUM
131
高危 HIGH
1
严重 CRITICAL
受影响目标 (5)
docker.io/uusec/waf:latest (rocky 8.9) rocky uuwaf/captcha/captchaServer gobinary uuwaf/lego gobinary uuwaf/waf-service gobinary /uuwaf/conf/cert/ssl_PLACE_HOLDER.key

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/waf:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/waf:latest  docker.io/uusec/waf:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/waf:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/waf:latest  docker.io/uusec/waf:latest

Shell快速替换命令

sed -i 's#uusec/waf:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/waf:latest#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-06-08 22:44:53  0.00B 设置默认要执行的命令
CMD ["/uuwaf/waf-service"]
                        
# 2026-06-08 22:44:53  0.00B 设置工作目录为/uuwaf/
WORKDIR /uuwaf/
                        
# 2026-06-08 22:44:53  0.00B 声明容器运行时监听的端口
EXPOSE map[4447/tcp:{}]
                        
# 2026-06-08 22:44:53  0.00B 声明容器运行时监听的端口
EXPOSE map[4443/tcp:{}]
                        
# 2026-06-08 22:44:53  0.00B 声明容器运行时监听的端口
EXPOSE map[443/tcp:{}]
                        
# 2026-06-08 22:44:53  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2026-06-08 22:44:53  13.24MB 执行命令并创建新的镜像层
RUN /bin/sh -c yum -y install logrotate && yum clean all # buildkit
                        
# 2026-06-08 22:42:21  190.50MB 复制新文件或目录到容器中
COPY ./uuwaf /uuwaf # buildkit
                        
# 2026-06-08 22:42:21  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=uusec-waf org.opencontainers.image.version=v7.2.4 org.opencontainers.image.description=UUSEC WAF org.opencontainers.image.licenses=GPL org.opencontainers.image.source=https://github.com/Safe3/uusec-waf
                        
# 2026-06-07 09:48:33  34.55MB 
/bin/sh -c #(nop) LABEL "name"="rockylinux" "org.opencontainers.image.title"="rockylinux" "org.opencontainers.image.version"="8-ubi-init"
                        
# 2026-06-07 09:48:33  0.00B 
/bin/sh -c dnf -y install procps-ng && dnf clean all; rm -rf /var/cache /var/log/dnf* /var/log/yum.*
                        
# 2026-06-07 09:48:32  0.00B 
/bin/sh -c systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service systemd-udev-trigger.service systemd-udevd.service systemd-random-seed.service systemd-machine-id-commit.service
                        
# 2026-06-07 09:48:31  0.00B 
/bin/sh -c dnf -y install systemd
                        
# 2026-06-07 09:48:10  0.00B 
/bin/sh -c #(nop) STOPSIGNAL SIGRTMIN+3
                        
# 2026-06-07 09:48:10  0.00B 
/bin/sh -c #(nop) CMD ["/sbin/init"]
                        
# 2026-06-07 09:48:10  0.00B 
/bin/sh -c #(nop) LABEL summary="Rocky Linux UBI init image"       usage="Do not use directly. Use as a base image for daemons. Install chosen packages and 'systemctl enable' them."       org.opencontainers.image.authors="Magauer Lukas <lukas@magauer.eu>"       org.opencontainers.image.description="This image is designed to run an init system as PID 1 for running multi-services inside a container."       org.opencontainers.image.licenses="BSD-3-Clause"       org.opencontainers.image.url="https://github.com/rocky-linux/sig-cloud-instance-images"       org.opencontainers.image.vendor="Rocky Enterprise Software Foundation"
                        
# 2023-11-25 02:25:46  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2023-11-25 02:25:44  185.66MB 
/bin/sh -c #(nop) ADD file:667b9f9c2b4c1a81af52170f7d1ea272038963006dfd9f830723e99aa822533f in / 
                        
                    

镜像信息

{
    "Id": "sha256:2d5e2574d84e7e6ff9f899168780588215769292537b5e9fbdcd40cc7179efb7",
    "RepoTags": [
        "uusec/waf:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/waf:latest"
    ],
    "RepoDigests": [
        "uusec/waf@sha256:fd76b404fe2dacf67a68d000bd114d4d5b10d14496081ed578a3245694a9d54b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/waf@sha256:714cd694263bbf7d62c4e5a0ea77c1b4cf0dac4c01e618e95634a2ebbeb99c38"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-08T14:44:53.843092362Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "443/tcp": {},
            "4443/tcp": {},
            "4447/tcp": {},
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/uuwaf/waf-service"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/uuwaf/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "io.buildah.version": "1.33.7",
            "name": "rockylinux",
            "org.opencontainers.image.authors": "Magauer Lukas \u003clukas@magauer.eu\u003e",
            "org.opencontainers.image.description": "UUSEC WAF",
            "org.opencontainers.image.licenses": "GPL",
            "org.opencontainers.image.source": "https://github.com/Safe3/uusec-waf",
            "org.opencontainers.image.title": "uusec-waf",
            "org.opencontainers.image.url": "https://github.com/rocky-linux/sig-cloud-instance-images",
            "org.opencontainers.image.vendor": "Rocky Enterprise Software Foundation",
            "org.opencontainers.image.version": "v7.2.4",
            "summary": "Rocky Linux UBI init image",
            "usage": "Do not use directly. Use as a base image for daemons. Install chosen packages and 'systemctl enable' them."
        },
        "StopSignal": "SIGRTMIN+3"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 423936471,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/57aa6607ee30579ae6eb70940acc83f3589d20173167537c296445a0f060ad87/diff:/var/lib/docker/overlay2/e88f50332e3565cdb5aa1d62ac460f286d41b3b1b8ff433412cccfda7daa25fb/diff:/var/lib/docker/overlay2/eac8f6e205a06435c6651a4602cd65a118314dd33d7eacdb6989b41e39678895/diff:/var/lib/docker/overlay2/5cba8368393695df7a17cd891b49bf5d5cbe4e1a0760decc986f5cd76e092fc4/diff",
            "MergedDir": "/var/lib/docker/overlay2/72830390b4d55a39d347fc74bb0002cb507fc235b1b032d1be5d2b3c5bf36bfa/merged",
            "UpperDir": "/var/lib/docker/overlay2/72830390b4d55a39d347fc74bb0002cb507fc235b1b032d1be5d2b3c5bf36bfa/diff",
            "WorkDir": "/var/lib/docker/overlay2/72830390b4d55a39d347fc74bb0002cb507fc235b1b032d1be5d2b3c5bf36bfa/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:09ad32fdf2848c9676fad3cbf219a704abb6f6743e8c3e5c95bf0ae3d61426a9",
            "sha256:151ad6e8d3452c1ca236381a6a13f28481ea6578abc7853c903df4ad426cf380",
            "sha256:ba02ae1814e6aa87cbec8839e2d83a0a774d4ff0d4fd7e3caaafa3bedeeb7372",
            "sha256:5c3b144c7e517a61bf0e0758e6058513c93cc6df70f35c424452ba960feb79df",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-15T14:46:09.358780867+08:00"
    }
}

更多版本

docker.io/uusec/waf:7.0.3

linux/amd64 docker.io462.44MB2025-08-14 14:36
409

docker.io/uusec/waf:latest

linux/amd64 docker.io423.94MB2026-07-15 14:46
11
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×