feat: Change Docker base image to ubuntu:jammy-20220531

This commit is contained in:
Carlos Álvaro
2022-06-22 07:59:31 +02:00
parent 911fbd1cab
commit f0a4e9f7ae
3 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ This file only reflects the changes that are made in this image.
Please refer to the [Salt 3004.2 Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3004.2.html)
for the list of changes in SaltStack.
**3004.2_1**
- Change Docker base image to `ubuntu:jammy-20220531`
**3004.2**
- Upgrade `salt-master` to `3004.2` *Silicon*

View File

@@ -1,4 +1,4 @@
FROM ubuntu:hirsute-20220113
FROM ubuntu:jammy-20220531
ARG BUILD_DATE
ARG VCS_REF

View File

@@ -595,7 +595,7 @@ Where `salt-service` is one of: `salt-master` os `salt-api` (if `SALT_API_SERVIC
[saltproject_badge]: https://img.shields.io/badge/Salt-v3004.2-lightgrey.svg?logo=Saltstack
[saltproject_release_notes]: https://docs.saltproject.io/en/latest/topics/releases/3004.2.html "Salt Project Release Notes"
[ubuntu_badge]: https://img.shields.io/badge/ubuntu-hirsute--20220113-E95420.svg?logo=Ubuntu
[ubuntu_badge]: https://img.shields.io/badge/ubuntu-jammy--20220531-E95420.svg?logo=Ubuntu
[ubuntu_hub_docker]: https://hub.docker.com/_/ubuntu/ "Ubuntu Image"
[github_publish_badge]: https://img.shields.io/github/workflow/status/cdalvaro/docker-salt-master/Publish%20Docker%20image?label=build&logo=GitHub&logoColor=%23181717
[github_publish_workflow]: https://github.com/cdalvaro/docker-salt-master/actions?query=workflow%3A%22Publish+Docker+image%22