-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(dockerfiles): fix the eof problem of centos for ci cd builder images #341
Conversation
This pull request aims to fix the end-of-file (EOF) problem of CentOS for CI/CD builder images, by replacing The pull request seems to address a specific issue and the changes look reasonable. However, there are a few potential problems that need to be addressed:
To address these issues, I suggest the following:
|
ee9650d
to
368e917
Compare
This pull request aims to fix the end-of-file (EOF) problem for CentOS in the CI/CD builder images. The changes include updating the base images to use CentOS 7.9.2009 and replacing the mirror source with a vault source. Also, the epel-release, deltarpm packages are updated, and the CentOS-release-scl package is removed. The changes are straightforward and do not seem to introduce any problems. However, there are a few things to consider:
It would be best to test these changes thoroughly in a staging environment before merging them into the main branch. |
The pull request primarily contains the following changes:
Potential problems and fixing suggestions:
|
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
d5d649e
to
f975302
Compare
The key changes in this pull request can be summarized as follows:
Potential issues:
Fixing suggestions:
|
CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
This pull request (PR) appears to be fixing the end of file (EOF) problem in the Dockerfiles used in CI/CD for CentOS. Here is a summary of the key changes:
The potential problems in this PR are:
Fixing suggestions:
Overall, this PR seems to be a routine update and should not cause major issues if thoroughly tested. |
/describe |
PR Description updated to latest commit (1f1fde6)
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wuhuizuo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: wuhuizuo <wuhuizuo@126.com> Introduced by #341 Signed-off-by: wuhuizuo <wuhuizuo@126.com>
User description
Signed-off-by: wuhuizuo wuhuizuo@126.com
PR Type
Bug fix, Enhancement
Description
centos-release-scl
from package installations where applicable.v1.8.0
tov1.9.0
across multiple Dockerfiles.unzip
package installation indockerfiles/cd/builders/tikv/Dockerfile
.1.21.12
, ORAS tool to1.2.0
, and Git tool to2.45.2
indockerfiles/ci/base/Dockerfile
.Changes walkthrough 📝
3 files
skaffold.yaml
Update Skaffold template tag version
dockerfiles/bases/skaffold.yaml
template
tag fromv1.8.0-fips
tov1.9.0-fips
.fips.Dockerfile
Update TiKV base image version
dockerfiles/bases/tikv-base/fips.Dockerfile
v1.8.0
tov1.9.0
.Dockerfile
Update Go, ORAS, and Git versions
dockerfiles/ci/base/Dockerfile
1.21.10
to1.21.12
.1.2.0
from Bitnami.2.45.2
from Bitnami.8 files
Dockerfile
Fix CentOS 7 EOL issues and update base image
dockerfiles/cd/builders/ng-monitoring/Dockerfile
centos-release-scl
from package installation.v1.8.0
tov1.9.0
.Dockerfile
Fix CentOS 7 EOL issues and update base image
dockerfiles/cd/builders/pd/Dockerfile
centos-release-scl
from package installation.v1.8.0
tov1.9.0
.Dockerfile
Fix CentOS 7 EOL issues and update base image
dockerfiles/cd/builders/tidb-dashboard/Dockerfile
v1.8.0
tov1.9.0
.Dockerfile
Fix CentOS 7 EOL issues and update base image
dockerfiles/cd/builders/tidb/Dockerfile
centos-release-scl
from package installation.v1.8.0
tov1.9.0
.Dockerfile
Fix CentOS 7 EOL issues and update base image
dockerfiles/cd/builders/tiflash/Dockerfile
v1.8.0
tov1.9.0
.Dockerfile
Fix CentOS 7 EOL issues and update base image
dockerfiles/cd/builders/tiflow/Dockerfile
centos-release-scl
from package installation.v1.8.0
tov1.9.0
.Dockerfile
Fix CentOS 7 EOL issues, add unzip, and update base image
dockerfiles/cd/builders/tikv/Dockerfile
centos-release-scl
from package installation.unzip
package installation.v1.8.0
tov1.9.0
.Dockerfile
Fix CentOS 7 EOL issues
dockerfiles/ci/release-build-base/Dockerfile