issues
search
openfrontier
/
docker-gerrit
Build a Docker image with the Gerrit code review system
Apache License 2.0
197
stars
116
forks
source link
Refactor image
#82
Open
EBCEEB
opened
6 years ago
EBCEEB
commented
6 years ago
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