安阳 anyang
  • Joined on 2025-11-13

gf-build (v0.1.2)

Published 2025-11-17 11:10:52 +08:00 by anyang

Installation

docker pull gitea.adesk.com/anyang/gf-build:v0.1.2
sha256:e6c12470a3be5080997e8130287c41ea34ac7519feb38fb0f1dec3de2bd9fbd3

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.3
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
bash
bash
Details
Container
2025-11-17 11:10:52 +08:00
1
OCI / Docker
linux/amd64
370 MiB
Versions (1) View all
v0.1.2 2025-11-17