File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ MAINTAINER zsx <thinkernel@gmail.com>
6
6
ENV GERRIT_HOME /var/gerrit
7
7
ENV GERRIT_SITE ${GERRIT_HOME}/review_site
8
8
ENV GERRIT_WAR ${GERRIT_HOME}/gerrit.war
9
- ENV GERRIT_VERSION 3.1.8
9
+ ENV GERRIT_VERSION 3.2.1
10
10
ENV GERRIT_USER gerrit2
11
11
ENV GERRIT_INIT_ARGS "--install-plugin=delete-project --install-plugin=gitiles --install-plugin=plugin-manager"
12
12
@@ -24,19 +24,19 @@ RUN curl -fSsL https://gerrit-releases.storage.googleapis.com/gerrit-${GERRIT_VE
24
24
# COPY gerrit-${GERRIT_VERSION}.war $GERRIT_WAR
25
25
26
26
# Download Plugins
27
- ENV PLUGIN_VERSION=3.1
27
+ ENV PLUGIN_VERSION=3.2
28
28
ENV GERRITFORGE_URL=https://gerrit-ci.gerritforge.com
29
29
ENV GERRITFORGE_ARTIFACT_DIR=lastSuccessfulBuild/artifact/bazel-bin/plugins
30
30
31
31
# events-log
32
32
# This plugin is required by gerrit-trigger plugin of Jenkins.
33
33
RUN curl -fSsL \
34
- ${GERRITFORGE_URL}/job/plugin-events-log-bazel-stable-${PLUGIN_VERSION}/${GERRITFORGE_ARTIFACT_DIR}/events-log/events-log.jar \
34
+ ${GERRITFORGE_URL}/job/plugin-events-log-bazel-master- stable-${PLUGIN_VERSION}/${GERRITFORGE_ARTIFACT_DIR}/events-log/events-log.jar \
35
35
-o ${GERRIT_HOME}/events-log.jar
36
36
37
37
# oauth2
38
38
RUN curl -fSsL \
39
- ${GERRITFORGE_URL}/job/plugin-oauth-bazel-stable-${PLUGIN_VERSION}/${GERRITFORGE_ARTIFACT_DIR}/oauth/oauth.jar \
39
+ ${GERRITFORGE_URL}/job/plugin-oauth-bazel-master- stable-${PLUGIN_VERSION}/${GERRITFORGE_ARTIFACT_DIR}/oauth/oauth.jar \
40
40
-o ${GERRIT_HOME}/oauth.jar
41
41
42
42
# importer
Original file line number Diff line number Diff line change 14
14
15
15
#### Alpine base
16
16
17
- * openfrontier/gerrit: latest -> 3.1.8
17
+ * openfrontier/gerrit: latest -> 3.2.1
18
+ * openfrontier/gerrit:3.1.x -> 3.1.8
18
19
* openfrontier/gerrit:3.0.x -> 3.0.12
19
20
* openfrontier/gerrit:2.16.x -> 2.16.22
20
21
* openfrontier/gerrit:2.15.x -> 2.15.18
You can’t perform that action at this time.
0 commit comments