Created
August 2, 2024 21:26
-
-
Save glennswest/81400a0ce095e08e2ac882a03b12458d to your computer and use it in GitHub Desktop.
installquay.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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