github cdalvaro/docker-salt-master 3005_1

latest releases: 3006.16, 3007.8, 3006.15...
3 years ago

The following changes are only related with the docker image.
Please refer to the Salt 3005 Release Notes for the full list of changes.

  • Add support for setting the salt-master keys via Docker secrets using the environment variables:
    • SALT_MASTER_KEY_FILE: The path to the master-key-pair {pem,pub} files without suffixes.
    • SALT_MASTER_SIGN_KEY_FILE: The path to the signing-key-pair {pem,pub} without suffixes.
    • SALT_MASTER_PUBKEY_SIGNATURE_FILE: The path of the salt-master public key file with the pre-calculated
      signature.
  • Add support for setting the salt-api user's password via Docker secrets using the environment
    variable SALT_API_USER_PASS_FILE.
    • Note: Has priority over SALT_API_USER_PASS.
docker pull ghcr.io/cdalvaro/docker-salt-master:3005_1

Don't miss a new docker-salt-master release

NewReleases is sending notifications on new releases.