Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 398 Bytes

docker-golang-ubuntu

Base Docker Image with Golang on Ubuntu. This can help for building golang binaries with production distro images.

Build

Replace with golang_version-ubuntu_version eg. 1.15.7-ubuntu20.04

$ docker build -t ghcr.io/vulpemventures/golang:<tag> .

Push to Github Container Registry

$ docker push ghcr.io/vulpemventures/golang:<tag>