Justin Cormack
50215b9c6c
Update to golang:1.7-alpine3.5 images
...
Now there is an Alpine 3.5 variant of the Go 1.7 images, use this.
fix #972
Note updated the containers/binfmt image as this will be converted
to go-compile shortly, at which point alpine-build-go can be removed.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-14 09:41:12 +00:00
Justin Cormack
23cb00d6c3
Fix Makefile deps
...
Just noticed this while copying it for another build.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-01-13 13:16:32 +00:00
Riyaz Faizullabhoy
6245780591
Move linting to Go build
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2016-12-21 11:26:33 -08:00
Justin Cormack
b8ad52d2e5
Add some missing --rm in docker run
...
Some of these were missing, leaving strays around.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-12-09 09:08:22 -08:00
Justin Cormack
ea4809a647
Use DOCKER_CONTENT_TRUST=1 when pulling library images
...
When building the base images always test signatures.
This will be the default at some point.
Add a test that content trust is working.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-30 13:35:38 +00:00
Justin Cormack
2c2f600995
add git to Go build package
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-16 13:49:28 +01:00
Justin Cormack
df70fe328c
fix hash calculation for Go build container
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-16 13:42:55 +01:00
Justin Cormack
588798404f
Do not create latest tags for base images
...
As we never use these, do not create them.
Also update images where applicable.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-10-10 14:55:48 +01:00
Justin Cormack
301e633ad3
Include the Go binary in the hash of the go build base
...
As this is not installed via apk it was not being included in the
checksum.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-09-09 15:46:23 +01:00
Justin Cormack
3a2c28f352
Closer to reproducible builds
...
Make an alpine base image for C and Go builds.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-09-06 13:18:11 +01:00