docker-golang-alpine/README.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

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