Skip to content

containerbase/golang-prebuild

Repository files navigation

containerbase Go releases

build GitHub release (latest SemVer) License: MIT

Prebuild Go releases used by containerbase/base.

Go binaries are downloaded from https://go.dev/ and repacked for containerbase.

Local development

Build the image

docker build -t builder .

Test the image

docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 1.22.5

${PWD}/.cache will contain packed releases after successful build.

Optional environment variables

Name Description Default
DEBUG Show verbose php build output <empty>