Upgrade salt-master to 3006.0 Sulfur

This commit is contained in:
Carlos Álvaro
2023-03-03 19:04:43 +01:00
committed by Carlos D. Álvaro
parent 975a8bbeb7
commit b6422db262
8 changed files with 18 additions and 18 deletions

View File

@@ -7,7 +7,7 @@
[![Architecture ARM64][arch_arm64_badge]][arch_link]
[![Architecture ARM/v7][arch_arm_badge]][arch_link]
# Dockerized Salt Master v3005.1-2 _Phosphorus_
# Dockerized Salt Master v3006.0 _Sulfur_
Dockerfile to build a [Salt Project](https://saltproject.io) Master image for the Docker opensource container platform.
@@ -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-2_1
docker pull ghcr.io/cdalvaro/docker-salt-master:3006.0
```
You can also pull the latest tag which is built from the repository `HEAD`
@@ -492,7 +492,7 @@ gpg --armor --batch --trust-model always --encrypt --recipient "${KEY_ID}" \
cat /tmp/gpg_id_ed25519
```
On macOS you can pipe the output to `pbcopy` to copy the encrypted data to the clipboard. If you are using Linux, you
On macOS, you can pipe the output to `pbcopy` to copy the encrypted data to the clipboard. If you are using Linux, you
can use `xclip` or `xsel`.
### 3rd Party Formulas
@@ -787,9 +787,9 @@ Many thanks to:
- https://docs.saltproject.io/en/getstarted/
- https://docs.saltproject.io/en/latest/contents.html
[saltproject_badge]: https://img.shields.io/badge/Salt-v3005.1--2-lightgrey.svg?logo=Saltstack
[saltproject_badge]: https://img.shields.io/badge/Salt-v3006.0-lightgrey.svg?logo=Saltstack
[saltproject_release_notes]: https://docs.saltproject.io/en/latest/topics/releases/3005.1.html "Salt Project Release Notes"
[saltproject_release_notes]: https://docs.saltproject.io/en/latest/topics/releases/3006.0.html "Salt Project Release Notes"
[ubuntu_badge]: https://img.shields.io/badge/ubuntu-jammy--20230308-E95420.svg?logo=Ubuntu