Skip to content

Installation

Carlos D. Álvaro edited this page Sep 28, 2022 · 3 revisions

Automated builds of the image are available on GitHub Container Registry and is the recommended method of installation.

docker pull ghcr.io/cdalvaro/docker-salt-master:3005_1

You can also pull the latest tag which is built from the repository HEAD

docker pull ghcr.io/cdalvaro/docker-salt-master:latest

These images are also available from Docker Registry:

docker pull cdalvaro/docker-salt-master:latest

and from Quay.io:

docker pull quay.io/cdalvaro/docker-salt-master:latest

Alternatively, you can build the image locally using make command:

make release
Clone this wiki locally