This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch nicknezis/docker-bazel-0.22.0 in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 834bdab1e358e7a440bdfda3f0921505e1a6d2e1 Author: Nicholas Nezis <[email protected]> AuthorDate: Mon Jan 24 08:30:29 2022 -0500 Updated Docker rules to 0.22.0 --- WORKSPACE | 8 +++----- scripts/images/BUILD | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 7b941b2..a0691cb 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -373,13 +373,11 @@ http_archive( # end helm # for docker image building -DOCKER_RULES_VERSION = "0.14.4" - http_archive( name = "io_bazel_rules_docker", - sha256 = "4521794f0fba2e20f3bf15846ab5e01d5332e587e9ce81629c7f96c793bb7036", - strip_prefix = "rules_docker-%s" % DOCKER_RULES_VERSION, - urls = ["https://github.com/bazelbuild/rules_docker/archive/v%s.tar.gz" % DOCKER_RULES_VERSION], + sha256 = "59536e6ae64359b716ba9c46c39183403b01eabfbd57578e84398b4829ca499a", + strip_prefix = "rules_docker-0.22.0", + urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.22.0/rules_docker-v0.22.0.tar.gz"], ) load( diff --git a/scripts/images/BUILD b/scripts/images/BUILD index d420136..f5b136b 100644 --- a/scripts/images/BUILD +++ b/scripts/images/BUILD @@ -8,7 +8,7 @@ container_image( "-n", ], directory = "/heron", - stamp = 1, + stamp = "@io_bazel_rules_docker//stamp:always", symlinks = { "/usr/local/bin/heron": "/heron/heron-tools/bin/heron", "/usr/local/bin/heron-explorer": "/heron/heron-tools/bin/heron-explorer",
