Skip to content

Commit

Permalink
Update container-registry.oracle.com/java/openjdk Docker tag to v23 (#12
Browse files Browse the repository at this point in the history
)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| container-registry.oracle.com/java/openjdk | final | major | `22` ->
`23` |

---

### 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/CaffeeLake/ContainerMC).

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 4d58b73 commit 83398e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion paper/dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM container-registry.oracle.com/java/openjdk:22 as prod
FROM container-registry.oracle.com/java/openjdk:23 as prod

Check warning on line 1 in paper/dockerfile

View workflow job for this annotation

GitHub Actions / build (paper, ./paper, ./paper/dockerfile, prod)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

RUN dnf update -y --refresh \
&& dnf install -y jq \
Expand Down
2 changes: 1 addition & 1 deletion velocity/dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM container-registry.oracle.com/java/openjdk:22 as prod
FROM container-registry.oracle.com/java/openjdk:23 as prod

Check warning on line 1 in velocity/dockerfile

View workflow job for this annotation

GitHub Actions / build (velocity, ./velocity, ./velocity/dockerfile, prod)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

RUN dnf update -y --refresh \
&& dnf install -y jq \
Expand Down
2 changes: 1 addition & 1 deletion waterfall/dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM container-registry.oracle.com/java/openjdk:22 as prod
FROM container-registry.oracle.com/java/openjdk:23 as prod

Check warning on line 1 in waterfall/dockerfile

View workflow job for this annotation

GitHub Actions / build (waterfall, ./waterfall, ./waterfall/dockerfile, prod)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

RUN dnf update -y --refresh \
&& dnf install -y jq \
Expand Down

0 comments on commit 83398e0

Please sign in to comment.