mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2025-04-10 04:30:59 +00:00
Go with dumb-init and some other useful packages
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
.vscode | ||
1.16 | ||
1.16-3.13 | ||
1.17 | ||
1.17-3.13 | ||
1.18 | ||
1.18-3.13 | ||
.editorconfig | ||
.gitignore | ||
.hadolint.yaml | ||
LICENSE | ||
README.md |
Golang Alpine with additional packages & dumb-init
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
- bash
- make
- git
- ssh
- gcc
- libc-dev
- jq
- curl
- air
- dumb-init
Available platforms
These Dockerfiles leverage the new buildx
functionality and offer the following platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm/v6
- linux/ppc64le
- linux/s390x
Based on solution built by (c) Tim Brust and contributors. Released under the MIT license.