ci(metis): use harbor test runners
This commit is contained in:
parent
b0d7fcbfe0
commit
bb914e6b17
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -17,7 +17,7 @@ spec:
|
|||||||
- name: harbor-robot-pipeline
|
- name: harbor-robot-pipeline
|
||||||
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:
|
||||||
@ -32,7 +32,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:
|
||||||
@ -50,7 +50,7 @@ spec:
|
|||||||
- name: harbor-config
|
- name: harbor-config
|
||||||
mountPath: /docker-config
|
mountPath: /docker-config
|
||||||
- name: tester
|
- name: tester
|
||||||
image: golang:1.23-bookworm
|
image: registry.bstein.dev/bstein/golang:1.23-bookworm
|
||||||
command: ["cat"]
|
command: ["cat"]
|
||||||
tty: true
|
tty: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user