arin-waitlist-prom (sha256:63e9b7605b6d17159ffeb3ae71b67c93fc8475f3f8027bec218760eff10acb74)

Published 2026-05-07 04:24:17 +00:00 by twodarek in twodarek/arin-waitlist-prom

Installation

docker pull git.hedgewizards.org/twodarek/arin-waitlist-prom@sha256:63e9b7605b6d17159ffeb3ae71b67c93fc8475f3f8027bec218760eff10acb74
sha256:63e9b7605b6d17159ffeb3ae71b67c93fc8475f3f8027bec218760eff10acb74

About this package

Consumes the ARIN ipv4 waitlist and exposes it as prometheus metrics

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1769990400'
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; dpkgArch="$(dpkg --print-architecture)"; if [ "$dpkgArch" = 'arm64' ]; then apt-get install -y --no-install-recommends binutils-gold; fi; rm -rf /var/lib/apt/lists/* # buildkit
ENV GOLANG_VERSION=1.24.13
ENV GOTOOLCHAIN=local
ENV GOPATH=/go
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY /target/ / # buildkit
RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit
WORKDIR /go
LABEL authors=twodarek
WORKDIR /app
COPY . ./ # buildkit
RUN /bin/sh -c go build ./... # buildkit
EXPOSE [2112/tcp]
ENTRYPOINT ["/app/arin-waitlist-prom"]

Labels

Key Value
authors twodarek
org.opencontainers.image.created 2026-05-07T04:23:12.182Z
org.opencontainers.image.description Consumes the ARIN ipv4 waitlist and exposes it as prometheus metrics
org.opencontainers.image.licenses
org.opencontainers.image.revision 78c5af3c320197cfd44a4e4bb82f73b9cd434a0d
org.opencontainers.image.source https://git.hedgewizards.org/twodarek/arin-waitlist-prom
org.opencontainers.image.title arin-waitlist-prom
org.opencontainers.image.url https://git.hedgewizards.org/twodarek/arin-waitlist-prom
org.opencontainers.image.version latest
Details
Container
2026-05-07 04:24:17 +00:00
2
OCI / Docker
linux/amd64
348 MiB
Versions (1) View all
latest 2026-05-07