mirror of https://github.com/kubernetes/kops.git
bazel: remove deprecated stamp attribute from container building
Attribute is now automatically inferred.
This commit is contained in:
parent
1208c5ca9f
commit
b8f78e64d0
|
|
@ -64,7 +64,6 @@ container_bundle(
|
||||||
images = {
|
images = {
|
||||||
"protokube:{STABLE_PROTOKUBE_TAG}": "protokube-image",
|
"protokube:{STABLE_PROTOKUBE_TAG}": "protokube-image",
|
||||||
},
|
},
|
||||||
stamp = True,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
load("//tools:gzip.bzl", "gzip")
|
load("//tools:gzip.bzl", "gzip")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue