nano-go (nightly-2025-11-17.3f32ab1)

Published 2025-11-17 17:29:40 +00:00 by nanobyte_bot in nanobyte-public/nano-go

Installation

docker pull git.nanobyte.cz/nanobyte-public/nano-go:nightly-2025-11-17.3f32ab1
sha256:2ebbb9f7c7c40e476457f911b6ba7e8048586c5352f8845bf66bdbb2a03df968

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1762202650'
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.25.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
RUN /bin/sh -c apt-get update && apt-get install -y git curl && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs && apt-get clean # buildkit
RUN /bin/sh -c git --version && node --version && npm --version # buildkit
Details
Container
2025-11-17 17:29:40 +00:00
0
OCI / Docker
linux/amd64
360 MiB
Versions (4) View all