feat: Update image version to 3005.1_2
This commit is contained in:
committed by
Carlos Álvaro
parent
468580a0a5
commit
1bae12cf01
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -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.
|
||||
|
||||
@@ -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" \
|
||||
|
||||
2
Makefile
2
Makefile
@@ -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..."
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user