deis / helloworld

A hello world app, written in Go.
MIT License
10 stars 30 forks source link

fix(Dockerfile): Use ubuntu:trusty image #3

Closed Xe closed 9 years ago

Xe commented 10 years ago

Ubuntu 14.04 is stable and has golang packaged natively. This means that the golang compiler and runtime binaries are signed and trusted by the Ubuntu team and you do not need to muck around with manually installing golang. This also means you use the common base of Ubuntu 14.04 and don't fill people's disks with Debian images they may not use (based on download count and tag numbers of ubuntu vs debian).

Additionally, this should be changed to deis/base after deis/base#7 is merged so that helloworld can be more consistent with the other parts of deis.

mboersma commented 9 years ago

Better late than never... This PR needs rebasing now that we yanked the MAINTAINER line (or else it should be closed). Thanks again @Xe!

Xe commented 9 years ago

This is a trivial change, it can be ignored.