docker-gerrit
docker-gerrit copied to clipboard
Refactor image
- introduce build args to override settings using docker CLI
- use the single ENV to reduce number of layers
- use the single RUN to reduce number of layers
- switch to use ADD instead of running curl
- place plugins directly to plugin directory
- some other cosmetic fixes