Skip to content

Commit 3014dcc

Browse files
authored
Preparation for BCR (part 2) (#27)
* prep for bcr pt2 * bump version
1 parent 4128b19 commit 3014dcc

File tree

5 files changed

+16
-94
lines changed

5 files changed

+16
-94
lines changed

MODULE.bazel

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16+
module(
17+
name = "rules_docker_compose_test",
18+
version = "1.1.0",
19+
)
20+
1621
bazel_dep(name = "rules_pkg", version = "0.10.1")
1722
bazel_dep(name = "rules_oci", version = "2.2.0")
1823
bazel_dep(name = "rules_go", version = "0.50.1")
24+
25+
repo_absolute_path = use_repo_rule("//:setup.bzl", "repo_absolute_path")
26+
27+
repo_absolute_path(name = "repo_absolute_path")

WORKSPACE

Lines changed: 0 additions & 23 deletions
This file was deleted.

examples/MODULE.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ bazel_dep(name = "rules_oci", version = "2.2.0")
1717
bazel_dep(name = "platforms", version = "0.0.10")
1818
bazel_dep(name = "rules_jvm_external", version = "6.2")
1919
bazel_dep(name = "rules_go", version = "0.50.1")
20+
bazel_dep(name = "rules_docker_compose_test", version = "1.0.0")
21+
bazel_dep(name = "rules_pkg", version = "0.10.1")
22+
23+
local_path_override(
24+
module_name = "rules_docker_compose_test",
25+
path = "..",
26+
)
2027

2128
oci = use_extension("@rules_oci//oci:extensions.bzl", "oci")
2229
oci.pull(

examples/WORKSPACE

Lines changed: 0 additions & 26 deletions
This file was deleted.

repositories.bzl

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)