Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Specified fpm version to fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Pure-AdamuKaapan committed Jan 26, 2021
1 parent 9693156 commit e3d3703
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/lorax-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ RUN yum update -y && yum install -y \
# Note we install kubeadm only so we can snag a list of its required images with the config shipped
# for this version of kubeadm (matches the one we install with our installer iso).

RUN gem install --no-ri --no-rdoc fpm -f
# Install fpm 0.3.11 specifically, as anything newer requires packages that are newer than our ruby version can allow,
# and we can't upgrade the ruby version because this is the latest available for this version of CentOS.
RUN gem install --no-ri --no-rdoc fpm -f -v 0.3.11

COPY images/lorax-build/lorax.conf /etc/lorax/

Expand Down

0 comments on commit e3d3703

Please sign in to comment.