Skip to content

Commit fed6c3d

Browse files
Release: https://github.com/GoogleContainerTools/rules_distroless/releases/tag/v0.3.1 _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>
1 parent 6f6839e commit fed6c3d

File tree

5 files changed

+63
-1
lines changed

5 files changed

+63
-1
lines changed

Diff for: modules/rules_distroless/0.3.1/MODULE.bazel

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
"Bazel dependencies"
2+
3+
module(
4+
name = "rules_distroless",
5+
version = "0.3.1",
6+
compatibility_level = 1,
7+
)
8+
9+
bazel_dep(name = "bazel_skylib", version = "1.5.0")
10+
bazel_dep(name = "aspect_bazel_lib", version = "2.6.0")
11+
bazel_dep(name = "container_structure_test", version = "1.16.0")
12+
bazel_dep(name = "rules_oci", version = "1.7.4")
13+
14+
bazel_lib_toolchains = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "toolchains")
15+
use_repo(bazel_lib_toolchains, "bsd_tar_toolchains")
16+
use_repo(bazel_lib_toolchains, "yq_darwin_amd64")
17+
use_repo(bazel_lib_toolchains, "yq_darwin_arm64")
18+
use_repo(bazel_lib_toolchains, "yq_linux_amd64")
19+
use_repo(bazel_lib_toolchains, "yq_linux_arm64")
20+
use_repo(bazel_lib_toolchains, "yq_linux_ppc64le")
21+
use_repo(bazel_lib_toolchains, "yq_linux_s390x")
22+
use_repo(bazel_lib_toolchains, "yq_windows_amd64")
23+
24+
bazel_dep(name = "gazelle", version = "0.34.0", dev_dependency = True, repo_name = "bazel_gazelle")
25+
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.5.0", dev_dependency = True)
26+
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -1,9 +1,9 @@
5+
"Bazel dependencies"
6+
7+
module(
8+
name = "rules_distroless",
9+
- version = "0.0.0",
10+
+ version = "0.3.1",
11+
compatibility_level = 1,
12+
)
13+
14+
bazel_dep(name = "bazel_skylib", version = "1.5.0")

Diff for: modules/rules_distroless/0.3.1/presubmit.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
bcr_test_module:
2+
module_path: "e2e/smoke"
3+
matrix:
4+
platform: ["debian10", "macos", "ubuntu2004"]
5+
bazel: ["6.x", "7.x"]
6+
tasks:
7+
run_tests:
8+
name: "Run test module"
9+
bazel: ${{ bazel }}
10+
platform: ${{ platform }}
11+
test_targets:
12+
- "//..."

Diff for: modules/rules_distroless/0.3.1/source.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-1+yw0zOzBNSVTY+ydWeVSHFCiyEQPkwLZeMNZuAxPkk=",
3+
"strip_prefix": "rules_distroless-0.3.1",
4+
"url": "https://github.com/GoogleContainerTools/rules_distroless/releases/download/v0.3.1/rules_distroless-v0.3.1.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-N6FNf6Dz6NWt3xhgMeiFmaVPan/Aak92QNxhsykUT/w="
7+
},
8+
"patch_strip": 1
9+
}

Diff for: modules/rules_distroless/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"0.1.8",
2222
"0.2.0",
2323
"0.2.1",
24-
"0.3.0"
24+
"0.3.0",
25+
"0.3.1"
2526
],
2627
"yanked_versions": {}
2728
}

0 commit comments

Comments
 (0)