Coder Social home page Coder Social logo

dinos80152 / golang-docker-alpine Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 11 KB

Building and Deploying Minimize Golang Executable Docker Image with Alpine Linux

Go 100.00%
golang docker docker-image deployment golang-alpine multi-stage-build

golang-docker-alpine's Introduction

golang-docker-alpine

Travis CI

Introduction

A template for deploying a minimize golang binary docker image, which size only about 10 MB.

This example uses Travis CI and Heroku to make a demo.

Docker version higher than 17.05

Use multi-stage builds, the example Dockerfile

Docker version lower than 17.05

Make two docker file

  • DockerSrc for building binary
  • DockerBin for execution

See the example in old folder

Comparison

Image Size
source code image 282 MB
binary image 10.5 MB

Warning

Function time.LoadLocation() will panic in binary image, because of

LoadLocation looks in the directory or uncompressed zip file named by the ZONEINFO environment variable, if any, then looks in known installation locations on Unix systems, and finally looks in $GOROOT/lib/time/zoneinfo.zip.

You have to set $GOROOT and copy zoneinfo.zip manually.

Reference

golang-docker-alpine's People

Contributors

dinos80152 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.