Skip to content

Commit

Permalink
chore(deps): update quay.io/rockylinux/rockylinux docker tag to v9.5.…
Browse files Browse the repository at this point in the history
…20241118 (#495)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| quay.io/rockylinux/rockylinux | stage | minor | `9.4.20240523` ->
`9.5.20241118` |

---

### 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 these
updates 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/PingCAP-QE/artifacts).

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

---------

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wuhuizuo <wuhuizuo@126.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 30, 2024
1 parent d054a36 commit 2743683
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@
],
"separateMinorPatch": true,
"packageRules": [
{
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
},
{
"matchDepNames": [
"golang",
"go"
],
"separateMinorPatch": true,
"groupName": null
},
{
"matchUpdateTypes": [
"major",
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/bases/pingcap-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM quay.io/rockylinux/rockylinux:9.4.20240523
FROM quay.io/rockylinux/rockylinux:9.5.20241118
COPY --from=busybox:1.37.0 /bin/busybox /bin/busybox
RUN _date=20240730 dnf upgrade -y && dnf clean all
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tikv/fips.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - docker build -t tikv -f Dockerfile ./tikv

########### stage: builder
FROM quay.io/rockylinux/rockylinux:9.4.20240523 as builder
FROM quay.io/rockylinux/rockylinux:9.5.20241118 as builder
LABEL org.opencontainers.image.authors "wuhui.zuo@pingcap.com"
LABEL org.opencontainers.image.description "binary builder for TiKV with FIPS support"
LABEL org.opencontainers.image.source "https://github.com/PingCAP-QE/artifacts"
Expand Down

0 comments on commit 2743683

Please sign in to comment.