Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
review.typo3.org
gerrit
Commits
bb8bb9a1
Commit
bb8bb9a1
authored
Nov 05, 2020
by
Stephan Großberndt
Browse files
[FEATURE] Upgrade Gerrit to 3.2.5 based on Ubuntu 20 and use PHP 7.4
parent
878f9663
Changes
3
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
bb8bb9a1
FROM
gerritcodereview/gerrit:3.
0.13
-ubuntu
18
FROM
gerritcodereview/gerrit:3.
2.5
-ubuntu
20
# Add PHP for hooks
...
...
@@ -6,7 +6,7 @@ USER root
RUN
export
DEBIAN_FRONTEND
=
noninteractive
\
&&
apt-get update
\
&&
apt-get
install
--yes
--no-install-recommends
php7.
2
-cli php7.
2
-curl
\
&&
apt-get
install
--yes
--no-install-recommends
php7.
4
-cli php7.
4
-curl
\
&&
apt-get clean
\
&&
ln
-fs
/usr/share/zoneinfo/Europe/Berlin /etc/localtime
\
&&
dpkg-reconfigure
--frontend
noninteractive tzdata
\
...
...
assets/etc/gerrit.config
View file @
bb8bb9a1
...
...
@@ -61,6 +61,9 @@
listenAddress
= *:
29418
threads
=
12
[
plugins
]
allowRemoteAdmin
=
false
[
sendemail
]
smtpServer
=
mail
.
typo3
.
org
smtpEncryption
=
ssl
...
...
assets/plugins/healthcheck.jar
View file @
bb8bb9a1
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment