| Age | Commit message (Collapse) | Author |
|
|
|
|
|
mattjmcnaughton/mattjmcnaughton/bump-go-version-used-for-dockerized-makefile-targets
Use go 1.11 for Dockerized Makefile targets
|
|
Previously, we used the Go 1.9 image for our dockerized targets in the
Makefile. The k8s project mandates Go 1.11 for k8s 1.13+
(https://github.com/kubernetes/community/blob/master/contributors/devel/development.md),
so there's no reason not to use Go 1.11 here.
I've verified all existing dockerized targets still work with go 1.11.
|
|
The `Makefile` has `generate-dockerized` and `test-dockerized`. For
consistency, and also because its helpful for those who may not have
their Go environment properly setup, add `verify-dockerized` to the
Dockerfile. Its responsible for running `verify` in the docker
container.
|
|
|
|
|
|
|
|
|
|
According to the [Docker documentation](https://docs.docker.com/engine/admin/volumes/bind-mounts/#configure-the-selinux-label)
additional options are required for bind mounts on systems where SELinux is enabled.
|
|
|
|
|
|
|
|
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
|
|
|
|
|
|
|