We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77f008 commit 7b13be5Copy full SHA for 7b13be5
.tekton/tasks.yaml
@@ -23,7 +23,7 @@ spec:
23
params:
24
- name: image
25
description: The container image with pylint
26
- default: docker.io/python:3.11-slim
+ default: quay.io/rofrano/python:3.11-slim
27
- name: path
28
description: The path to the module which should be analyzed by pylint
29
default: "."
@@ -104,7 +104,7 @@ spec:
104
default: "database_uri"
105
steps:
106
- name: pytest
107
- image: docker.io/python:3.11-slim
+ image: quay.io/rofrano/python:3.11-slim
108
workingDir: $(workspaces.source.path)
109
env:
110
- name: DATABASE_URI
0 commit comments