https://github.com/containerbase/golang-prebuild
Prebuild Go for containerbase
https://github.com/containerbase/golang-prebuild
containerbase golang renovate
Last synced: over 1 year ago
JSON representation
Prebuild Go for containerbase
- Host: GitHub
- URL: https://github.com/containerbase/golang-prebuild
- Owner: containerbase
- License: mit
- Created: 2024-07-22T10:53:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T21:20:03.000Z (over 1 year ago)
- Last Synced: 2025-02-25T21:27:28.176Z (over 1 year ago)
- Topics: containerbase, golang, renovate
- Language: Shell
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# containerbase Go releases
[](https://github.com/containerbase/golang-prebuild/actions/workflows/build.yml?query=branch%3Amain)


Prebuild Go releases used by [containerbase/base](https://github.com/containerbase/base).
Go binaries are downloaded from and repacked for containerbase.
## Local development
Build the image
```bash
docker build -t builder .
```
Test the image
```bash
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 | `` |