Skip to content

Commit

Permalink
rules_distroless@0.2.0 (#1582)
Browse files Browse the repository at this point in the history
Release:
https://github.com/GoogleContainerTools/rules_distroless/releases/tag/v0.2.0

Author: @github-actions[bot]

fyi: @loosebazooka, @thesayyn

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: publish-to-bcr-bot <112732530+publish-to-bcr-bot[bot]@users.noreply.github.com>
  • Loading branch information
publish-to-bcr-bot[bot] committed Mar 6, 2024
1 parent d4187fb commit 64a3dde
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 1 deletion.
18 changes: 18 additions & 0 deletions modules/rules_distroless/0.2.0/MODULE.bazel
@@ -0,0 +1,18 @@
"Bazel dependencies"

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

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

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)
@@ -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.2.0",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
12 changes: 12 additions & 0 deletions modules/rules_distroless/0.2.0/presubmit.yml
@@ -0,0 +1,12 @@
bcr_test_module:
module_path: "e2e/smoke"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
bazel: ["6.x", "7.x"]
tasks:
run_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/rules_distroless/0.2.0/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-S21qS9A0MfT2gP9fb+6guMz1LAKWoSgY0slZU5LkVUM=",
"strip_prefix": "rules_distroless-0.2.0",
"url": "https://github.com/GoogleContainerTools/rules_distroless/releases/download/v0.2.0/rules_distroless-v0.2.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-0ENRfnhyWuuX1M7vT+ExW2A8cdv3ZLybhypG5kwayAI="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_distroless/metadata.json
Expand Up @@ -18,7 +18,8 @@
"versions": [
"0.1.2",
"0.1.3",
"0.1.8"
"0.1.8",
"0.2.0"
],
"yanked_versions": {}
}

0 comments on commit 64a3dde

Please sign in to comment.