Haschek-Solutions

caddy-secure2-crowdsec (latest)

Published 2026-07-26 11:51:11 +02:00 by christian

Installation

docker pull gitea.haschek.at/haschek-solutions/caddy-secure2-crowdsec:latest
sha256:544630fc6e7c97a943408a24e3bfc464e00fb7123af3a3d800f9da133fe13c45

Images

Digest OS / Arch Size
db2bbcf587 linux/amd64 136 MiB
5db961abc0 linux/arm64 128 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community tzdata bash rsync && mkdir -p /staging/etc/crowdsec && mkdir -p /staging/etc/crowdsec/acquis.d && mkdir -p /staging/var/lib/crowdsec && mkdir -p /var/lib/crowdsec/data # buildkit
COPY /go/bin/yq /usr/local/bin/crowdsec /usr/local/bin/cscli /usr/local/bin/ # buildkit
COPY /etc/crowdsec /staging/etc/crowdsec # buildkit
COPY /go/src/crowdsec/build/docker/docker_start.sh / # buildkit
COPY /go/src/crowdsec/build/docker/config.yaml /staging/etc/crowdsec/config.yaml # buildkit
COPY /var/lib/crowdsec /staging/var/lib/crowdsec # buildkit
RUN /bin/sh -c yq -n '.url="http://0.0.0.0:8080"' | install -m 0600 /dev/stdin /staging/etc/crowdsec/local_api_credentials.yaml # buildkit
ENTRYPOINT ["/bin/bash" "/docker_start.sh"]
COPY /usr/local/lib/crowdsec/plugins /usr/local/lib/crowdsec/plugins # buildkit
COPY acquis.yaml /etc/crowdsec/acquis.yaml # buildkit
COPY whitelists.yaml /etc/crowdsec/parsers/s02-enrich/mywhitelists.yaml # buildkit
COPY profiles.yaml /etc/crowdsec/profiles.yaml # buildkit
COPY notifications/email.yaml /etc/crowdsec/notifications/email.yaml # buildkit
COPY notifications/file.yaml /etc/crowdsec/notifications/file.yaml # buildkit
COPY entrypoint.sh /custom_entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /custom_entrypoint.sh # buildkit
ENTRYPOINT ["/custom_entrypoint.sh"]
RUN /bin/sh -c apk add --no-cache curl && curl -s https://check.torproject.org/torbulkexitlist > /var/lib/crowdsec/tor_exit_nodes.txt # buildkit

Labels

Key Value
org.opencontainers.image.created 2026-05-11T13:53:13Z
org.opencontainers.image.revision 632274597a88a6b01ed41c0e6affca0f87ff26df
org.opencontainers.image.source https://github.com/crowdsecurity/crowdsec
Details
Container
2026-07-26 11:51:11 +02:00
11
OCI / Docker
Versions (1) View all
latest 2026-07-26