Haschek-Solutions

caddy-secure-crowdsec (sha256:1095811de466dce08a903e1e6c4a11c9b8d7af916b756676fc5b9bed8c932faf)

Published 2025-10-29 20:17:10 +01:00 by christian

Installation

docker pull gitea.haschek.at/haschek-solutions/caddy-secure-crowdsec@sha256:1095811de466dce08a903e1e6c4a11c9b8d7af916b756676fc5b9bed8c932faf
sha256:1095811de466dce08a903e1e6c4a11c9b8d7af916b756676fc5b9bed8c932faf

Image Layers

ADD alpine-minirootfs-3.21.5-x86_64.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/docker/docker_start.sh / # buildkit
COPY /go/src/crowdsec/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.caddy.yml /etc/crowdsec/acquis.d/caddy.yaml # buildkit
COPY install-and-start.sh /install-and-start.sh # buildkit
RUN /bin/sh -c chmod +x /install-and-start.sh # buildkit
ENTRYPOINT ["/install-and-start.sh"]

Labels

Key Value
org.opencontainers.image.created 2025-10-24T14:39:20Z
org.opencontainers.image.revision c8aad699c8230e319c4fd41164374994702d0715
org.opencontainers.image.source https://github.com/crowdsecurity/crowdsec
Details
Container
2025-10-29 20:17:10 +01:00
0
OCI / Docker
linux/amd64
129 MiB
Versions (1) View all
latest 2025-10-29