j8r / dockerfiles

Repository for my dockerfiles
https://hub.docker.com/u/jrei
ISC License
121 stars 46 forks source link

MacOS BigSur Docker Volumes issue #11

Closed Behner closed 3 years ago

Behner commented 3 years ago

Seems there is an issue with Docker volumes syncing on MacOS Big Sur. I was able to resolve it by updating to the latest version of Docker Desktop Edge (Docker Desktop Community 2.5.1.0) and then running apt-get update && apt-get dist-upgrade -y on your 18.04 image.

As soon as Docker releases their fixes to stable, I assume all that would be needed is an update to your image(s).

Thanks for the awesome images!

j8r commented 3 years ago

Sure, I can re-launch a build of the images, tell me!

Behner commented 3 years ago

I do not believe updating your images would negatively impact anyone. At your convenience, please update them.

Thank you!

j8r commented 3 years ago

I need to find a way to do it automatically... Maybe with GitHub Actions, with a CRON once per month.

j8r commented 3 years ago

CI to trigger image builds added https://github.com/j8r/dockerfiles/commit/48c46e5872d049f0f4c78afbd2d29ccdd953c389.