Skip to content

Commit

Permalink
Dockerfile: Use 23.6.0 version of perl-Test-Quattor
Browse files Browse the repository at this point in the history
It wasn't built as part of 24.10.0, which needs fixing for the next release, but at least the contents haven't changed.
  • Loading branch information
jrha committed Dec 6, 2024
1 parent a035d9f commit 8173ca6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ RUN dnf install -y maven which rpm-build panc ncm-lib-blockdevices \
perl-Net-OpenStack-Client perl-NetAddr-IP perl-REST-Client \
perl-Set-Scalar perl-Text-Glob cpanminus gcc wget \
perl-Git-Repository perl-Data-Structure-Util \
perl-Test-Quattor aii-ks procps-ng rpm-build
aii-ks procps-ng rpm-build

RUN dnf install -y http://yum.quattor.org/23.6.0/el8/perl-Test-Quattor-23.6.0-1.noarch.rpm

# quattor tests should not be run as root
RUN useradd --user-group --create-home --no-log-init --home-dir /quattor_test quattortest
Expand Down

0 comments on commit 8173ca6

Please sign in to comment.