From 6f38669afb818a4ccb7f232893a41bd28941b82e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20A=CC=81lvaro?= Date: Tue, 2 Aug 2022 09:12:20 +0200 Subject: [PATCH] feat: Change Docker base image to ubuntu:jammy-20220801 --- CHANGELOG.md | 2 +- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a7c1d..b0be216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ for the list of changes in SaltStack. **3005** - Upgrade `salt-master` to `3005` *Phosphorus* -- Change Docker base image to `ubuntu:jammy-20220531` +- Change Docker base image to `ubuntu:jammy-20220801` - Use `python3` default distro version - Install `python3-pygit2` version `1.6.1` from Ubuntu repositories - Remove `USERMAP_UID` and `USERMAP_GID` env variables in favor of `PUID` and `PGID`, respectively. diff --git a/Dockerfile b/Dockerfile index 3d3763a..fa9f922 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20220531 +FROM ubuntu:jammy-20220801 ARG BUILD_DATE ARG VCS_REF diff --git a/README.md b/README.md index f4a060f..6178ad4 100644 --- a/README.md +++ b/README.md @@ -593,7 +593,7 @@ Where `salt-service` is one of: `salt-master` os `salt-api` (if `SALT_API_SERVIC [saltproject_badge]: https://img.shields.io/badge/Salt-v3005-lightgrey.svg?logo=Saltstack [saltproject_release_notes]: https://docs.saltproject.io/en/latest/topics/releases/3005.html "Salt Project Release Notes" -[ubuntu_badge]: https://img.shields.io/badge/ubuntu-jammy--20220531-E95420.svg?logo=Ubuntu +[ubuntu_badge]: https://img.shields.io/badge/ubuntu-jammy--20220801-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