sendnrw

ipv6calculator (cc7c8d8)

Published 2025-05-09 08:54:59 +00:00 by groot in sendnrw/ipv6calculator

Installation

docker pull git.send.nrw/sendnrw/ipv6calculator:cc7c8d8
sha256:d18f5d31762b053262b42badd4570c003c48fe119f8c2b916a3b1bb5c4e6f0af

Images

Digest OS / Arch Size
9a1697e902 linux/amd64 321 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; rm -rf /var/lib/apt/lists/* # buildkit
ENV GOLANG_VERSION=1.24.1
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
WORKDIR /app
COPY go.mod ./ # buildkit
RUN /bin/sh -c go mod download # buildkit
COPY *.go ./ # buildkit
RUN /bin/sh -c CGO_ENABLED=0 GOOS=linux go build -o /goprg # buildkit
EXPOSE map[8080/tcp:{}]
CMD ["/goprg"]
Details
Container
2025-05-09 08:54:59 +00:00
0
OCI / Docker
Versions (28) View all
latest 2025-11-02
40277a7 2025-11-02
990565b 2025-11-02
1939136 2025-10-31
ce3d1ce 2025-10-31