Skip to content

Commit

Permalink
Update install instructions to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rmohr committed Mar 15, 2019
1 parent 7ff37c2 commit a61aa15
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "io_bazel_rules_docker",
sha256 = "29d109605e0d6f9c892584f07275b8c9260803bf0c6fcb7de2623b2bedc910bd",
strip_prefix = "rules_docker-0.5.1",
urls = ["https://github.com/bazelbuild/rules_docker/archive/v0.5.1.tar.gz"],
sha256 = "aed1c249d4ec8f703edddf35cbe9dfaca0b5f5ea6e4cd9e83e99f3b0d1136c3d",
strip_prefix = "rules_docker-0.7.0",
urls = ["https://github.com/bazelbuild/rules_docker/archive/v0.7.0.tar.gz"],
)

load(
"@io_bazel_rules_docker//container:container.bzl",
"@io_bazel_rules_docker//repositories:repositories.bzl",
container_repositories = "repositories",
)
container_repositories()

http_archive(
name = "io_bazel_rules_container_rpm",
sha256 = "b419c25576e148e537a93fafdc10cb78faf1174558d853754727b586793e71d1",
strip_prefix = "rules_container_rpm-0.0.4",
urls = ["https://github.com/rmohr/rules_container_rpm/archive/v0.0.4.tar.gz"],
sha256 = "151261f1b81649de6e36f027c945722bff31176f1340682679cade2839e4b1e1",
strip_prefix = "rules_container_rpm-0.0.5",
urls = ["https://github.com/rmohr/rules_container_rpm/archive/v0.0.5.tar.gz"],
)

# Let's define the glibc rpm for reference in a rpm_image rule
Expand Down

0 comments on commit a61aa15

Please sign in to comment.