docker-gerrit icon indicating copy to clipboard operation
docker-gerrit copied to clipboard

Refactor image

Open EBCEEB opened this issue 8 years ago • 0 comments

  • 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

EBCEEB avatar Dec 05 '17 15:12 EBCEEB