ci(titan-iac): use harbor python runner
This commit is contained in:
parent
8c1a26ead6
commit
6ac375f82e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,7 +13,7 @@ spec:
|
|||||||
node-role.kubernetes.io/worker: "true"
|
node-role.kubernetes.io/worker: "true"
|
||||||
containers:
|
containers:
|
||||||
- name: python
|
- name: python
|
||||||
image: python:3.12-slim
|
image: registry.bstein.dev/bstein/python:3.12-slim
|
||||||
command:
|
command:
|
||||||
- cat
|
- cat
|
||||||
tty: true
|
tty: true
|
||||||
|
|||||||
@ -12,7 +12,7 @@ spec:
|
|||||||
node-role.kubernetes.io/worker: "true"
|
node-role.kubernetes.io/worker: "true"
|
||||||
containers:
|
containers:
|
||||||
- name: python
|
- name: python
|
||||||
image: python:3.12-slim
|
image: registry.bstein.dev/bstein/python:3.12-slim
|
||||||
command:
|
command:
|
||||||
- cat
|
- cat
|
||||||
tty: true
|
tty: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user