1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Switch pylint image to a more updated one

cytopia pylint image hasn't updated since 7 months ago and multiple
release.

pipeline-components looks a legit org
https://gitlab.com/pipeline-components/pylint

image is alpine based
https://gitlab.com/pipeline-components/pylint/-/blob/master/Dockerfile

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
This commit is contained in:
Chmouel Boudjnah 2022-10-11 09:43:38 +02:00 committed by tekton-robot
parent b87c119eca
commit 962f900535

View File

@ -20,7 +20,7 @@ spec:
params:
- name: image
description: The container image with pylint
default: docker.io/cytopia/pylint@sha256:6e5b49b6d54cbd845b93139eeb3f4f558b07bf6a87001ce254782463df1443d2
default: registry.gitlab.com/pipeline-components/pylint:edge
- name: path
description: The path to the module which should be analysed by pylint
default: "."