Since this comes up more often lately we would like to discuss the outline of a new/improved docker image.
In my understanding there are two orthogonal concepts:
- A Docker (-compose) image which just runs(tm) for testing the software
- A minimal image to be included in a productive environment
In my experience if someone is using Docker in a productive environment, they build the images themselves to have better control over security and fixes.
So i would like to concentrate in this repository on the first concept, a docker-compose configuration which just runs:
- a privacyIDEA image with a virtualenv containing the code and a gunicorn application server (could also be the base of a production image)
- a database image (I'd go with mysql/mariadb but should be interchangeable)
- a preliminary setup (generate secrets/keys, configuration, etc.)
Please share Your thoughts so we can get this thing on the road.
Since this comes up more often lately we would like to discuss the outline of a new/improved docker image.
In my understanding there are two orthogonal concepts:
In my experience if someone is using Docker in a productive environment, they build the images themselves to have better control over security and fixes.
So i would like to concentrate in this repository on the first concept, a docker-compose configuration which just runs:
Please share Your thoughts so we can get this thing on the road.