mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2025-01-18 07:51:41 +03:00
dependabot[bot]
369a1aec61
Bump docker/build-push-action from 3.2.0 to 4.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Languages
Dockerfile
93.9%
C
6.1%