Skip to content

Commit

Permalink
chore(deps): update earthly/dind docker tag to ubuntu-23.04-docker-25…
Browse files Browse the repository at this point in the history
….0.2-1 (main) (#4050)

[![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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 8cc510a commit b59b70d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ast/tests/with-docker.ast.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/with-docker-kind/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/with-docker/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b59b70d

Please sign in to comment.