feat: Remove USERMAP_UID and USERMAP_GID env variables support

This commit is contained in:
Carlos Álvaro
2022-07-22 08:40:48 +02:00
parent f2c07f0b65
commit 6d0e275146
4 changed files with 6 additions and 45 deletions

View File

@@ -10,6 +10,7 @@ for the list of changes in SaltStack.
- Change Docker base image to `ubuntu:jammy-20220531`
- 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.
- CI(tests): Use `python3` version `3.10`
**3004.2**