Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 556 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 556 Bytes

alpine-docker-go

Docker Alpine image with Golang and Git

Update Docker Image

  1. Set local environment variables
    • DOCKER_VERSION: docker version from Docker's hub (default: 18.01)
    • ALPINE_VERSION: alpine version the docker image inherits from (default: 3.6)
    • GOLANG_VERSION: golang version to install (default: 1.9)
      • Only supports versions managed by the official docker packaging for golang
  2. Execute update.sh script
  3. Build docker image