kops/images
Peter Rifel afd9aa1a4d Enable stamping on bazel image builds
Currently the images have a timestamp of epoch 0:

```
$ docker inspect kope/kops-controller:1.18.0-alpha.2 -f '{{ .Created }}'
1970-01-01T00:00:00Z
```

The `container_image` bazel rule [0] mentions that `creation_time` has a default value of 0 unless `stamp = True`, so this should be enabled on all container_image rules that are pushed to a docker registry.

[0] https://github.com/bazelbuild/rules_docker#container_image-1
2020-04-02 20:27:14 -05:00
..
dns-controller Run dns-controller and kops-controller as non-root user 2019-12-21 21:28:44 -08:00
dns-controller-builder Update golang to 1.13.8 2020-02-16 11:33:13 -05:00
mkdocs Fix Netlify deps for tests 2020-02-07 07:20:25 +02:00
protokube Update copyright notices 2019-09-09 14:47:51 -04:00
protokube-builder Update golang to 1.13.8 2020-02-16 11:33:13 -05:00
utils-builder Update copyright notices 2019-09-09 14:47:51 -04:00
BUILD.bazel Enable stamping on bazel image builds 2020-04-02 20:27:14 -05:00