Unbound Software

default-request-adder (deps)

Published 2026-06-24 14:10:46 +00:00 by kubernetes

Installation

docker pull oci.unbound.se/unboundsoftware/default-request-adder:deps
sha256:cbdb4b2467a5a5ad39d8515e35ac9db912c3507a2b09d9b4ce29fe36b0ac3e93

Images

Digest OS / Arch Size
90af107818 linux/amd64 298 MiB
df79a1b496 linux/arm64 291 MiB

Image Layers ( linux/arm64)

# debian.sh --arch 'arm64' out/ 'trixie' '@1781049600'
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.26.4
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 /build
ADD go.* /build # buildkit
RUN /bin/sh -c go mod download # buildkit
Details
Container
2026-06-24 14:10:46 +00:00
961
OCI / Docker
Versions (292) View all
refs_pull_331_head 2026-06-24
build 2026-06-24
main 2026-06-24
latest 2026-06-24