Skip to content

Commit

Permalink
Update tekton-lint
Browse files Browse the repository at this point in the history
Tekton lint 1.0.0 was released (under IBM groupname)

Also use supported fedora version

Signed-off-by: Martin Basti <[email protected]>
  • Loading branch information
MartinBasti committed Oct 31, 2024
1 parent 648c4bd commit 5508f83
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tekton-lint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
FROM registry.fedoraproject.org/fedora:35
FROM registry.fedoraproject.org/fedora:41

RUN dnf -y --nodocs --setopt=install_weak_deps=False \
--disablerepo=fedora-cisco-openh264 \
--disablerepo=fedora-modular \
--disablerepo=updates-modular \
install nodejs npm && \
dnf clean all && \
npm install -g tekton-lint@v0.6.0
npm install -g @ibm/tekton-lint@v1.0.0

ENTRYPOINT ["tekton-lint"]

0 comments on commit 5508f83

Please sign in to comment.