On 17.06.2016 17:53, Anton wrote:
On Fri, Jun 17, 2016 at 5:45 PM, Viet Nguyen <vnguyen(a)redhat.com
<mailto:vnguyen@redhat.com>> wrote:
How about using regular Dockerfile
I think the problem with this is you need to rebuild each time you want
to add a new user.
On a production setup, users should not be managed via text files.
Ideally, it should come from something like Keycloak or a backing LDAP.
So, it would be a one time configuration.
Also, it should be possible for consumers to extend our image and change
the configuration files to their needs.
What about externalizing the standalone? So that it is outside of
the
docker image.
Or have a env var with username/password?
No. That's not the proper way to go with this.
- Juca.