garbd (sha256:fafa3ec56f75c03796c94b304af490a7554a00ae26ffca981ed98213b98921a5)
Published 2025-11-13 08:11:23 +00:00 by Bluemedia
Installation
docker pull git.bluemedia.dev/bluemedia/garbd@sha256:fafa3ec56f75c03796c94b304af490a7554a00ae26ffca981ed98213b98921a5sha256:fafa3ec56f75c03796c94b304af490a7554a00ae26ffca981ed98213b98921a5Image layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1762202650' |
| LABEL maintainer=hi@bluemedia.dev |
| RUN /bin/sh -c apt update -y && apt upgrade -y && apt install -y --no-install-recommends curl ca-certificates && curl -o /etc/apt/keyrings/mariadb-keyring.pgp "https://mariadb.org/mariadb_release_signing_key.pgp" && echo "deb [signed-by=/etc/apt/keyrings/mariadb-keyring.pgp] https://mirrors.n-ix.net/mariadb/repo/11.4/debian bookworm main" > /etc/apt/sources.list.d/mariadb.list && apt update && apt remove -y --purge curl && apt autoremove -y && apt install -y --no-install-recommends galera-arbitrator-4 && apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit |
| USER 1001 |
| CMD ["garbd" "--cfg /config/garbd.conf"] |
Labels
| Key | Value |
|---|---|
| maintainer | hi@bluemedia.dev |
| org.opencontainers.image.created | 2025-11-13T08:09:09Z |
| org.opencontainers.image.revision | f041472514cf52b1cf851a097536a5b56aeec150 |
| org.opencontainers.image.source | https://git.bluemedia.dev/containers/images.git |
| org.opencontainers.image.url | https://git.bluemedia.dev/containers/images |