File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN yum update -y && yum install -y yum-utils shadow-utils unzip tar make git py
77 rm -rf /var/cache/yum
88# Prow / integration client image: newest Terraform (TERRAFORM_VERSION). Module minimum compatibility is checked in GitHub Actions verify-min-terraform.yml.
99# renovate: datasource=github-releases depName=hashicorp/terraform versioning=semver
10- ARG TERRAFORM_VERSION=1.15.4
10+ ARG TERRAFORM_VERSION=1.15.6
1111RUN yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo && \
1212 yum -y install "terraform-${TERRAFORM_VERSION}" && \
1313 yum clean all && \
@@ -21,7 +21,7 @@ RUN curl -fsSL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWS_CLI_V
2121 rm -rf awscliv2.zip aws/ && \
2222 aws --version
2323# renovate: datasource=github-releases depName=openshift/rosa versioning=semver
24- ARG ROSA_VERSION=1.2.62
24+ ARG ROSA_VERSION=1.2.63
2525RUN curl -fsSL "https://mirror.openshift.com/pub/cgw/rosa/${ROSA_VERSION}/rosa-linux.tar.gz" -o rosa-linux.tar.gz && \
2626 tar -xzf rosa-linux.tar.gz --no-same-owner && mv rosa /usr/local/bin/rosa && \
2727 rm -f rosa-linux.tar.gz && \
You can’t perform that action at this time.
0 commit comments