diff --git a/.tekton/pr-check-pipeline.yaml b/.tekton/pr-check-pipeline.yaml index 81ed439..db9662c 100644 --- a/.tekton/pr-check-pipeline.yaml +++ b/.tekton/pr-check-pipeline.yaml @@ -23,7 +23,7 @@ spec: description: Git revision from SNAPSHOT steps: - name: parse - image: registry.access.redhat.com/ubi8/ubi:8.10 + image: registry.access.redhat.com/ubi8/ubi:8.10-1775152612 script: | #!/bin/bash set -ex @@ -69,7 +69,7 @@ spec: - name: source steps: - name: validation - image: registry.access.redhat.com/ubi8/ubi:8.10-1770785762 + image: registry.access.redhat.com/ubi8/ubi:8.10-1775152612 workingDir: $(workspaces.source.path)/source script: | #!/bin/bash diff --git a/Dockerfile b/Dockerfile index 4d0b762..cd4014c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi:8.10-1770785762 AS build-stage0 +FROM registry.access.redhat.com/ubi8/ubi:8.10-1775152612 AS build-stage0 ARG OC_VERSION="stable-4.15" ENV OC_URL="https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/${OC_VERSION}" @@ -146,7 +146,7 @@ RUN chmod +x /out/osdctl # Make binaries executable RUN chmod -R +x /out -FROM registry.access.redhat.com/ubi8/ubi:8.10-1770785762 +FROM registry.access.redhat.com/ubi8/ubi:8.10-1775152612 RUN yum -y install \ python3.11 python3.11-pip jq openssh-clients sshpass \ && yum clean all