Skip to content

Commit

Permalink
Merge branch '2.14.x' into 2.14.x-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkernel committed May 6, 2019
2 parents 1f22177 + ef2642d commit 47be4e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER zsx <thinkernel@gmail.com>
ENV GERRIT_HOME /var/gerrit
ENV GERRIT_SITE ${GERRIT_HOME}/review_site
ENV GERRIT_WAR ${GERRIT_HOME}/gerrit.war
ENV GERRIT_VERSION 2.14.19
ENV GERRIT_VERSION 2.14.20
ENV GERRIT_USER gerrit2
ENV GERRIT_INIT_ARGS ""

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@

#### Alpine base

* openfrontier/gerrit:latest -> 2.16.7
* openfrontier/gerrit:2.15.x -> 2.15.12
* openfrontier/gerrit:2.14.x -> 2.14.19
* openfrontier/gerrit:latest -> 2.16.8
* openfrontier/gerrit:2.15.x -> 2.15.13
* openfrontier/gerrit:2.14.x -> 2.14.20
* openfrontier/gerrit:2.13.x -> 2.13.11
* openfrontier/gerrit:2.12.x -> 2.12.7
* openfrontier/gerrit:2.11.x -> 2.11.10
* openfrontier/gerrit:2.10.x -> 2.10.6

#### Debian base

* openfrontier/gerrit:2.15.x-slim -> 2.15.12
* openfrontier/gerrit:2.14.x-slim -> 2.14.19
* openfrontier/gerrit:2.15.x-slim -> 2.15.13
* openfrontier/gerrit:2.14.x-slim -> 2.14.20

## Migrate from ReviewDB to NoteDB
Since Gerrit 2.16, [NoteDB](https://gerrit-review.googlesource.com/Documentation/note-db.html) is required to store accounts and groups data.
Expand Down

0 comments on commit 47be4e1

Please sign in to comment.