nano-go (nightly-2025-04-10.54c35c8)
Installation
docker pull git.nanobyte.cz/nanobyte-public/nano-go:nightly-2025-04-10.54c35c8
sha256:7ea133c3c0abf7bd1c6fb3ef55b535473f2acc4f7b698ae6d4ea5f499bde6553
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000' |
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; rm -rf /var/lib/apt/lists/* # buildkit |
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; rm -rf /var/lib/apt/lists/* # buildkit |
RUN /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/* # buildkit |
ENV GOLANG_VERSION=1.23.8 |
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
Versions (2)
View all
latest
2025-04-10
nightly-2025-04-10.54c35c8
2025-04-10