Skip to content

Commit

Permalink
🐔 update tekton task images with latest tool versions 🐔 (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
eformat authored Sep 18, 2023
1 parent 558402c commit 5813d42
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions tekton-task-images/conftest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.1

RUN microdnf install --assumeyes --nodocs tar gzip && \
microdnf update && \
RUN microdnf install -y --nodocs tar gzip && \
microdnf update -y && \
microdnf clean all

ADD VERSION /tmp/version
Expand Down
2 changes: 1 addition & 1 deletion tekton-task-images/conftest/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONFTEST_VERSION=0.23.0
CONFTEST_VERSION=0.41.0
8 changes: 4 additions & 4 deletions tekton-task-images/helm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.1

USER root

ARG YQ_VERSION=4.22.1
ARG YQ_VERSION=4.23.1

RUN microdnf install --assumeyes --nodocs openssl tar git findutils gzip && \
microdnf update && \
RUN microdnf install -y --nodocs openssl tar git findutils gzip && \
microdnf update -y && \
microdnf clean all

ADD VERSION /tmp/version
Expand Down
2 changes: 1 addition & 1 deletion tekton-task-images/helm/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
HELM_VERSION=3.8.1
HELM_VERSION=3.11.2

0 comments on commit 5813d42

Please sign in to comment.