Namespace
louislam
Image / Tag
uptime-kuma:builder-go
Content Digest
sha256:50e49d7f27f124a5a086c076387d5419aa3767d88bc2c16354ca52790f709865
Details
Created

2025-10-20 16:25:45 UTC

Size

324 MB

Content Digest
Environment
GOLANG_VERSION

1.20.5

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:ac8bb7e1a32398e26c129ce64e2ddc3e7ec6c34d93424b247f16049f5a91cff4 - 14.84% (48.1 MB)

[#001] sha256:3b1c264c0ad4598c25048a6dbd3030086cc5c74000e11d04ac27944cb116aabb - 5.17% (16.8 MB)

[#002] sha256:b1e7e053c9f6f57c6d95002167a6d57aed6aacf04dd2f8e681cb4f74a7ca4381 - 15.25% (49.5 MB)

[#003] sha256:ca7476af61726261111675c2e6336d1e7ad596d04e6e186455acb617f4500a02 - 20.25% (65.7 MB)

[#004] sha256:621832a6de2055ec43766c6dd0f6ef1d5e79a67cbe9e619cc8ed7112ddf01fb5 - 29.47% (95.6 MB)

[#005] sha256:4b4a080cfa43ccb5c6af395f13749d724ce42fd858ee9f622c4887b25ef6a4fb - 0.0% (156 Bytes)

[#006] sha256:364058b4edb5816ac18aa2a5c5bb80415d030579f4f143c0aef724a5b391604c - 0.0% (93 Bytes)

[#007] sha256:4a26c9a29d9c867b83d968b276150ea48df11e66a952b9e60c13b1c73edb278e - 2.52% (8.17 MB)

[#008] sha256:38ed7c6de1ab1ffdbc8192162ea39ef5b2ba43dd14cedb7aae7e53a2fe628aa5 - 0.0% (293 Bytes)

[#009] sha256:a99a085dd4c54020cb66db1c12af175ded5f2f7eb328185895ab0327fe74df64 - 12.5% (40.5 MB)


History
2023-06-12 23:21:19 UTC

/bin/sh -c #(nop) ADD file:54838b3dbf7839dadd0b29835bbe53ecbfdfde657ef8671ec5ac3cf5867ea069 in /

2023-06-12 23:21:19 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-06-13 03:31:27 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase wget ; rm -rf /var/lib/apt/lists/*

2023-06-13 03:31:54 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2023-06-13 17:46:13 UTC

/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/*

2023-06-13 17:46:14 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-06-13 17:46:14 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.20.5

2023-06-13 17:46:23 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; arch="${arch##*-}"; url=; case "$arch" in 'amd64') url='https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz'; sha256='d7ec48cde0d3d2be2c69203bc3e0a44de8660b9c09a6e85c4732a3f7dc442612'; ;; 'armel') export GOARCH='arm' GOARM='5' GOOS='linux'; ;; 'armhf') url='https://dl.google.com/go/go1.20.5.linux-armv6l.tar.gz'; sha256='79d8210efd4390569912274a98dffc16eb85993cccdeef4d704e9b0dfd50743a'; ;; 'arm64') url='https://dl.google.com/go/go1.20.5.linux-arm64.tar.gz'; sha256='aa2fab0a7da20213ff975fa7876a66d47b48351558d98851b87d1cfef4360d09'; ;; 'i386') url='https://dl.google.com/go/go1.20.5.linux-386.tar.gz'; sha256='d394ac8fecf66812c78ffba7fb9a265bb1b9917564c7fd77f0edb0df6d5777a1'; ;; 'mips64el') export GOARCH='mips64le' GOOS='linux'; ;; 'ppc64el') url='https://dl.google.com/go/go1.20.5.linux-ppc64le.tar.gz'; sha256='049b8ab07d34077b90c0642138e10207f6db14bdd1743ea994a21e228f8ca53d'; ;; 's390x') url='https://dl.google.com/go/go1.20.5.linux-s390x.tar.gz'; sha256='bac14667f1217ccce1d2ef4e204687fe6191e6dc19a8870cfb81a41f78b04e48'; ;; *) echo >&2 "error: unsupported architecture '$arch' (likely packaging update needed)"; exit 1 ;; esac; build=; if [ -z "$url" ]; then build=1; url='https://dl.google.com/go/go1.20.5.src.tar.gz'; sha256='9a15c133ba2cfafe79652f4815b62e7cfc267f68df1b9454c6ab2a3ca8b96a88'; echo >&2; echo >&2 "warning: current architecture ($arch) does not have a compatible Go binary release; will be building from source"; echo >&2; fi; wget -O go.tgz.asc "$url.asc"; wget -O go.tgz "$url" --progress=dot:giga; echo "$sha256 *go.tgz" | sha256sum -c -; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 'EB4C 1BFD 4F04 2F6D DDCC EC91 7721 F63B D38B 4796'; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys '2F52 8D36 D67B 69ED F998 D857 78BD 6547 3CB3 BD13'; gpg --batch --verify go.tgz.asc go.tgz; gpgconf --kill all; rm -rf "$GNUPGHOME" go.tgz.asc; tar -C /usr/local -xzf go.tgz; rm go.tgz; if [ -n "$build" ]; then savedAptMark="$(apt-mark showmanual)"; ( . /etc/os-release; echo "deb https://deb.debian.org/debian $VERSION_CODENAME-backports main" > /etc/apt/sources.list.d/backports.list; apt-get update; apt-get install -y --no-install-recommends -t "$VERSION_CODENAME-backports" golang-go; ); export GOCACHE='/tmp/gocache'; ( cd /usr/local/go/src; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOHOSTOS="$GOOS" GOHOSTARCH="$GOARCH"; ./make.bash; ); apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; rm -rf /usr/local/go/pkg/*/cmd /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj /usr/local/go/pkg/tool/*/api /usr/local/go/pkg/tool/*/go_bootstrap /usr/local/go/src/cmd/dist/dist "$GOCACHE" ; fi; go version

2023-06-13 17:46:24 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2023-06-13 17:46:24 UTC

/bin/sh -c #(nop) ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-06-13 17:46:25 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH"

2023-06-13 17:46:25 UTC

/bin/sh -c #(nop) WORKDIR /go

2025-10-20 16:25:19 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-10-20 16:25:20 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2025-10-20 16:25:20 UTC (buildkit.dockerfile.v0)

COPY ./extra/ ./extra/ # buildkit

2025-10-20 16:25:20 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c sed -i '/^deb/s/^/#/' /etc/apt/sources.list && echo "deb http://archive.debian.org/debian buster main contrib non-free" | tee -a /etc/apt/sources.list && echo "deb http://archive.debian.org/debian-security buster/updates main contrib non-free" | tee -a /etc/apt/sources.list && echo "deb http://archive.debian.org/debian buster-updates main contrib non-free" | tee -a /etc/apt/sources.list # buildkit

2025-10-20 16:25:45 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c apt update && apt --yes --no-install-recommends install curl && curl -sL https://deb.nodesource.com/setup_18.x | bash && apt --yes --no-install-recommends install nodejs && node ./extra/build-healthcheck.js $TARGETPLATFORM && apt --yes remove nodejs # buildkit

Details
Created

2025-10-20 16:29:03 UTC

Size

296 MB

Content Digest
Environment
GOLANG_VERSION

1.20.5

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:51e8b9db05761e5bb6c498f0c3f479641e693e39aac9800c97e87d5c936ba9ac - 14.8% (43.8 MB)

[#001] sha256:6d9e979674a28bf584e41acd517729c9aa3b1d14d2f629078892eba0a0734b0b - 5.23% (15.5 MB)

[#002] sha256:1a12aa3e48b11bae0356114eadd41aa4db6026b04ae8718fc1733f91b28ace73 - 15.27% (45.2 MB)

[#003] sha256:376367986b432b6e2ec66b78eacc4f08c97071ea98e5be9f56e76ca3d95ecd23 - 17.19% (50.9 MB)

[#004] sha256:4dea5f7614b8b0c41b60fa114937c414efe6a591029b1a517b129f2fcac9aae5 - 31.57% (93.4 MB)

[#005] sha256:bb433fcc29263c2a27b5bf3aead5e7354ccbfb3a89a8308f6af1388b7e11844f - 0.0% (155 Bytes)

[#006] sha256:06e004589facafe349d58f796aabcc698ecba708df001e5e138ee89ea85da1a2 - 0.0% (93 Bytes)

[#007] sha256:57f57a7bb7fdd2c6b21139b423a72b9176b5345060a51a8f91263891a76fd884 - 2.76% (8.17 MB)

[#008] sha256:3b48ab1720d2a33998767c911392630c17c2a2e8e5f3f967e13bc2f08fa5e381 - 0.0% (293 Bytes)

[#009] sha256:d1e24ad1533f7947b935ce086eb6420ef478076d7e3784d47dbc30f85cb7a511 - 13.18% (39 MB)


History
2023-06-12 23:59:02 UTC

/bin/sh -c #(nop) ADD file:c3ae258462983c32de8d633c17dcc414087b5ccd8fd76f708981c7f20c7e86a4 in /

2023-06-12 23:59:03 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-06-13 04:58:02 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase wget ; rm -rf /var/lib/apt/lists/*

2023-06-13 04:58:27 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2023-06-13 23:58:46 UTC

/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/*

2023-06-13 23:58:47 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-06-13 23:58:47 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.20.5

2023-06-13 23:58:59 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; arch="${arch##*-}"; url=; case "$arch" in 'amd64') url='https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz'; sha256='d7ec48cde0d3d2be2c69203bc3e0a44de8660b9c09a6e85c4732a3f7dc442612'; ;; 'armel') export GOARCH='arm' GOARM='5' GOOS='linux'; ;; 'armhf') url='https://dl.google.com/go/go1.20.5.linux-armv6l.tar.gz'; sha256='79d8210efd4390569912274a98dffc16eb85993cccdeef4d704e9b0dfd50743a'; ;; 'arm64') url='https://dl.google.com/go/go1.20.5.linux-arm64.tar.gz'; sha256='aa2fab0a7da20213ff975fa7876a66d47b48351558d98851b87d1cfef4360d09'; ;; 'i386') url='https://dl.google.com/go/go1.20.5.linux-386.tar.gz'; sha256='d394ac8fecf66812c78ffba7fb9a265bb1b9917564c7fd77f0edb0df6d5777a1'; ;; 'mips64el') export GOARCH='mips64le' GOOS='linux'; ;; 'ppc64el') url='https://dl.google.com/go/go1.20.5.linux-ppc64le.tar.gz'; sha256='049b8ab07d34077b90c0642138e10207f6db14bdd1743ea994a21e228f8ca53d'; ;; 's390x') url='https://dl.google.com/go/go1.20.5.linux-s390x.tar.gz'; sha256='bac14667f1217ccce1d2ef4e204687fe6191e6dc19a8870cfb81a41f78b04e48'; ;; *) echo >&2 "error: unsupported architecture '$arch' (likely packaging update needed)"; exit 1 ;; esac; build=; if [ -z "$url" ]; then build=1; url='https://dl.google.com/go/go1.20.5.src.tar.gz'; sha256='9a15c133ba2cfafe79652f4815b62e7cfc267f68df1b9454c6ab2a3ca8b96a88'; echo >&2; echo >&2 "warning: current architecture ($arch) does not have a compatible Go binary release; will be building from source"; echo >&2; fi; wget -O go.tgz.asc "$url.asc"; wget -O go.tgz "$url" --progress=dot:giga; echo "$sha256 *go.tgz" | sha256sum -c -; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 'EB4C 1BFD 4F04 2F6D DDCC EC91 7721 F63B D38B 4796'; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys '2F52 8D36 D67B 69ED F998 D857 78BD 6547 3CB3 BD13'; gpg --batch --verify go.tgz.asc go.tgz; gpgconf --kill all; rm -rf "$GNUPGHOME" go.tgz.asc; tar -C /usr/local -xzf go.tgz; rm go.tgz; if [ -n "$build" ]; then savedAptMark="$(apt-mark showmanual)"; ( . /etc/os-release; echo "deb https://deb.debian.org/debian $VERSION_CODENAME-backports main" > /etc/apt/sources.list.d/backports.list; apt-get update; apt-get install -y --no-install-recommends -t "$VERSION_CODENAME-backports" golang-go; ); export GOCACHE='/tmp/gocache'; ( cd /usr/local/go/src; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOHOSTOS="$GOOS" GOHOSTARCH="$GOARCH"; ./make.bash; ); apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; rm -rf /usr/local/go/pkg/*/cmd /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj /usr/local/go/pkg/tool/*/api /usr/local/go/pkg/tool/*/go_bootstrap /usr/local/go/src/cmd/dist/dist "$GOCACHE" ; fi; go version

2023-06-13 23:59:01 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2023-06-13 23:59:01 UTC

/bin/sh -c #(nop) ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-06-13 23:59:01 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH"

2023-06-13 23:59:01 UTC

/bin/sh -c #(nop) WORKDIR /go

2025-10-20 16:25:35 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-10-20 16:25:35 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2025-10-20 16:25:35 UTC (buildkit.dockerfile.v0)

COPY ./extra/ ./extra/ # buildkit

2025-10-20 16:25:35 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm/v7 /bin/sh -c sed -i '/^deb/s/^/#/' /etc/apt/sources.list && echo "deb http://archive.debian.org/debian buster main contrib non-free" | tee -a /etc/apt/sources.list && echo "deb http://archive.debian.org/debian-security buster/updates main contrib non-free" | tee -a /etc/apt/sources.list && echo "deb http://archive.debian.org/debian buster-updates main contrib non-free" | tee -a /etc/apt/sources.list # buildkit

2025-10-20 16:29:03 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm/v7 /bin/sh -c apt update && apt --yes --no-install-recommends install curl && curl -sL https://deb.nodesource.com/setup_18.x | bash && apt --yes --no-install-recommends install nodejs && node ./extra/build-healthcheck.js $TARGETPLATFORM && apt --yes remove nodejs # buildkit

Details
Created

2025-10-20 16:28:17 UTC

Size

311 MB

Content Digest
Environment
GOLANG_VERSION

1.20.5

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:e8371d57f7426517aead21bff5af0cf321625cac166c86214c439fb67db84243 - 15.08% (47 MB)

[#001] sha256:e7349847b3241e237d7a69174fea45593592e320324afdbae5c685b0a96e8181 - 5.34% (16.6 MB)

[#002] sha256:f104dc4fba2c93f994673ea6c81b78ad44ef6b4d6984576abf9be7cf0dde960b - 15.99% (49.8 MB)

[#003] sha256:dd89ea1170f496f09a5024c764ff188bc4caf149ced38e3fd2c980fef9a417e4 - 19.21% (59.8 MB)

[#004] sha256:45af7a2a8ed54eaa46e8121d73fd711008cbcdbe8892a29fa49c18d236a487d6 - 29.26% (91.1 MB)

[#005] sha256:4c0fc9cc28936a9de4f2feb8a63cfc516bddd63491d34441273d7e9a2da2acd4 - 0.0% (155 Bytes)

[#006] sha256:e181678b3b9a51852f8f9c8355e72e92091aaefed3e6567b4c39020335f886ad - 0.0% (93 Bytes)

[#007] sha256:2f849e2334d8a44df6805c37acd47f642c497f40bda1aff0ac37605afe25e974 - 2.62% (8.17 MB)

[#008] sha256:6a78426ef30ec200601aab933450921105eddfa315854f8349e42bc9de526fa4 - 0.0% (294 Bytes)

[#009] sha256:0530b889e58e2641d9f0d4ffb3f36d0dd16d250b9c8454ce17ba66269cb68ca1 - 12.5% (38.9 MB)


History
2023-06-12 23:40:41 UTC

/bin/sh -c #(nop) ADD file:bb3cb9e6abc423742d7c1b6bc006a7cef70038c5621c71a90a2ae7c1ea29ec63 in /

2023-06-12 23:40:42 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-06-13 03:03:36 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase wget ; rm -rf /var/lib/apt/lists/*

2023-06-13 03:03:56 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2023-06-13 18:23:50 UTC

/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/*

2023-06-13 18:23:51 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-06-13 18:23:51 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.20.5

2023-06-13 18:23:59 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; arch="${arch##*-}"; url=; case "$arch" in 'amd64') url='https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz'; sha256='d7ec48cde0d3d2be2c69203bc3e0a44de8660b9c09a6e85c4732a3f7dc442612'; ;; 'armel') export GOARCH='arm' GOARM='5' GOOS='linux'; ;; 'armhf') url='https://dl.google.com/go/go1.20.5.linux-armv6l.tar.gz'; sha256='79d8210efd4390569912274a98dffc16eb85993cccdeef4d704e9b0dfd50743a'; ;; 'arm64') url='https://dl.google.com/go/go1.20.5.linux-arm64.tar.gz'; sha256='aa2fab0a7da20213ff975fa7876a66d47b48351558d98851b87d1cfef4360d09'; ;; 'i386') url='https://dl.google.com/go/go1.20.5.linux-386.tar.gz'; sha256='d394ac8fecf66812c78ffba7fb9a265bb1b9917564c7fd77f0edb0df6d5777a1'; ;; 'mips64el') export GOARCH='mips64le' GOOS='linux'; ;; 'ppc64el') url='https://dl.google.com/go/go1.20.5.linux-ppc64le.tar.gz'; sha256='049b8ab07d34077b90c0642138e10207f6db14bdd1743ea994a21e228f8ca53d'; ;; 's390x') url='https://dl.google.com/go/go1.20.5.linux-s390x.tar.gz'; sha256='bac14667f1217ccce1d2ef4e204687fe6191e6dc19a8870cfb81a41f78b04e48'; ;; *) echo >&2 "error: unsupported architecture '$arch' (likely packaging update needed)"; exit 1 ;; esac; build=; if [ -z "$url" ]; then build=1; url='https://dl.google.com/go/go1.20.5.src.tar.gz'; sha256='9a15c133ba2cfafe79652f4815b62e7cfc267f68df1b9454c6ab2a3ca8b96a88'; echo >&2; echo >&2 "warning: current architecture ($arch) does not have a compatible Go binary release; will be building from source"; echo >&2; fi; wget -O go.tgz.asc "$url.asc"; wget -O go.tgz "$url" --progress=dot:giga; echo "$sha256 *go.tgz" | sha256sum -c -; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 'EB4C 1BFD 4F04 2F6D DDCC EC91 7721 F63B D38B 4796'; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys '2F52 8D36 D67B 69ED F998 D857 78BD 6547 3CB3 BD13'; gpg --batch --verify go.tgz.asc go.tgz; gpgconf --kill all; rm -rf "$GNUPGHOME" go.tgz.asc; tar -C /usr/local -xzf go.tgz; rm go.tgz; if [ -n "$build" ]; then savedAptMark="$(apt-mark showmanual)"; ( . /etc/os-release; echo "deb https://deb.debian.org/debian $VERSION_CODENAME-backports main" > /etc/apt/sources.list.d/backports.list; apt-get update; apt-get install -y --no-install-recommends -t "$VERSION_CODENAME-backports" golang-go; ); export GOCACHE='/tmp/gocache'; ( cd /usr/local/go/src; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOHOSTOS="$GOOS" GOHOSTARCH="$GOARCH"; ./make.bash; ); apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; rm -rf /usr/local/go/pkg/*/cmd /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj /usr/local/go/pkg/tool/*/api /usr/local/go/pkg/tool/*/go_bootstrap /usr/local/go/src/cmd/dist/dist "$GOCACHE" ; fi; go version

2023-06-13 18:24:00 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2023-06-13 18:24:00 UTC

/bin/sh -c #(nop) ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-06-13 18:24:01 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH"

2023-06-13 18:24:01 UTC

/bin/sh -c #(nop) WORKDIR /go

2025-10-20 16:16:59 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-10-20 16:16:59 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2025-10-20 16:16:59 UTC (buildkit.dockerfile.v0)

COPY ./extra/ ./extra/ # buildkit

2025-10-20 16:25:01 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c sed -i '/^deb/s/^/#/' /etc/apt/sources.list && echo "deb http://archive.debian.org/debian buster main contrib non-free" | tee -a /etc/apt/sources.list && echo "deb http://archive.debian.org/debian-security buster/updates main contrib non-free" | tee -a /etc/apt/sources.list && echo "deb http://archive.debian.org/debian buster-updates main contrib non-free" | tee -a /etc/apt/sources.list # buildkit

2025-10-20 16:28:17 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c apt update && apt --yes --no-install-recommends install curl && curl -sL https://deb.nodesource.com/setup_18.x | bash && apt --yes --no-install-recommends install nodejs && node ./extra/build-healthcheck.js $TARGETPLATFORM && apt --yes remove nodejs # buildkit

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete