File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public enum DockerBase {
2727 // Chainguard based wolfi image with latest jdk
2828 // This is usually updated via renovatebot
2929 // spotless:off
30- WOLFI ("" docker .elastic .co /wolfi /chainguard -base :latest @ sha256 :277 ebb42c458ef39cb4028f9204f0b3d51d8cd628ea737a65696a1143c3e42fe ",
30+ WOLFI ("docker.elastic.co/wolfi/chainguard-base:latest@sha256:277ebb42c458ef39cb4028f9204f0b3d51d8cd628ea737a65696a1143c3e42fe" ,
3131 "-wolfi" ,
3232 "apk"
3333 ),
Original file line number Diff line number Diff line change 3030 " \\ s*\" ?(?<depName>[^\\ s:@\" ]+)(?::(?<currentValue>[-a-zA-Z0-9.]+))?(?:@(?<currentDigest>sha256:[a-zA-Z0-9]+))?\" ?"
3131 ],
3232 "currentValueTemplate" : " {{#if currentValue}}{{{currentValue}}}{{else}}latest{{/if}}" ,
33- "autoReplaceStringTemplate" : " \" {{{depName}}}{{#if newValue}}:{{{newValue}}}{{/if}}{{#if newDigest}}@{{{newDigest}}}{{/if}}\" " ,
33+ "autoReplaceStringTemplate" : " {{{depName}}}{{#if newValue}}:{{{newValue}}}{{/if}}{{#if newDigest}}@{{{newDigest}}}{{/if}}\" " ,
3434 "datasourceTemplate" : " docker"
3535 }
3636 ]
You can’t perform that action at this time.
0 commit comments