ci(bstein-home): use harbor frontend runners

This commit is contained in:
codex 2026-04-21 13:35:10 -03:00
parent e4e284e39b
commit a6210b1656

6
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ spec:
node-role.kubernetes.io/worker: "true"
containers:
- name: dind
image: docker:27-dind
image: registry.bstein.dev/bstein/docker:27-dind
securityContext:
privileged: true
env:
@ -29,7 +29,7 @@ spec:
- name: dind-storage
mountPath: /var/lib/docker
- name: builder
image: docker:27
image: registry.bstein.dev/bstein/docker:27
command: ["cat"]
tty: true
env:
@ -52,7 +52,7 @@ spec:
- name: workspace-volume
mountPath: /home/jenkins/agent
- name: frontend
image: mcr.microsoft.com/playwright:v1.59.1-jammy
image: registry.bstein.dev/bstein/playwright:v1.59.1-jammy
command: ["cat"]
tty: true
volumeMounts: