Skip to content

Commit

Permalink
Update docker.elastic.co/wolfi/chainguard-base:latest Docker digest t…
Browse files Browse the repository at this point in the history
…o 90888b1 (elastic#114284)

This PR contains the following updates:

| Package | Update | Change | |---|---|---| |
docker.elastic.co/wolfi/chainguard-base | digest | `c16d3ad` ->
`90888b1` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once
you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
elastic-renovate-prod[bot] authored Oct 8, 2024
1 parent a68fd70 commit 0a0a4cb
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
9 changes: 9 additions & 0 deletions build-tools-internal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,15 @@ tasks.named("jar") {
exclude("classpath.index")
}

spotless {
java {
// IDEs can sometimes run annotation processors that leave files in
// here, causing Spotless to complain. Even though this path ought not
// to exist, exclude it anyway in order to avoid spurious failures.
toggleOffOn()
}
}

def resolveMainWrapperVersion() {
new URL("https://raw.githubusercontent.com/elastic/elasticsearch/main/build-tools-internal/src/main/resources/minimumGradleVersion").text.trim()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ public enum DockerBase {
CLOUD_ESS(null, "-cloud-ess", "apt-get"),

// Chainguard based wolfi image with latest jdk
WOLFI(
"docker.elastic.co/wolfi/chainguard-base:latest@sha256:c16d3ad6cebf387e8dd2ad769f54320c4819fbbaa21e729fad087c7ae223b4d0",
// This is usually updated via renovatebot
// spotless:off
WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:90888b190da54062f67f3fef1372eb0ae7d81ea55f5a1f56d748b13e4853d984",
"-wolfi",
"apk"
),
// spotless:on

// Based on WOLFI above, with more extras. We don't set a base image because
// we programmatically extend from the Wolfi image.
Expand Down
18 changes: 17 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>elastic/renovate-config:only-chainguard"
"github>elastic/renovate-config:only-chainguard",
":disableDependencyDashboard"
],
"labels": [">non-issue", ":Delivery/Packaging", "Team:Delivery"],
"baseBranches": ["main", "8.x"],
"packageRules": [
{
"groupName": "wolfi (versioned)",
"groupSlug": "wolfi-versioned",
"description": "Override the `groupSlug` to create a non-special-character branch name",
"matchDatasources": [
"docker"
],
"matchPackagePatterns": [
"^docker.elastic.co/wolfi/chainguard-base$"
]
}
],
"customManagers": [
{
Expand Down

0 comments on commit 0a0a4cb

Please sign in to comment.