Several applications (e.g. FermiBottle) do not use the bootstrap system, they allow to set the user and group ID on docker run.
Check how to do it, and apply it to the agilepy-recipe base image, so that bootstrap is not needed anymore.
Note: Bootstrap doubles the size of an image!
In order to do it, Dockerfiles should not declare user flareadvocate, install everything as root, and then the user is defined in the entrypoint. Then, all root installations should be fixed to the user
Several applications (e.g. FermiBottle) do not use the bootstrap system, they allow to set the user and group ID on docker run.
Check how to do it, and apply it to the agilepy-recipe base image, so that bootstrap is not needed anymore.
Note: Bootstrap doubles the size of an image!
In order to do it, Dockerfiles should not declare user flareadvocate, install everything as root, and then the user is defined in the entrypoint. Then, all root installations should be fixed to the user