auth0mock (build)
Published 2026-04-07 23:06:35 +00:00 by kubernetes
Installation
docker pull oci.unbound.se/unboundsoftware/auth0mock:buildsha256:5a53a3f484e44fb7a85e1d539d4d35dbc9f4629a407faf67c3cd0e92d91f3045
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1775433600' |
| 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.2 |
| 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 |
| ARG GITLAB_USER |
| ARG GITLAB_TOKEN |
| WORKDIR /build |
| ENV CGO_ENABLED=0 |
| ENV GOPRIVATE=gitlab.com/unboundsoftware/* |
| COPY go.mod go.sum ./ # buildkit |
| RUN |2 GITLAB_USER= GITLAB_TOKEN= /bin/sh -c go mod download # buildkit |
| COPY . . # buildkit |
| RUN |2 GITLAB_USER= GITLAB_TOKEN= /bin/sh -c go build -ldflags="-s -w" -o /release/service ./cmd/service # buildkit |
Details
2026-04-07 23:06:35 +00:00
Versions (197)
View all
Container
276
OCI / Docker
linux/amd64
302 MiB
refs_pull_292_head
2026-04-07
08b5307e8448364750ebe17e68fb158cf58b4341
2026-04-07
build
2026-04-07
latest
2026-04-07
f3f69beac99cec8854ee39f684d4fc9314b13ff2
2026-04-07