Go with dumb-init and some other useful packages
Find a file
dependabot[bot] 72838db825
Bump docker/build-push-action from 3.0.0 to 3.1.0
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>
2022-07-26 13:24:56 +00:00
.github Bump docker/build-push-action from 3.0.0 to 3.1.0 2022-07-26 13:24:56 +00:00
.vscode initial commit 2022-07-26 16:24:27 +03:00
1.16 initial commit 2022-07-26 16:24:27 +03:00
1.16-3.13 initial commit 2022-07-26 16:24:27 +03:00
1.17 initial commit 2022-07-26 16:24:27 +03:00
1.17-3.13 initial commit 2022-07-26 16:24:27 +03:00
1.18 initial commit 2022-07-26 16:24:27 +03:00
1.18-3.13 initial commit 2022-07-26 16:24:27 +03:00
.editorconfig initial commit 2022-07-26 16:24:27 +03:00
.gitignore initial commit 2022-07-26 16:24:27 +03:00
.hadolint.yaml initial commit 2022-07-26 16:24:27 +03:00
LICENSE initial commit 2022-07-26 16:24:27 +03:00
README.md initial commit 2022-07-26 16:24:27 +03:00

Golang Alpine with additional packages & dumb-init

Docker Automated build buildx Status Lint Dockerfiles

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.