Releases: felipecrs/fixdockergid
Releases · felipecrs/fixdockergid
v0.7.3
What's Changed
- Allow to set
GROUPNAME
and avoid inferring it by @felipecrs in #8
Full Changelog: v0.7.2...v0.7.3
v0.7.2
v0.7.1
v0.7.0
What's Changed
Breaking Changes
FIXDOCKERGID_COMMIT
was renamed toFIXDOCKERGID_VERSION
to better reflect its purpose. The new version should not include thev
prefix. Example:ARG FIXDOCKERGID_VERSION="0.7.0"
.
New features
- Add support for arm64
- Update Ubuntu container base from 20.04 to 22.04
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- Cleanup and refactor code a little bit, enable all ShellCheck optional checks and fix them.
- Handle a situation where the host user is named
docker
and both the host user's group and the Docker daemon's group are nameddocker
. - Add support for a
FIXDOCKERGID_DEBUG
environment variable to enable debug logs. - Skip
fixdockergid
andfixuid
if the container is started asroot
. - Optimize the code a little bit by relying on
install.sh
to have created thedocker
group. - Use dind to run tests, so that we can test with different host scenarios.
- Add a check to ensure the container user's group is not named
docker
. This would otherwise cause thefixuid
to change its GID and potentially break permissions to access the Docker daemon's socket.