2022-07-26 22:06:03 +03:00
|
|
|
# Golang Alpine with additional packages
|
2022-07-26 16:24:27 +03:00
|
|
|
|
2022-07-26 22:06:03 +03:00
|
|
|
[![Docker Automated build](https://img.shields.io/docker/automated/neur0toxine/golang-alpine.svg)](https://hub.docker.com/r/neur0toxine/golang-alpine/)
|
2022-07-26 19:58:15 +03:00
|
|
|
[![buildx Status](https://github.com/Neur0toxine/docker-golang-alpine/workflows/buildx/badge.svg)](https://github.com/Neur0toxine/docker-golang-alpine/actions?query=workflow%3Abuildx)
|
|
|
|
[![Lint Dockerfiles](https://github.com/Neur0toxine/docker-golang-alpine/workflows/Lint%20Dockerfiles/badge.svg)](https://github.com/Neur0toxine/docker-golang-alpine/actions?query=workflow%3A%22Lint+Dockerfiles%22)
|
2022-07-26 16:24:27 +03:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2022-07-26 22:06:34 +03:00
|
|
|
- Go 1.16 / 1.17 / 1.18
|
2022-07-26 16:24:27 +03:00
|
|
|
- bash
|
|
|
|
- make
|
|
|
|
- git
|
|
|
|
- gcc
|
|
|
|
- libc-dev
|
|
|
|
- jq
|
|
|
|
- curl
|
|
|
|
- air
|
2022-07-26 19:39:53 +03:00
|
|
|
- delve
|
|
|
|
- gocov
|
|
|
|
- go-junit-report
|
2022-07-26 16:24:27 +03:00
|
|
|
- dumb-init
|
|
|
|
|
|
|
|
### Available platforms
|
|
|
|
|
|
|
|
These Dockerfiles leverage the new `buildx` functionality and offer the following platforms:
|
|
|
|
|
|
|
|
- linux/amd64
|
2022-07-26 22:09:34 +03:00
|
|
|
- linux/386
|
2022-07-26 16:24:27 +03:00
|
|
|
- linux/arm64
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Based on solution built by (c) Tim Brust and contributors. Released under the MIT license.
|