feat: Update image version to 3005.1_2

This commit is contained in:
Carlos Álvaro
2022-11-09 17:23:24 +01:00
committed by Carlos Álvaro
parent 468580a0a5
commit 1bae12cf01
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ The full log with the outputted error.
**Version report (please complete the following information):**
- Host OS: [e.g. `uname -a`]
- Docker: [e.g. `docker --version`]
- Image tag: [e.g. `3005.1`]
- Image tag: [e.g. `3005.1_2`]
**Additional context**
Add any other context about the problem here.

View File

@@ -5,7 +5,7 @@ ARG VCS_REF
# https://github.com/saltstack/salt/releases
ENV SALT_VERSION="3005.1"
ENV IMAGE_VERSION="${SALT_VERSION}_1"
ENV IMAGE_VERSION="${SALT_VERSION}_2"
ENV SALT_DOCKER_DIR="/etc/docker-salt" \
SALT_ROOT_DIR="/etc/salt" \

View File

@@ -18,7 +18,7 @@ build:
release: build
@docker tag cdalvaro/docker-salt-master:latest \
cdalvaro/docker-salt-master:$(shell cat VERSION)_1
cdalvaro/docker-salt-master:$(shell cat VERSION)_2
quickstart:
@echo "Starting docker-salt-master container..."

View File

@@ -24,7 +24,7 @@ Automated builds of the image are available on
the recommended method of installation.
```sh
docker pull ghcr.io/cdalvaro/docker-salt-master:3005.1
docker pull ghcr.io/cdalvaro/docker-salt-master:3005.1_2
```
You can also pull the latest tag which is built from the repository `HEAD`