Skip to content

Commit

Permalink
module: full path to docker, useful for testing podman
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Sep 1, 2024
1 parent 7af4e10 commit fd35670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module(

orfs = use_extension("//:extension.bzl", "orfs_repositories")
orfs.default(
image = "openroad/orfs:v3.0-1266-ge623a237",
image = "docker.io/openroad/orfs:v3.0-1266-ge623a237",
sha256 = "d9492e65906d5e459bdc9d033915bc8fc15c37ab7b6337196f2e95c0e00a287e",
)
use_repo(orfs, "com_github_nixos_patchelf_download")
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd35670

Please sign in to comment.