# Build with: # docker build --tag rockylinux-performance:8.7 -f ./Dockerfile.rockyperf ./ # docker exec -it rockylinux-performance:8.7 FROM rockylinux:8.7.20221219 MAINTAINER sgrube@ciq.co # DNF repo with the performance-enhanced RPMs: RUN printf '[perfbuild_artifacts] \nname=perfbuild_artifacts \nbaseurl=https://skiprocky.linuxdn.org/CIQ_tmp/perfbuild_artifacts/ \ngpgcheck=0 \nenabled=1 \npriority=5 \n' > /etc/yum.repos.d/perfbuild_test.repo # Upgrade / downgrade as necessary to get the preferred perfbuild RPMs installed: RUN dnf -y distrosync LABEL summary="Rocky Linux 8.7 EXPERIMENTAL performance build container (CIQ)" LABEL description="Will only work on x86-64-v3 hardware. Pre-alpha quality - Use at your own risk!"