-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update quay.io/rockylinux/rockylinux docker tag
- Loading branch information
1 parent
bf65abf
commit 355399a
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|