Skip to content
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

feat(tiflow): update base image to use rockylinux8 #3189

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions pipelines/pingcap/tiflow/latest/pod-ghpr_verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest"
tty: true
resources:
requests:
Expand All @@ -14,11 +14,6 @@ spec:
limits:
memory: 16Gi
cpu: "6"
# env:
# - name: GOPATH
# value: /share/.go
# - name: GOCACHE
# value: /share/.cache/go-build
volumeMounts:
- name: gocache
mountPath: /share/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tiflow/latest/pod-merged_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: volume-0
- args:
- cat
image: hub.pingcap.net/jenkins/golang-tini:1.23
image: hub.pingcap.net/jenkins/rocky8_golang-1.23:latest
imagePullPolicy: Always
name: golang
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:pulsar-test"
image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest"
tty: true
resources:
limits:
Expand Down