kops/images
Peter Rifel ff85ca54bf 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-03 09:08:16 -05:00
..
dns-controller Update copyright notices 2019-09-09 14:47:51 -04:00
dns-controller-builder Upgrade go version to 1.12.11 2019-10-17 22:51:00 -07:00
kops-server Update copyright notices 2019-09-09 14:47:51 -04:00
mkdocs Update and fix mkdocs 2019-09-13 14:55:42 -04:00
protokube Update copyright notices 2019-09-09 14:47:51 -04:00
protokube-builder Upgrade go version to 1.12.11 2019-10-17 22:51:00 -07:00
utils-builder Update copyright notices 2019-09-09 14:47:51 -04:00
BUILD.bazel Enable stamping on bazel image builds 2020-04-03 09:08:16 -05:00