Skip to content

Commit dd6d334

Browse files
Update docker.elastic.co/wolfi/chainguard-base:latest Docker digest to 277ebb4 (8.x) (elastic#114325)
* Update docker.elastic.co/wolfi/chainguard-base:latest Docker digest to 277ebb4 * Fix spotless after auto update of wolfi image --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Rene Groeschke <[email protected]>
1 parent 0fabcf2 commit dd6d334

File tree

1 file changed

+2
-2
lines changed
  • build-tools-internal/src/main/java/org/elasticsearch/gradle/internal

1 file changed

+2
-2
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/DockerBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ public enum DockerBase {
2424
// Chainguard based wolfi image with latest jdk
2525
// This is usually updated via renovatebot
2626
// spotless:off
27-
WOLFI(
28-
"docker.elastic.co/wolfi/chainguard-base:latest@sha256:90888b190da54062f67f3fef1372eb0ae7d81ea55f5a1f56d748b13e4853d984",
27+
WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:277ebb42c458ef39cb4028f9204f0b3d51d8cd628ea737a65696a1143c3e42fe",
2928
"-wolfi",
3029
"apk"
3130
),
3231
// spotless:on
32+
3333
// Based on WOLFI above, with more extras. We don't set a base image because
3434
// we programmatically extend from the wolfi image.
3535
CLOUD_ESS(null, "-cloud-ess", "apk");

0 commit comments

Comments
 (0)