Unbound Software

auth0mock (build)

Published 2026-06-20 19:55:27 +00:00 by kubernetes

Installation

docker pull gitea.unbound.se/unboundsoftware/auth0mock:build
sha256:be7aee048f7b7a3d6d3272b8a7efcbc31f147d4287c6456bbc0772d25c8ac257

Image Layers

# debian.sh --arch 'amd64' 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
ENV CGO_ENABLED=0
ENV GOEXPERIMENT=jsonv2
COPY go.mod go.sum ./ # buildkit
RUN /bin/sh -c go mod download # buildkit
COPY . . # buildkit
RUN /bin/sh -c go build -ldflags="-s -w" -o /release/service ./cmd/service # buildkit
Details
Container
2026-06-20 19:55:27 +00:00
482
OCI / Docker
linux/amd64
302 MiB
Versions (350) View all
refs_pull_349_head 2026-06-20
build 2026-06-20
latest 2026-06-16
0.7.6 2026-06-16