From b59b70d6559ddeae11daa6a8b025581d4806a385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:12:01 -0700 Subject: [PATCH] chore(deps): update earthly/dind docker tag to ubuntu-23.04-docker-25.0.2-1 (main) (#4050) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | earthly/dind | | patch | `ubuntu-23.04-docker-25.0.1-1` -> `ubuntu-23.04-docker-25.0.2-1` | | earthly/dind | final | patch | `ubuntu-23.04-docker-25.0.1-1` -> `ubuntu-23.04-docker-25.0.2-1` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on monday" (UTC), 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/earthly/earthly). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ast/tests/with-docker.ast.json | 2 +- tests/with-docker-kind/Earthfile | 2 +- tests/with-docker/Earthfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ast/tests/with-docker.ast.json b/ast/tests/with-docker.ast.json index a1586147..0c5fdcf8 100644 --- a/ast/tests/with-docker.ast.json +++ b/ast/tests/with-docker.ast.json @@ -926,7 +926,7 @@ "args": [ "+cgroup-v2-test", "--DIND_IMG=$DIND_IMAGE", - "--DIND_IMG=earthly/dind:ubuntu-23.04-docker-25.0.1-1" + "--DIND_IMG=earthly/dind:ubuntu-23.04-docker-25.0.2-1" ], "name": "BUILD" } diff --git a/tests/with-docker-kind/Earthfile b/tests/with-docker-kind/Earthfile index a6d217ac..ec887be0 100644 --- a/tests/with-docker-kind/Earthfile +++ b/tests/with-docker-kind/Earthfile @@ -16,7 +16,7 @@ alpine-kind: END ubuntu-kind: - ARG DIND_IMAGE=earthly/dind:ubuntu-23.04-docker-25.0.1-1 + ARG DIND_IMAGE=earthly/dind:ubuntu-23.04-docker-25.0.2-1 FROM $DIND_IMAGE RUN curl -Lo ./kind https://kind.sigs.k8s.io/dl/v$KIND_VERSION/kind-linux-amd64 && chmod +x kind WITH DOCKER diff --git a/tests/with-docker/Earthfile b/tests/with-docker/Earthfile index 11eca46b..73be4e77 100644 --- a/tests/with-docker/Earthfile +++ b/tests/with-docker/Earthfile @@ -163,7 +163,7 @@ if-after: cgroup-v2-test-all: BUILD +cgroup-v2-test \ --DIND_IMG=$DIND_IMAGE \ - --DIND_IMG=earthly/dind:ubuntu-23.04-docker-25.0.1-1 + --DIND_IMG=earthly/dind:ubuntu-23.04-docker-25.0.2-1 cgroup-v2-test: ARG --required DIND_IMG