mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2025-01-30 21:21:42 +03:00
Neur0toxine
8625a8494d
Merge pull request #10 from Neur0toxine/dependabot/github_actions/docker/setup-buildx-action-2.2.1
Bump docker/setup-buildx-action from 2.0.0 to 2.2.1
Golang Alpine with additional packages
A minimal Dockerfile based on Go 1.16, 1.17, 1.18 and alpine with dumb-init and some other useful packages.
What's included
- Go 1.16 / 1.17 / 1.18
- bash
- make
- git
- gcc
- libc-dev
- jq
- curl
- air
- delve
- gocov
- go-junit-report
- dumb-init
Available platforms
These Dockerfiles leverage the new buildx
functionality and offer the following platforms:
- linux/amd64
- linux/386
- linux/arm64
Based on solution built by (c) Tim Brust and contributors. Released under the MIT license.
Languages
Dockerfile
93.9%
C
6.1%