kubernetes/build/root
Matt Matejczyk 686245b876 Fix base image discrepancy when building kubemark.
There are two ways of building kubemark: 1) via Dockerfile and 2) via
bazel.

In CI/CD tests we use the 1) way and use debian:jessie as the base
image.

But if you build kubemark via bazel it will use the discouraged busybox
base image.

This PR fixes that by using debian:jessie everywehre and pinning exact
sha version to make the kubemark image hermetic.
2019-10-24 10:50:10 +02:00
..
.bazelrc Use --stamp flag in bazel builds 2019-10-18 13:38:55 -07:00
.bazelversion Add .bazelversion file 2019-09-19 08:57:12 +02:00
.kazelcfg.json Use new codegen config options in kazel and fix boilerplate check for generated bzl 2019-01-08 14:40:56 -08:00
BUILD.root Remove hyperkube from release artifacts 2019-10-03 13:33:17 -04:00
Makefile Remove hyperkube from release artifacts 2019-10-03 13:33:17 -04:00
Makefile.generated_files fix compiling failure: execvp: /bin/bash: Argument list too long 2019-09-17 14:56:40 +08:00
WORKSPACE Fix base image discrepancy when building kubemark. 2019-10-24 10:50:10 +02:00