fixdockergid

A script for fixing the container group id of docker group to match the same group id of docker group on host.

Stars
3

Bot releases are hidden (Show)

fixdockergid - v0.7.1 Latest Release

Published by felipecrs 8 months ago

What's Changed

Full Changelog: https://github.com/felipecrs/fixdockergid/compare/v0.7.0...v0.7.1

fixdockergid - v0.7.0

Published by felipecrs 8 months ago

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: https://github.com/felipecrs/fixdockergid/compare/v0.6.0...v0.7.0