We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2855f6 + 574efee commit 1c785cfCopy full SHA for 1c785cf
.github/workflows/cronjobs.yaml
@@ -13,6 +13,6 @@ jobs:
13
branch: [main]
14
with:
15
branch: ${{ matrix.branch }}
16
- images: '["registry.access.redhat.com/ubi8/python-311"]'
+ images: '["registry.access.redhat.com/ubi9/python-311"]'
17
secrets:
18
token: ${{ secrets.GITHUB_TOKEN }}
Dockerfile.segment-backup-job.rh
@@ -1,4 +1,4 @@
1
-FROM registry.access.redhat.com/ubi8/python-311@sha256:4a910448856ff348aa86d75e75ef05d41e11fc1002e5611f2540794481aa4603
+FROM registry.access.redhat.com/ubi9/python-311@sha256:ade21cd479a66b7d9b92ce5fd4f6633d12f5455b35b590c5c81995f5d01761fc
2
3
LABEL description="This image provides a data collection service for segment"
4
LABEL io.k8s.description="This image provides a data collection service for segment"
0 commit comments