Peter Nardi
Peter Nardi
Thanks for the hard work on this project! In this version it looks like `docker-compose pull` will now not pull the latest updates to an image. For example, if my...
Same for me, @hugalafutro. I didn't see a documented change in behavior, but `docker-compose pull` has always worked for me the way you describe.
Looks like there's a new issue open for this: #9773
Same issue (Ubuntu 22.04). Interestingly, if the only virtual environment you have is a local `.venv` in your project, this works fine: ```shell poetry env remove --all ```
Seeing the same issue. nala skips kernel updates, that apt installs.
Interesting point. Could be. Though I'm also seeing it skip updates from some 3rd party repos that apt handles fine, for example: `vbernat/haproxy-2.8`.
Thank you for the very thorough explanation!
Creating mount points instead of single files sounds like a great idea. It may end up being a breaking change, but collapsing to a single mount point, like this, would...
This was highlighted in #3232, which has since been closed. It seemed fixed in a pre-release build, but it looks like the issue is back.
Sorry, I'm not sure what version that was. I'm running filebrowser in Docker, and it's been a while since it worked. The pre-released build I mentioned was one that I...