Skip to content

spin up a vagrant box with Quay Enterprise installed and ready to run after a post install configuration

Notifications You must be signed in to change notification settings

byroncollins/quay-enterprise-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • vagrant > 2.0.2
  • ansible
  • git
  • virtualbox

Documentation

Create VM

vagrant up

Completing guided setup

Browse to https://192.168.33.11.nip.io/setup

configure the following details

  • Database Type: Postgres
  • Database Server: postgresql
  • Username: quay
  • Password: quay123
  • Database Name: quay

Quay DB Setup

click "Validate Database Settings"

Click "Restart Container" when Database setup is complete

Quay Restart Container

refresh until you get the super user screen

Create a super user

Username, Email address and password required

Quay Super User Setup

Server configuration

Redis Configuration

Redis Hostname: redis

Click save configuration and then click "Restart Container" and refresh

Quay Redis Setup

configure Local docker to trust registry

copy /root/rootCA.pem from the VM to docker and add the quay registry to your local docker add registry as trusted registry

sudo mkdir -p /etc/docker/certs.d/192.168.33.11.nip.io/
sudo cp rootCA.pem /etc/docker/certs.d/192.168.33.11.nip.io/ca.crt
sudo systemtl daemon-reload
sudo systemctl restart docker.service
# Verify login with super user credentials you created during setup
sudo docker login 192.168.33.11.nip.io

About

spin up a vagrant box with Quay Enterprise installed and ready to run after a post install configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published