ci(soteria): use harbor test runners

This commit is contained in:
codex 2026-04-21 13:36:26 -03:00
parent b4f1e9b0cf
commit 353fe69a62

4
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ spec:
node-role.kubernetes.io/worker: "true"
containers:
- name: builder
image: docker:27
image: registry.bstein.dev/bstein/docker:27
command:
- cat
tty: true
@ -28,7 +28,7 @@ spec:
- name: harbor-config
mountPath: /docker-config
- name: tester
image: golang:1.25-bookworm
image: registry.bstein.dev/bstein/golang:1.25-bookworm
command:
- cat
tty: true