chore: publish 2.1.0+10.11.6 release

This commit is contained in:
2025-11-13 10:10:55 +01:00
parent f2d2cf7c88
commit 2f94930db2
5 changed files with 18 additions and 6 deletions

5
release/2.1.0+10.11.6 Normal file
View File

@ -0,0 +1,5 @@
the docker containers in 10.11 branch don't contain any unix programs. That
means there's no sh or bash, no cat etc etc. We need to have a shell to run
our entrypoint and export the postgres URL as an env variable. To overcome
this we insert a busybox binary as a config into the container. There's no
action required on the side of the operator but it's important to note.