pipeline-container/go (1.23)
Published 2024-11-27 10:35:13 +00:00 by Ghost
Installation
docker pull edp.buildth.ing/devfw-cicd/pipeline-container/go:1.23sha256:954387c23fd973c3b9cdc345a9559615d1462f42edc974df67202c04d6aad813Image layers
| ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit |
| ENV GOLANG_VERSION=1.23.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 |
| /bin/sh -c apk add --no-cache git |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.36.0 |