Skip to content

Commit b1b1f6c

Browse files
authored
ECR urls update (#1361)
1 parent 0a59eb9 commit b1b1f6c

4 files changed

+4
-4
lines changed

Jenkinsfiles/cbc-pod-deployment-config-w-selenium-p311-chromium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Pod
33
spec:
44
containers:
55
- name: bb2-cbc-build-selenium-python311-chromium
6-
image: "public.ecr.aws/f5g8o1y9/bb2-cbc-build-selenium-python311-chromium:latest"
6+
image: "public.ecr.aws/q8j7a4l4/bb2-cbc-build-selenium-python311-chromium:latest"
77
tty: true
88
command: ["tail", "-f"]
99
imagePullPolicy: Always

Jenkinsfiles/cbc-pod-deployment-config-w-selenium-p311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Pod
33
spec:
44
containers:
55
- name: bb2-cbc-build-selenium-python311
6-
image: "public.ecr.aws/f5g8o1y9/bb2-cbc-build-selenium-python311:latest"
6+
image: "public.ecr.aws/q8j7a4l4/bb2-cbc-build-selenium-python311:latest"
77
tty: true
88
command: ["tail", "-f"]
99
imagePullPolicy: Always

Jenkinsfiles/cbc-pod-deployment-config-w-selenium-p38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Pod
33
spec:
44
containers:
55
- name: bb2-cbc-build-selenium-python38
6-
image: "public.ecr.aws/f5g8o1y9/bb2-cbc-build-selenium-python38:latest"
6+
image: "public.ecr.aws/q8j7a4l4/bb2-cbc-build-selenium-python38:latest"
77
tty: true
88
command: ["tail", "-f"]
99
imagePullPolicy: Always

Jenkinsfiles/cbc-pod-deployment-config-w-selenium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Pod
33
spec:
44
containers:
55
- name: bb2-cbc-build-selenium-django32
6-
image: "public.ecr.aws/f5g8o1y9/bb2-cbc-build-selenium-django32:latest"
6+
image: "public.ecr.aws/q8j7a4l4/bb2-cbc-build-selenium-django32:latest"
77
tty: true
88
command: ["tail", "-f"]
99
imagePullPolicy: Always

0 commit comments

Comments
 (0)