kops/cmd
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
..
kops add terraform testing 2020-03-31 14:50:45 -05:00
kops-controller Enable stamping on bazel image builds 2020-04-02 20:27:14 -05:00
nodeup kops-change-main 2019-12-17 13:30:43 +08:00