The following changes are only related with the Docker image.
Please refer to the Salt 3007.1 Release Notes for the full list of changes.
What's Changed
Warning
This release removes the keys
and logs
volumes from the Dockerfile, meaning these directories will be deleted when the container is removed, if they are not mounted from the host.
docker run --name salt_master --detach \
--publish 4505:4505 --publish 4506:4506 \
--env 'SALT_LOG_LEVEL=info' \
--volume $(pwd)/roots/:/home/salt/data/srv/ \
--volume $(pwd)/keys/:/home/salt/data/keys/ \
--volume $(pwd)/logs/:/home/salt/data/logs/ \
ghcr.io/cdalvaro/docker-salt-master:3007.1_3
Changes comparison: 3007.1_2...3007.1_3
docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_3