CenturyLinkLabs / golang-builder

Containerized build environment for compiling an executable Golang package and packaging it in a light-weight Docker container.
Apache License 2.0
398 stars 85 forks source link

Reorganize to play nicely with trusted builds. #2

Closed dpetersen closed 9 years ago

dpetersen commented 9 years ago

This project produces two images on the Docker Hub: golang-builder and golang-tester. It used a Docker 1.5 feature where you could name Dockerfiles something other than Dockerfile, but trusted builds don't play nice with that yet. If I have to move one into a subfolder, I might as well move both. It was a tiny mess anyway to have both in there with the shared and separate files not being clear until you dug into Dockerfiles.

dpetersen commented 9 years ago

I talked on Skype with Señor DeHamer about this and he was OK with it, sooooooo :boom: