Skip to content

Commit

Permalink
Merge pull request #88 from derekhiggins/bump4.6
Browse files Browse the repository at this point in the history
Bug 2025495: Bump IPA version to 15.2-20211013.1
  • Loading branch information
openshift-merge-robot committed Dec 6, 2021
2 parents 030491a + bd96318 commit 711a12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ocp
Expand Up @@ -3,7 +3,7 @@ FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.6 AS builder
ENV IMAGE_PATH=/usr/share/ironic-images

RUN dnf upgrade -y && \
dnf install -y "ironic-images-ipa-$(uname -m) >= 15.1-20210114.1.el8" && \
dnf install -y "ironic-images-ipa-$(uname -m) >= 15.2-20211013.1.el8" && \
tar -C /var/tmp/ -xvf ${IMAGE_PATH}/ironic-python-agent*.$(uname -m).tar && \
dnf clean all && \
rm -rf /var/cache/{yum,dnf}/*
Expand Down

0 comments on commit 711a12c

Please sign in to comment.