Skip to content

Releases: felipecrs/fixdockergid

v0.7.3

20 Nov 05:45
Compare
Choose a tag to compare

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

13 Nov 23:30
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix when USERNAME's group is root (e96e695)
  • Disable fixuid's quiet mode when FIXDOCKERGID_DEBUG=true (3c0cf0d)

Full Changelog: v0.7.1...v0.7.2

v0.7.1

06 Mar 15:03
9760714
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

03 Mar 21:06
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • FIXDOCKERGID_COMMIT was renamed to FIXDOCKERGID_VERSION to better reflect its purpose. The new version should not include the v 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

13 Nov 22:37
Compare
Choose a tag to compare
  • 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 named docker.
  • Add support for a FIXDOCKERGID_DEBUG environment variable to enable debug logs.
  • Skip fixdockergid and fixuid if the container is started as root.
  • Optimize the code a little bit by relying on install.sh to have created the docker 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 the fixuid to change its GID and potentially break permissions to access the Docker daemon's socket.