feat: Change Docker base image to ubuntu:focal-20200925

This commit is contained in:
Carlos Álvaro
2020-10-17 20:18:21 +02:00
parent b40e633058
commit bb3c4b4f33
3 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,10 @@
This file only reflects the changes that are made in this image.
Please refer to the SaltStack [Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3001.1.html) for the list of changes in SaltStack.
**3002**
- Change Docker base image to `ubuntu:focal-20200925`
**3001.1**
- Upgrade SaltStack Master to `3001.1` *Sodium*

View File

@@ -1,4 +1,4 @@
FROM ubuntu:focal-20200720
FROM ubuntu:focal-20200925
ARG BUILD_DATE
ARG VCS_REF

View File

@@ -529,7 +529,7 @@ Where `salt-service` is one of: `salt-master` os `salt-api` (if `SALT_API_SERVIC
[saltstack_badge]: https://img.shields.io/badge/SaltStack-v3001.1-lightgrey.svg?style=flat-square&logo=Saltstack
[saltstack_release_notes]: https://docs.saltstack.com/en/latest/topics/releases/3001.1.html "SaltStack Release Notes"
[ubuntu_badge]: https://img.shields.io/badge/ubuntu-focal--20200720-E95420.svg?style=flat-square&logo=Ubuntu
[ubuntu_badge]: https://img.shields.io/badge/ubuntu-focal---20200925-E95420.svg?style=flat-square&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?style=flat-square&label=build&logo=GitHub&logoColor=%23181717
[github_publish_workflow]: https://github.com/cdalvaro/docker-salt-master/actions?query=workflow%3A%22Publish+Docker+image%22