Go with dumb-init and some other useful packages
Go to file
2023-04-17 12:50:55 +03:00
.github Bump docker/setup-buildx-action from 2.2.1 to 2.4.1 2023-02-06 19:10:48 +00:00
1.16 fix 1.16 builds 2023-03-07 17:13:51 +03:00
1.16-3.13 fix 1.16 builds 2023-03-07 17:13:51 +03:00
1.17 fix for 1.17 builds 2023-04-17 12:50:55 +03:00
1.17-3.13 merge-junit utility, facessat2 patch update 2022-10-28 14:43:15 +03:00
1.18 merge-junit utility, facessat2 patch update 2022-10-28 14:43:15 +03:00
1.18-nofaccessat2 add nofacessat2 build for go 1.18, update readme 2022-10-28 16:07:33 +03:00
1.19 merge-junit utility, facessat2 patch update 2022-10-28 14:43:15 +03:00
1.19-nofaccessat2 fix apks installation 2022-10-28 15:01:50 +03:00
.editorconfig initial commit 2022-07-26 16:24:27 +03:00
.gitignore add nofacessat2 build for go 1.18, update readme 2022-10-28 16:07:33 +03:00
.hadolint.yaml add exception for hadolint 2022-10-28 15:03:01 +03:00
LICENSE initial commit 2022-07-26 16:24:27 +03:00
README.md add nofacessat2 build for go 1.18, update readme 2022-10-28 16:07:33 +03:00

Golang Alpine with additional packages

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 / 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.