Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quay.io/konflux-ci/yq:latest AS yq
FROM registry.access.redhat.com/ubi9:9.8-1781496985 AS builder
FROM registry.access.redhat.com/ubi9:9.8-1785906690 AS builder
Comment thread
coderabbitai[bot] marked this conversation as resolved.

ARG GH_VERSION="2.58.0"
ARG GH_SHA256SUM="84feae3d143bc360ea1004b474f124c8cfd75363a5e197d3ce63fe23d9f3a2ea"
Expand All @@ -19,7 +19,7 @@ RUN curl -L -o kubectl-package ${KUBECTL_PACKAGE_LOCATION} && \
chmod +x kubectl-package && \
mv kubectl-package /usr/local/bin

FROM registry.access.redhat.com/ubi9:9.8-1781496985
FROM registry.access.redhat.com/ubi9:9.8-1785906690
Comment thread
coderabbitai[bot] marked this conversation as resolved.

RUN dnf -y install openssh-clients jq skopeo python3-pyyaml git go-toolset rsync && \
dnf clean all && \
Expand Down