DVD Images

This directory contains DVD images for air-gapped deployment.

Available DVD Images

These DVD images contain the complete repositories split into 4GB chunks for easy transfer to air-gapped environments.

BaseOS DVD Images

AppStream DVD Images

Usage Instructions

# Mount the DVD image
mount -o loop baseos-20250728.iso /mnt

# Configure the local repository
cat > /etc/yum.repos.d/local-dvd.repo << 'EOF'
[dvd-baseos]
name=RHEL 8 BaseOS DVD
baseurl=file:///mnt
enabled=1
gpgcheck=0
EOF

# Clean and verify
dnf clean all && dnf repolist
        

Back to Home