docker.io/uusec/waf:7.0.3 linux/amd64

docker.io/uusec/waf:7.0.3 - 国内下载镜像源 浏览次数:10

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

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

源镜像 docker.io/uusec/waf:7.0.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/waf:7.0.3
镜像ID sha256:8c4e33207dde8eac24f3c2c2dc5373f146499b3bd7ad7926d8ec5d7d9a20786d
镜像TAG 7.0.3
大小 462.44MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /uuwaf/waf-service
启动入口
工作目录 /uuwaf/
OS/平台 linux/amd64
浏览量 10 次
贡献者 ad**n@boychai.xyz
镜像创建 2025-07-19T02:46:17.650820795Z
同步时间 2025-08-14 14:36
更新时间 2025-08-14 21:35
开放端口
443/tcp 4443/tcp 4447/tcp 80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
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.0.3: 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

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-07-19 10:46:17  0.00B 设置默认要执行的命令
CMD ["/uuwaf/waf-service"]
                        
# 2025-07-19 10:46:17  0.00B 设置工作目录为/uuwaf/
WORKDIR /uuwaf/
                        
# 2025-07-19 10:46:17  0.00B 声明容器运行时监听的端口
EXPOSE map[4447/tcp:{}]
                        
# 2025-07-19 10:46:17  0.00B 声明容器运行时监听的端口
EXPOSE map[4443/tcp:{}]
                        
# 2025-07-19 10:46:17  0.00B 声明容器运行时监听的端口
EXPOSE map[443/tcp:{}]
                        
# 2025-07-19 10:46:17  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-07-19 10:46:17  13.24MB 执行命令并创建新的镜像层
RUN /bin/sh -c yum -y install logrotate && yum clean all # buildkit
                        
# 2025-07-19 10:45:10  229.03MB 复制新文件或目录到容器中
COPY ./uuwaf /uuwaf # buildkit
                        
# 2025-07-19 10:45:10  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=uusec-waf org.opencontainers.image.version=v7.0.3 org.opencontainers.image.description=UUSEC WAF org.opencontainers.image.licenses=GPL org.opencontainers.image.source=https://github.com/Safe3/uusec-waf
                        
# 2025-07-13 09:37:29  34.52MB 
/bin/sh -c #(nop) LABEL "name"="rockylinux" "org.opencontainers.image.title"="rockylinux" "org.opencontainers.image.version"="8-ubi-init"
                        
# 2025-07-13 09:37:29  0.00B 
/bin/sh -c dnf -y install procps-ng && dnf clean all; rm -rf /var/cache /var/log/dnf* /var/log/yum.*
                        
# 2025-07-13 09:37:28  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
                        
# 2025-07-13 09:37:27  0.00B 
/bin/sh -c dnf -y install systemd
                        
# 2025-07-13 09:37:15  0.00B 
/bin/sh -c #(nop) STOPSIGNAL SIGRTMIN+3
                        
# 2025-07-13 09:37:15  0.00B 
/bin/sh -c #(nop) CMD ["/sbin/init"]
                        
# 2025-07-13 09:37:15  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:8c4e33207dde8eac24f3c2c2dc5373f146499b3bd7ad7926d8ec5d7d9a20786d",
    "RepoTags": [
        "uusec/waf:7.0.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/waf:7.0.3"
    ],
    "RepoDigests": [
        "uusec/waf@sha256:84829678aeada6073a3bdf5f9330208e65b207bc30f43e5cf1d9bb592726369b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/waf@sha256:ac48d720f341fb8047190c8ee8a1c79bae81d263b4b301a7ce59d407ea1812bc"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-19T02:46:17.650820795Z",
    "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.0.3",
            "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": 462441495,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b0b59e9df94f2f574b342a49033f4a383104c0a71f5a6b495c238c9f7859294c/diff:/var/lib/docker/overlay2/471f74685082c24a144e847657f4d87f95c0c42bd0505346a8f9a4f9db3648cf/diff:/var/lib/docker/overlay2/db03fa5b42125efa4e62219ba02b42713d15ff3d55cf3bb31ce34231010a29ed/diff:/var/lib/docker/overlay2/4bdb40fc9bd3e25101b6f2c437470f0054a14c265f2ce41a1347e01a272c3c37/diff",
            "MergedDir": "/var/lib/docker/overlay2/2fd71e2ac269560df35831fbc092a0755433051a4ddaf9c029836978be0d8294/merged",
            "UpperDir": "/var/lib/docker/overlay2/2fd71e2ac269560df35831fbc092a0755433051a4ddaf9c029836978be0d8294/diff",
            "WorkDir": "/var/lib/docker/overlay2/2fd71e2ac269560df35831fbc092a0755433051a4ddaf9c029836978be0d8294/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:09ad32fdf2848c9676fad3cbf219a704abb6f6743e8c3e5c95bf0ae3d61426a9",
            "sha256:0f6ad841f8942ef90b593049041eedd4bfe4c3f2f09f5aef2958390802b17e7c",
            "sha256:d7be86a30831fbc65e2bcb83c4c187e0192db7f2720c3d7454a204d3e8a96a60",
            "sha256:8ea433ff9480b591ccaf7644a29df24354fb9fced41b0737ebcbe7e2f702ad5b",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-14T14:35:54.051216119+08:00"
    }
}

更多版本

docker.io/uusec/waf:7.0.3

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