Our Nexus repository provides all Grey Matter artifacts as Docker images and tar files . These formats give you the flexibility to use Grey Matter in many environments and with many deployment strategies.
The full list of available images and versions can be browsed directly.
Login to the Docker registry. When prompted, supply the username and password given to you by the Grey Matter team.
docker login docker.greymatter.ioUsername:Password:Login Succeeded
After which images can be pulled normally via Docker:
❯ docker pull docker.greymatter.io/release/gm-dashboard:3.4.23.4.2: Pulling from release/gm-dashboardDigest: sha256:caa76b6a8cc21a3734d577edbe3f89b040d24833955676c1c9d7f07d33beccb9Status: Downloaded newer image for docker.greymatter.io/release/gm-dashboard:3.4.2docker.greymatter.io/release/gm-dashboard:3.4.2
The full list of available tars and versions can be browsed directly.
Tar artifacts can be downloaded directly from the web UI, or though scripts or CLI tools like url (enter password when prompted):
❯ curl https://nexus.greymatter.io/repository/raw/release/gm-dashboard/gm-dashboard-3.4.2.tar.gz -u user@greymatter.io > gm-dashboard-4.3.2.tar.gzEnter host password for user 'user@greymatter.io':% Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed100 49.1M 100 49.1M 0 0 9.8M 0 0:00:05 0:00:05 --:--:--
Need help getting Grey Matter?
Create an account at Grey Matter Support to reach our team.