forgejo-firewall-bouncer (sha256:d1929487dd72299a4682ef79afcdaca7910b8f3e67407c7809415b6fc9609c0a)
Published 2026-06-30 22:14:13 +03:00 by Denaerium
Installation
docker pull git.denaerium.com/denaerium/forgejo-firewall-bouncer@sha256:d1929487dd72299a4682ef79afcdaca7910b8f3e67407c7809415b6fc9609c0asha256:d1929487dd72299a4682ef79afcdaca7910b8f3e67407c7809415b6fc9609c0aAbout this package
Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.
Image layers
| LABEL org.opencontainers.image.title=Arch Linux base Image |
| LABEL org.opencontainers.image.description=Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility. |
| LABEL org.opencontainers.image.authors=Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks) |
| LABEL org.opencontainers.image.url=https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md |
| LABEL org.opencontainers.image.documentation=https://wiki.archlinux.org/title/Docker#Arch_Linux |
| LABEL org.opencontainers.image.source=https://gitlab.archlinux.org/archlinux/archlinux-docker |
| LABEL org.opencontainers.image.licenses=GPL-3.0-or-later |
| LABEL org.opencontainers.image.version=20260628.0.549485 |
| LABEL org.opencontainers.image.revision=34b87485162b028c8d957bdcd2674359d883cd21 |
| LABEL org.opencontainers.image.created=2026-06-28T00:09:46+00:00 |
| COPY /rootfs/ / # buildkit |
| RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260628.0.549485' /etc/os-release # buildkit |
| ENV LANG=C.UTF-8 |
| CMD ["/usr/bin/bash"] |
| COPY /usr/local/bin/docker /usr/local/bin/docker # buildkit |
| COPY /usr/local/bin/dockerd /usr/local/bin/dockerd # buildkit |
| COPY /usr/local/bin/containerd* /usr/local/bin/ # buildkit |
| COPY /usr/local/bin/runc /usr/local/bin/runc # buildkit |
| COPY /usr/local/bin/ctr /usr/local/bin/ctr # buildkit |
| RUN /bin/sh -c pacman -Syu --noconfirm && pacman -S --noconfirm base-devel git curl nodejs npm openssh && pacman -Scc --noconfirm # buildkit |
| ARG BOUNCER_VERSION=0.0.34 |
| ARG UPSTREAM_REF=d4cba4073efeccfa737b74f987908483f7a0b949 |
| ARG TARGETARCH=amd64 |
| LABEL org.opencontainers.image.source=https://github.com/crowdsecurity/cs-firewall-bouncer |
| LABEL org.opencontainers.image.version=0.0.34 |
| LABEL org.opencontainers.image.revision=d4cba4073efeccfa737b74f987908483f7a0b949 |
| RUN |3 BOUNCER_VERSION=0.0.34 UPSTREAM_REF=d4cba4073efeccfa737b74f987908483f7a0b949 TARGETARCH=amd64 /bin/sh -c set -eu; case "${TARGETARCH:-amd64}" in amd64) asset_arch="amd64" ;; arm64) asset_arch="arm64" ;; *) echo "unsupported TARGETARCH=${TARGETARCH:-}" >&2; exit 1 ;; esac; url="https://github.com/crowdsecurity/cs-firewall-bouncer/releases/download/v${BOUNCER_VERSION}/crowdsec-firewall-bouncer-linux-${asset_arch}.tgz"; tmpdir="$(mktemp -d)"; curl -fsSL "$url" | tar -xz -C "$tmpdir"; install -m 0755 "$tmpdir/crowdsec-firewall-bouncer-v${BOUNCER_VERSION}/crowdsec-firewall-bouncer" /usr/local/bin/crowdsec-firewall-bouncer; rm -rf "$tmpdir" # buildkit |
| COPY entrypoint.sh /usr/local/bin/forgejo-firewall-bouncer-entrypoint # buildkit |
| RUN |3 BOUNCER_VERSION=0.0.34 UPSTREAM_REF=d4cba4073efeccfa737b74f987908483f7a0b949 TARGETARCH=amd64 /bin/sh -c chmod 0755 /usr/local/bin/forgejo-firewall-bouncer-entrypoint # buildkit |
| ENTRYPOINT ["/usr/local/bin/forgejo-firewall-bouncer-entrypoint"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks) |
| org.opencontainers.image.created | 2026-06-28T00:09:46+00:00 |
| org.opencontainers.image.description | Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility. |
| org.opencontainers.image.documentation | https://wiki.archlinux.org/title/Docker#Arch_Linux |
| org.opencontainers.image.licenses | GPL-3.0-or-later |
| org.opencontainers.image.revision | d4cba4073efeccfa737b74f987908483f7a0b949 |
| org.opencontainers.image.source | https://github.com/crowdsecurity/cs-firewall-bouncer |
| org.opencontainers.image.title | Arch Linux base Image |
| org.opencontainers.image.url | https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md |
| org.opencontainers.image.version | 0.0.34 |
Details
2026-06-30 22:14:13 +03:00
Versions (2)
View all
Container
0
OCI / Docker
linux/amd64
Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
GPL-3.0-or-later
586 MiB