Skip to content

Commit

Permalink
Merge pull request #8835 from rifelpet/image-stamp
Browse files Browse the repository at this point in the history
Enable stamping on bazel image builds
  • Loading branch information
k8s-ci-robot authored Apr 3, 2020
2 parents 58ed32f + afd9aa1 commit ec42233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kops-controller/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ container_image(
files = [
"//cmd/kops-controller",
],
stamp = True,
)

container_push(
Expand Down
1 change: 1 addition & 0 deletions dns-controller/cmd/dns-controller/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ container_image(
files = [
"dns-controller",
],
stamp = True,
)

container_push(
Expand Down
1 change: 1 addition & 0 deletions images/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ container_image(
files = [
"//cmd/kops-controller",
],
stamp = True,
)

0 comments on commit ec42233

Please sign in to comment.