File tree 1 file changed +5
-14
lines changed
1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -92,22 +92,13 @@ new_git_repository(
92
92
remote = "https://github.com/emikulic/darkhttpd.git" ,
93
93
)
94
94
95
- # https://github.com/bazel-contrib/rules_oci/pull/385
95
+ load ( "@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" )
96
96
97
- http_archive (
97
+ git_repository (
98
98
name = "rules_oci" ,
99
- sha256 = "21a7d14f6ddfcb8ca7c5fc9ffa667c937ce4622c7d2b3e17aea1ffbc90c96bed" ,
100
- strip_prefix = "rules_oci-1.4.0" ,
101
- url = "https://github.com/bazel-contrib/rules_oci/releases/download/v1.4.0/rules_oci-v1.4.0.tar.gz" ,
102
- )
103
-
104
- #load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
105
- #
106
- #git_repository(
107
- # name = "rules_oci",
108
- # commit = "495b9b592b963c37959dbcac4e68153185b6a580",
109
- # remote = "https://github.com/bazel-contrib/rules_oci.git",
110
- #)
99
+ commit = "495b9b592b963c37959dbcac4e68153185b6a580" , # https://github.com/bazel-contrib/rules_oci/pull/385
100
+ remote = "https://github.com/bazel-contrib/rules_oci.git" ,
101
+ )
111
102
112
103
load ("@rules_oci//oci:dependencies.bzl" , "rules_oci_dependencies" )
113
104
You can’t perform that action at this time.
0 commit comments