Skip to content

Commit 9043d3f

Browse files
chore(deps): update container images
1 parent 1047bc7 commit 9043d3f

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

e2e/cc/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pull = use_repo_rule("@rules_img//img:pull.bzl", "pull")
3535

3636
pull(
3737
name = "distroless_cc",
38-
digest = "sha256:2575808fe33e2a728348040ef2fd6757b0200a73ca8daebd0c258e2601e76c6d",
38+
digest = "sha256:7e5b8df2f4d36f5599ef4ab856d7d444922531709becb03f3368c6d797d0a5eb",
3939
registry = "gcr.io",
4040
repository = "distroless/cc-debian12",
4141
tag = "nonroot",

e2e/generic/MODULE.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pull = use_repo_rule("@rules_img//img:pull.bzl", "pull")
6969

7070
pull(
7171
name = "alpine",
72-
digest = "sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375",
72+
digest = "sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659",
7373
layer_handling = "lazy",
7474
registries = [
7575
"mirror.gcr.io",
@@ -93,18 +93,18 @@ pull(
9393
# image that contains a manifest without explicit mediaType field
9494
pull(
9595
name = "envoy",
96-
digest = "sha256:d68fc27a15a17ae3b13df8c8631523a2fe1192b39ec867dffe870b666c55c2dd",
96+
digest = "sha256:29496a88fba9c4c9cdef4afe8fec70f536c5ba111b1c2bddbc5436b091ceca33",
9797
repository = "envoyproxy/envoy",
98-
tag = "v1.36.3",
98+
tag = "v1.37.1",
9999
)
100100

101101
pull(
102102
name = "neo4j",
103-
digest = "sha256:5bd040cfe84b953a893c943cf3be4e4dc3b2758c154c192a6196de9d1e31b11b",
103+
digest = "sha256:776ba440c0189c46d6fa8f1a21e93f1f74981c07dc1fd3035481391ebd3e2121",
104104
layer_handling = "lazy",
105105
registry = "index.docker.io",
106106
repository = "library/neo4j",
107-
tag = "5.26.18-ubi9",
107+
tag = "5.26.24-ubi9",
108108
)
109109

110110
# Example of pulling from GCR by tag without digest
@@ -121,7 +121,7 @@ pull(
121121

122122
pull(
123123
name = "distroless_static",
124-
digest = "sha256:3f2b64ef97bd285e36132c684e6b2ae8f2723293d09aae046196cca64251acac",
124+
digest = "sha256:47b2d72ff90843eb8a768b5c2f89b40741843b639d065b9b937b07cd59b479c6",
125125
layer_handling = "eager",
126126
registry = "gcr.io",
127127
repository = "distroless/static",
@@ -137,7 +137,7 @@ pull(
137137
images = use_extension("@rules_img//img:extensions.bzl", "images")
138138
images.pull(
139139
name = "nginx",
140-
digest = "sha256:029d4461bd98f124e531380505ceea2072418fdf28752aa73b7b273ba3048903",
140+
digest = "sha256:381b45aeb56e1ab20ed5ec5fe6483f44050d9ce1a837575f0d1333a6c6e4e251",
141141
registries = [
142142
"mirror.gcr.io",
143143
"index.docker.io",

e2e/js/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pull = use_repo_rule("@rules_img//img:pull.bzl", "pull")
4444

4545
pull(
4646
name = "debian",
47-
digest = "sha256:0d01188e8dd0ac63bf155900fad49279131a876a1ea7fac917c62e87ccb2732d",
47+
digest = "sha256:3352c2e13876c8a5c5873ef20870e1939e73cb9a3c1aeba5e3e72172a85ce9ed",
4848
registries = [
4949
"mirror.gcr.io",
5050
"index.docker.io",

e2e/python/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pull = use_repo_rule("@rules_img//img:pull.bzl", "pull")
4747

4848
pull(
4949
name = "ubuntu",
50-
digest = "sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54",
50+
digest = "sha256:84e77dee7d1bc93fb029a45e3c6cb9d8aa4831ccfcc7103d36e876938d28895b",
5151
registries = [
5252
"mirror.gcr.io",
5353
"index.docker.io",

0 commit comments

Comments
 (0)