From 655477316b257cd62b563dbe273603324adb0d4f Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Thu, 6 May 2021 11:32:54 +1000 Subject: [PATCH] Version bump, contributors added, apt tweak --- .version | 2 +- Jenkinsfile | 2 +- README.md | 140 +++++++++++++++++++++++++++++++++++----------- docker/Dockerfile | 2 +- 4 files changed, 111 insertions(+), 35 deletions(-) diff --git a/.version b/.version index dbe59006..f3ac133c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.8.1 +2.9.0 \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 39606e33..3161a254 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -213,7 +213,7 @@ pipeline { } steps { script { - def comment = pullRequest.comment("Docker Image for build ${BUILD_NUMBER} is available on [DockerHub](https://cloud.docker.com/repository/docker/jc21/${IMAGE}) as `jc21/${IMAGE}:github-${BRANCH_LOWER}`") + def comment = pullRequest.comment("This is an automated message from CI:\n\nDocker Image for build ${BUILD_NUMBER} is available on [DockerHub](https://cloud.docker.com/repository/docker/jc21/${IMAGE}) as `jc21/${IMAGE}:github-${BRANCH_LOWER}`\n\n**Note:** ensure you backup your NPM instance before testing this PR image! Especially if this PR contains database changes.") } } } diff --git a/README.md b/README.md index 6e714071..392a4f76 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@



- + @@ -63,43 +63,43 @@ Special thanks to the following contributors: - +
Sebastian Valle
- +
Kyle Klaus
- +
ƬHE ЯAW
- +
Spencer
- +
Xantios Krugor
- +
David Panesso
- +
IronTooch
@@ -107,43 +107,43 @@ Special thanks to the following contributors: - +
Damiano
- +
Russ
- +
Marcelo Castagna
- +
Steven Harris
- +
Jocelyn Le Sage
- +
Carl Mercier
- +
Paul Mansfield
@@ -151,43 +151,43 @@ Special thanks to the following contributors: - +
OhHeyAlan
- +
Carl Sutton
- +
Gergő Törcsvári
- +
vrenjith
- +
David Rivera
- +
Jaap-Jan de Wit
- +
James Morgan
@@ -195,43 +195,43 @@ Special thanks to the following contributors: - +
chaptergy
- +
Philip Mooney
- +
WaterCalm
- +
lebrou34
- +
Mário Franco
- +
Kyle Harding
- +
Alex Graber
@@ -239,22 +239,98 @@ Special thanks to the following contributors: - +
MooBaloo
- +
Shuro
- +
Loris Bergeron
+ + + +
hepelayo +
+ + + + +
Jonas Leder +
+ + + + +
Bastian Stegmann +
+ + + + +
Stealthii +
+ + + + + + +
THEGamingninja +
+ + + + +
Italo Borssatto +
+ + + + +
Gurjinder Singh +
+ + + + +
David Dosoudil +
+ + + + +
ijaron +
+ + + + +
Niels Bouma +
+ + + + +
Orko Garai +
+ + + + + + +
Filippo Baruffaldi +
+ diff --git a/docker/Dockerfile b/docker/Dockerfile index a159e18b..3e92d10c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,7 +20,7 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \ RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \ && apt-get update \ - && apt-get install -y certbot jq python3-pip \ + && apt-get install -y --no-install-recommends certbot jq python3-pip \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*