Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinmichaelchen/pkgx-go
pkgx-based Docker image with Go installed
https://github.com/kevinmichaelchen/pkgx-go
Last synced: about 1 month ago
JSON representation
pkgx-based Docker image with Go installed
- Host: GitHub
- URL: https://github.com/kevinmichaelchen/pkgx-go
- Owner: kevinmichaelchen
- Created: 2023-10-24T12:35:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T15:24:57.000Z (4 months ago)
- Last Synced: 2024-08-22T17:30:27.210Z (4 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pkgx-go
A [`pkgx`][pkgx]-based Docker image that manually installs Go.
## Motivation
Using `pkgx` in build pipelines is really nice, but using it to build Go sometimes doesn't work. See this [issue][gh-issue] for more details. Once that's resolved, this image will become obsolete.
## Building
```shell
docker build -t pkgx-go:latest .
docker run --rm -it pkgx-go:latest go version
```[pkgx]: https://pkgx.sh/
[gh-issue]: https://github.com/pkgxdev/pantry/issues/3739