FROM replaceme:latest # Variables for URLs and versions ARG CENTOS_VERSION=10 \ EPEL_VERSION=10 \ RSYNC_MIRROR=rsync://mirror.in2p3.fr \ CENTOS_PATH=/pub/linux/centos-stream \ EPEL_PATH=/pub/epel # Copy exclusions file COPY rsync-excludes.txt /etc/rsync-excludes.txt # Build rsync options and sync repositories RUN <