Skip to content

Commit

Permalink
Merge pull request GoogleContainerTools#811 from GoogleContainerTools…
Browse files Browse the repository at this point in the history
…/update-rules-docker

Update rules_docker
  • Loading branch information
loosebazooka authored Sep 1, 2021
2 parents 6b96c38 + 10e98f7 commit cd3702a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ http_file(
# Docker rules.
http_archive(
name = "io_bazel_rules_docker",
sha256 = "59d5b42ac315e7eadffa944e86e90c2990110a1c8075f1cd145f487e999d22b3",
strip_prefix = "rules_docker-0.17.0",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.17.0/rules_docker-v0.17.0.tar.gz"],
sha256 = "1f4e59843b61981a96835dc4ac377ad4da9f8c334ebe5e0bb3f58f80c09735f4",
strip_prefix = "rules_docker-0.19.0",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.19.0/rules_docker-v0.19.0.tar.gz"],
)

load(
Expand Down
3 changes: 3 additions & 0 deletions base/testdata/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ fileExistenceTests:
- name: nonroot-homedir
path: '/home/nonroot'
shouldExist: true
- name: dpkg-status.d
path: '/var/lib/dpkg/status.d/libc6'
shouldExist: true
fileContentTests:
- name: 'known users'
path: '/etc/passwd'
Expand Down

0 comments on commit cd3702a

Please sign in to comment.