Skip to content

Commit f5c04a9

Browse files
committed
feat: Add symlink to config dir from /home/salt/data/config
1 parent 0994d38 commit f5c04a9

File tree

6 files changed

+80
-72
lines changed

6 files changed

+80
-72
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The full log with the outputted error.
2727

2828
- Host OS: [e.g. `uname -a`]
2929
- Docker: [e.g. `docker --version`]
30-
- Image tag: [e.g. `3007.1_5`]
30+
- Image tag: [e.g. `3007.1_6`]
3131

3232
**Additional context**
3333
Add any other context about the problem here.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This file only reflects the changes that are made in this image.
44
Please refer to the [Salt 3007.1 Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3007.1.html)
55
for the list of changes in SaltStack.
66

7+
**3007.1_6**
8+
9+
- When `SALT_CONFS_DIR` is set to something different than the default value, `/home/salt/data/config`. A symlink is created pointing from `SALT_CONFS_DIR` to `/home/salt/data/config`. This is done to simplify the configuration files allowing to use the same configuration files in different containers.
10+
711
**3007.1_5**
812

913
- Fixes an issue that prevents config-reload from working properly ([#270](https://github.com/cdalvaro/docker-salt-master/pull/270)).

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG VCS_REF
55

66
# https://github.com/saltstack/salt/releases
77
ENV SALT_VERSION="3007.1"
8-
ENV IMAGE_REVISION="_5"
8+
ENV IMAGE_REVISION="_6"
99
ENV IMAGE_VERSION="${SALT_VERSION}${IMAGE_REVISION}"
1010

1111
ENV SALT_DOCKER_DIR="/etc/docker-salt" \

0 commit comments

Comments
 (0)