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

Version-locking #17

Open kevana opened 8 years ago

kevana commented 8 years ago

I'd appreciate locking down the golang base image version and publishing versions in addition to latest to the hub. Thoughts?

tadasv commented 8 years ago

Agree. Latest image started causing problems

Error response from daemon: client is newer than server (client API version: 1.21, server API version: 1.20)

It still built the binary, not the image doesn't get built.

kevana commented 8 years ago

That error message usually shows up when your Docker daemon and client have different versions, I don't think it's related to the golang-builder