docker.io/crazymax/fail2ban:latest linux/arm64

docker.io/crazymax/fail2ban:latest - 国内下载镜像源 浏览次数:8 薛定谔的鲁小呆。 贡献同步

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

温馨提示: 这是一个 linux/arm64 系统架构镜像

crazymax/fail2ban镜像是基于Fail2ban的Docker容器镜像,Fail2ban是一款入侵防御工具,用于防范暴力破解等恶意攻击。该镜像可监控系统日志文件,当检测到同一IP多次失败登录尝试或指定异常行为时,会自动通过防火墙规则(如iptables、nftables)临时或永久禁止该IP访问,提升系统安全性。镜像由Crazymax维护,支持容器化便捷部署与自定义配置,适配不同场景需求。

源镜像 docker.io/crazymax/fail2ban:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/crazymax/fail2ban:latest-linuxarm64
镜像ID sha256:8bdce4e576eec7f1dc446d207fdfd1e4173b2ddd0e7db017d27e355a124c1e43
镜像TAG latest-linuxarm64
大小 81.37MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD fail2ban-server -f -x -v start
启动入口 /entrypoint.sh
工作目录 /
OS/平台 linux/arm64
浏览量 8 次
贡献者
avatar
薛定谔的鲁小呆。
镜像创建 2024-12-25T10:53:18.507577426Z
同步时间 2026-02-06 11:00
更新时间 2026-02-06 13:14
目录挂载
/data
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TZ=UTC
镜像标签
2024-12-25T10:48:29.907Z: org.opencontainers.image.created Intrusion prevention software framework that protects computer servers from brute-force attacks: org.opencontainers.image.description MIT: org.opencontainers.image.licenses 2b9659d9c7423b5760e39b16e011c3ba293e04df: org.opencontainers.image.revision https://github.com/crazy-max/docker-fail2ban: org.opencontainers.image.source Fail2ban: org.opencontainers.image.title https://github.com/crazy-max/docker-fail2ban: org.opencontainers.image.url CrazyMax: org.opencontainers.image.vendor 1.1.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/crazymax/fail2ban:latest-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/crazymax/fail2ban:latest-linuxarm64  docker.io/crazymax/fail2ban:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/crazymax/fail2ban:latest-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/crazymax/fail2ban:latest-linuxarm64  docker.io/crazymax/fail2ban:latest

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-12-25 18:53:18  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "fail2ban-client ping || exit 1"] "10s" "5s" "0s" "0s" '\x00'}
                        
# 2024-12-25 18:53:18  0.00B 设置默认要执行的命令
CMD ["fail2ban-server" "-f" "-x" "-v" "start"]
                        
# 2024-12-25 18:53:18  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2024-12-25 18:53:18  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2024-12-25 18:53:18  0.00B 设置环境变量 TZ
ENV TZ=UTC
                        
# 2024-12-25 18:53:18  2.60KB 复制新文件或目录到容器中
COPY entrypoint.sh /entrypoint.sh # buildkit
                        
# 2024-12-25 18:53:18  73.19MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk --update --no-cache add     bash     curl     grep     ipset     iptables     iptables-legacy     kmod     nftables     openssh-client-default     python3     py3-dnspython     py3-inotify     tzdata     wget     whois   && apk --update --no-cache add -t build-dependencies     build-base     py3-pip     py3-setuptools     python3-dev   && cd /tmp/fail2ban   && 2to3 -w --no-diffs bin/* fail2ban   && python3 setup.py install --without-tests   && apk del build-dependencies   && rm -rf /etc/fail2ban/jail.d /root/.cache # buildkit
                        
# 2024-12-05 20:49:04  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2024-12-05 20:49:04  8.18MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.0-aarch64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:8bdce4e576eec7f1dc446d207fdfd1e4173b2ddd0e7db017d27e355a124c1e43",
    "RepoTags": [
        "crazymax/fail2ban:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/crazymax/fail2ban:latest-linuxarm64"
    ],
    "RepoDigests": [
        "crazymax/fail2ban@sha256:59886cae34d2e14f738c999e17778fb3b9878697f970e559490905231148cab5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/crazymax/fail2ban@sha256:c8e0ede56e881ee0931be32783dd4089d338fedde7039a165b633819d3e2daac"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-25T10:53:18.507577426Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "TZ=UTC"
        ],
        "Cmd": [
            "fail2ban-server",
            "-f",
            "-x",
            "-v",
            "start"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "fail2ban-client ping || exit 1"
            ],
            "Interval": 10000000000,
            "Timeout": 5000000000
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/data": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2024-12-25T10:48:29.907Z",
            "org.opencontainers.image.description": "Intrusion prevention software framework that protects computer servers from brute-force attacks",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "2b9659d9c7423b5760e39b16e011c3ba293e04df",
            "org.opencontainers.image.source": "https://github.com/crazy-max/docker-fail2ban",
            "org.opencontainers.image.title": "Fail2ban",
            "org.opencontainers.image.url": "https://github.com/crazy-max/docker-fail2ban",
            "org.opencontainers.image.vendor": "CrazyMax",
            "org.opencontainers.image.version": "1.1.0"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 81366847,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6b267db86d26bf9f6770fdd5a5383f190f0c6e9376388df08288ca8732a2a7ea/diff:/var/lib/docker/overlay2/dde8ff61d7ee709bbb3d800b3d4b3237e3f15ed46a6477d818eaf8afb68b1408/diff",
            "MergedDir": "/var/lib/docker/overlay2/329aa098ac674e38f866d8f32ebdfa7f6bbe76297decb7eb94562adc1a1ec7f7/merged",
            "UpperDir": "/var/lib/docker/overlay2/329aa098ac674e38f866d8f32ebdfa7f6bbe76297decb7eb94562adc1a1ec7f7/diff",
            "WorkDir": "/var/lib/docker/overlay2/329aa098ac674e38f866d8f32ebdfa7f6bbe76297decb7eb94562adc1a1ec7f7/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:977340364f395522c48194db0cf2a81b7643d1bd1378a4c16dc848095a39de7d",
            "sha256:be2df7d475f10ed213070476a6ec463484f76183c2978879a8bf90df386c8c33",
            "sha256:efc71452b5a920a49968748c50caed402bc5a320f5238126d897ab93241895c9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-06T11:00:45.935009353+08:00"
    }
}

更多版本

docker.io/crazymax/fail2ban:edge

linux/amd64 docker.io69.96MB2025-10-07 17:46
184

docker.io/crazymax/fail2ban:1.1.0

linux/amd64 docker.io68.90MB2025-10-07 17:52
161

docker.io/crazymax/fail2ban:latest

linux/arm64 docker.io81.37MB2026-02-06 11:00
7