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