Tianon Gravi
Tianon Gravi
Sorry, that was not as constructive as I intended it to be. :bow: I am very open to feedback, suggestions, and ideas for how we can improve this. :heart: We...
I'm sorry, but I'm not sure why you've filed this in this repository? 😅 We don't maintain either of `mundialis/actinia:alpine-dependencies-2024-12-14` or `osgeo/grass-gis:releasebranch_8_4-alpine`, nor do our images provide the Python we've...
If you look at https://github.com/python/cpython/commit/9a3a1479880ef82f4da04484181097edb01ac1b6, you'll see that it's not part of any release tags yet (you can compare that to an older commit like https://github.com/python/cpython/commit/1ba09b2f0445eb80fd255ee2d9cbbdc859e0bb41 which was included in...
(As a matter of process: if that stays for the release and doesn't get reverted, the bump will happen automatically as part of / with the release bump.)
This is functionality that could be implemented via `/docker-entrypoint-initdb.d` (and isn't something we'd be likely to implement).
Unfortunately not -- when I said "implement" I maybe should've said "maintain", sorry for not being more clear!
Are you certain that `/etc/wiki/.db-secret` exists on the new host? If it doesn't, then with `-v` Docker will auto-create it as a directory, which will then have surprising behavior inside...
👋 welcome! :heart: I'd probably recommend starting at https://github.com/docker-library/official-images#maintainership or even higher at https://github.com/docker-library/official-images#contributing-to-the-standard-library, so you can get an idea of what you're signing up for. :smile: After you've gone...
Our documentation does already recommend mounting a full directory though: 😅 https://github.com/docker-library/docs/tree/41ae14dcd60c6061ee2727c4f5c6d26862d0aa3d/haproxy#directly-via-bind-mount
I've been digging through https://github.com/haproxy/haproxy/compare/v3.3-dev9...v3.3-dev10 and can't find any _obvious_ smoking gun yet -- that first error is definitely wild and the affected structs haven't actually changed size from what...