From 6ac375f82e9d99f9241155aa920b2a95fafbbbe8 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 21 Apr 2026 13:18:31 -0300 Subject: [PATCH] ci(titan-iac): use harbor python runner --- Jenkinsfile | 2 +- ci/Jenkinsfile.titan-iac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8ece4818..41f3938e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ spec: node-role.kubernetes.io/worker: "true" containers: - name: python - image: python:3.12-slim + image: registry.bstein.dev/bstein/python:3.12-slim command: - cat tty: true diff --git a/ci/Jenkinsfile.titan-iac b/ci/Jenkinsfile.titan-iac index a81e6950..5e4d2d00 100644 --- a/ci/Jenkinsfile.titan-iac +++ b/ci/Jenkinsfile.titan-iac @@ -12,7 +12,7 @@ spec: node-role.kubernetes.io/worker: "true" containers: - name: python - image: python:3.12-slim + image: registry.bstein.dev/bstein/python:3.12-slim command: - cat tty: true