mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2024-11-21 20:46:05 +03:00
Go with dumb-init and some other useful packages
30dd2e074f
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.1 to 2.6.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.6.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
1.16 | ||
1.16-3.13 | ||
1.17 | ||
1.17-3.13 | ||
1.18 | ||
1.18-nofaccessat2 | ||
1.19 | ||
1.19-nofaccessat2 | ||
.editorconfig | ||
.gitignore | ||
.hadolint.yaml | ||
LICENSE | ||
README.md |
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 / 1.19
- images with patched musl to disable
faccessat2
syscall (workaround for CI systems with docker & seccomp filter bug, see this) - bash
- make
- git
- gcc
- libc-dev
- jq
- curl
- air
- delve
- gocov
- merge-junit
- 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.