Skip to content

Commit

Permalink
chore(deps): update quay.io/rockylinux/rockylinux docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent bf65abf commit 355399a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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/ng-monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - docker build -t ng-monitoring -f Dockerfile ./ng-monitoring

########### stage: builder
FROM quay.io/rockylinux/rockylinux:8.10.20240528 as builder
FROM quay.io/rockylinux/rockylinux:9.5.20241118 as builder
LABEL org.opencontainers.image.authors "[email protected]"
LABEL org.opencontainers.image.description "binary builder for NG-Monitoring"
LABEL org.opencontainers.image.source "https://github.com/PingCAP-QE/artifacts"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/pd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - docker build -t pd -f Dockerfile ./pd

########### stage: builder
FROM quay.io/rockylinux/rockylinux:8.10.20240528 as builder
FROM quay.io/rockylinux/rockylinux:9.5.20241118 as builder
LABEL org.opencontainers.image.authors "[email protected]"
LABEL org.opencontainers.image.description "binary builder for PD"
LABEL org.opencontainers.image.source "https://github.com/PingCAP-QE/artifacts"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - docker build -t tidb-dashbord -f Dockerfile ./tidb-dashbord

########### stage: builder
FROM quay.io/rockylinux/rockylinux:8.10.20240528-ubi as builder
FROM quay.io/rockylinux/rockylinux:9.4.20240523-ubi as builder
LABEL org.opencontainers.image.authors "[email protected]"
LABEL org.opencontainers.image.description "binary builder for TiDB Dashboard"
LABEL org.opencontainers.image.source "https://github.com/PingCAP-QE/artifacts"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tidb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - docker build -t tidb -f Dockerfile ./tidb

########### stage: builder
FROM quay.io/rockylinux/rockylinux:8.10.20240528 as builder
FROM quay.io/rockylinux/rockylinux:9.5.20241118 as builder
LABEL org.opencontainers.image.authors "[email protected]"
LABEL org.opencontainers.image.description "binary builder for TiDB"
LABEL org.opencontainers.image.source "https://github.com/PingCAP-QE/artifacts"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tiflash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - docker build -t tiflash -f Dockerfile ./tiflash

########### stage: builder
FROM quay.io/rockylinux/rockylinux:8.10.20240528-ubi as builder
FROM quay.io/rockylinux/rockylinux:9.4.20240523-ubi as builder
LABEL org.opencontainers.image.authors "[email protected]"
LABEL org.opencontainers.image.description "binary builder for TiFlash"
LABEL org.opencontainers.image.source "https://github.com/PingCAP-QE/artifacts"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tiflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - docker build -t dm -f Dockerfile ./tiflow

########### stage: builder-cdc
FROM quay.io/rockylinux/rockylinux:8.10.20240528 as builder-cdc
FROM quay.io/rockylinux/rockylinux:9.5.20241118 as builder-cdc

# install packages.
RUN --mount=type=cache,target=/var/cache/dnf \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tikv/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:8.10.20240528-ubi as builder
FROM quay.io/rockylinux/rockylinux:9.4.20240523-ubi as builder
LABEL org.opencontainers.image.authors "[email protected]"
LABEL org.opencontainers.image.description "binary builder for TiKV"
LABEL org.opencontainers.image.source "https://github.com/PingCAP-QE/artifacts"
Expand Down
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 "[email protected]"
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
2 changes: 1 addition & 1 deletion dockerfiles/ci/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
FROM quay.io/rockylinux/rockylinux:8.10.20240528
FROM quay.io/rockylinux/rockylinux:9.5.20241118

LABEL org.opencontainers.image.authors "[email protected]"
LABEL org.opencontainers.image.description "CI Base image for building/testing"
Expand Down

0 comments on commit 355399a

Please sign in to comment.