Skip to content

Commit

Permalink
Publish GoogleContainerTools/[email protected] (#1187)
Browse files Browse the repository at this point in the history
Co-authored-by: null <null>
  • Loading branch information
publish-to-bcr-bot[bot] authored Dec 9, 2023
1 parent 3085878 commit d869650
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 1 deletion.
18 changes: 18 additions & 0 deletions modules/rules_distroless/0.1.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
"Bazel dependencies"

module(
name = "rules_distroless",
version = "0.1.3",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "aspect_bazel_lib", version = "2.0.3")

bazel_lib_toolchains = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "toolchains")
bazel_lib_toolchains.tar()
use_repo(bazel_lib_toolchains, "bsd_tar_toolchains")

bazel_dep(name = "gazelle", version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle")
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.5.0", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,9 +1,9 @@
"Bazel dependencies"

module(
name = "rules_distroless",
- version = "0.0.0",
+ version = "0.1.3",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
10 changes: 10 additions & 0 deletions modules/rules_distroless/0.1.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bcr_test_module:
module_path: "e2e/smoke"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/rules_distroless/0.1.3/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-o2kvlSkVlgxvoSXKqRJpNbxALC9SHXdcyx9i4xQqfMQ=",
"strip_prefix": "rules_distroless-0.1.3",
"url": "https://github.com/GoogleContainerTools/rules_distroless/releases/download/v0.1.3/rules_distroless-v0.1.3.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-McC6vX717eTIp14g3FsMfDkOIV6DAQB2Bowdgj525ys="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_distroless/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"github:GoogleContainerTools/rules_distroless"
],
"versions": [
"0.1.2"
"0.1.2",
"0.1.3"
],
"yanked_versions": {}
}

0 comments on commit d869650

Please sign in to comment.