Skip to content

Instantly share code, notes, and snippets.

@glennswest
Created August 2, 2024 21:26
Show Gist options
  • Save glennswest/81400a0ce095e08e2ac882a03b12458d to your computer and use it in GitHub Desktop.
Save glennswest/81400a0ce095e08e2ac882a03b12458d to your computer and use it in GitHub Desktop.
installquay.sh
yum install -y podman
yum install -y openssl
yum install -y wget
mkdir install
cd install
wget https://github.com/quay/mirror-registry/releases/download/v1.3.10/mirror-registry-offline.tar.gz
tar xvzf mirror-registry-offline.tar.gz
./mirror-registry install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment