nano-go (latest)

Published 2025-05-13 18:56:20 +00:00 by nanobyte_bot in nanobyte-public/nano-go

Installation

docker pull git.nanobyte.cz/nanobyte-public/nano-go:latest
sha256:4146a106daadb945fa9d3d68313318b5f8cc79dac03ba24fb85c5eb009c3f8c6

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'
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.24.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
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-05-13 18:56:20 +00:00
0
OCI / Docker
linux/amd64
360 MiB
Versions (3) View all