Add support for using signed keys

This commit is contained in:
Carlos Álvaro
2018-10-01 00:31:12 +02:00
parent c5ea24cd4c
commit 7ec9b84a9b
5 changed files with 139 additions and 52 deletions

View File

@@ -5,7 +5,7 @@ LABEL description="SaltStack master"
LABEL version="2018.3.2"
ENV SALT_DOCKER_DIR="/etc/salt-docker" \
SALT_MASTER_DIR="/etc/salt/pki/master" \
SALT_ROOT_DIR="/etc/salt" \
SALT_USER=root
ENV SALT_BUILD_DIR="${SALT_DOCKER_DIR}/build" \