Commit graph

32 commits

Author SHA1 Message Date
Vitaly Slobodin
dbe03ee175 Drop unsupported Node.js versions 2023-09-19 09:52:04 +00:00
Vitaly Slobodin
1776923a4d Bump Node.js to 16.14.2
https://nodejs.org/en/blog/vulnerability/mar-2022-security-releases/
2022-03-18 10:07:36 +03:00
Lin Jen-Shin
297a5c44fb Update Danger and GitLab gem for Danger image 2022-03-10 19:55:33 +08:00
Kyle Wiebers
3ae8c0e4b9 Update danger version to 8.4.4 2022-03-03 19:43:14 +00:00
Rémy Coutable
481c91abfc Update Dockerfile.danger with latest gem versions 2022-02-28 10:45:04 +00:00
Lukas Eipert
b2e4da6246 Update yarn to 1.22.17 2022-02-21 14:24:21 +01:00
Stan Hu
d6f81f1f5f
Update to Ruby 2.7.5
See https://www.ruby-lang.org/en/news/2021/11/24/ruby-2-7-5-released/
2021-12-04 00:15:22 -08:00
Matthias Kaeppler
5af3b78964 Danger: Pin ruby base image to Debian buster
Until https://github.com/nodesource/distributions/issues/1249#issuecomment-897838056
is resolved.
2021-08-18 11:01:36 +02:00
Andrew Smith (EspadaV8)
a8fb190479 Update Danger image dependency versions 2021-07-08 16:46:47 +00:00
Seth Berger
77c1e63375 Update Dockerfile.danger 2021-06-09 02:58:23 +00:00
Takuya Noguchi
e29a606bbc Use npm repo instead of apt on Yarn install
Co-authored-by: Lukas 'Eipi' Eipert <leipert@gitlab.com>
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-04-27 14:19:31 +00:00
Takuya Noguchi
56292ed139 Maintain Danger image with Node.js 14 etc.
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-04-21 01:50:39 +00:00
Takuya Noguchi
2f49698f21 Update danger from 8.2.1 to 8.2.2
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-02-15 07:47:05 +00:00
Rémy Coutable
8ced474346 Update the Ruby and danger gem version in the danger image
Signed-off-by: Rémy Coutable <remy@rymai.me>
2021-01-07 18:01:30 +00:00
Albert Salim
f684ae0cfb Update danger to 8.0.6 2020-10-06 03:37:19 +00:00
Rémy Coutable
8b7eb940f8 Pin the gitlab, danger, and danger-gitlab` gems in Dockerfile.danger 2020-07-13 10:58:01 +00:00
Nicolas Dular
044efd2982 Pin gitlab version to 4.15 due to a bug 2020-07-10 10:46:45 +00:00
Lukas Eipert
034a8bd568
Update to yarn 1.21.1
Last year there was a recommended security update:
https://classic.yarnpkg.com/blog/2019/07/12/recommended-security-update/

This updates yarn to the latest stable version
2020-02-05 21:27:58 +01:00
Stan Hu
8ead021c4d Pin all Ruby 2.6 images to 2.6.3
Ruby 2.6.4 may have a string bug:
https://bugs.ruby-lang.org/issues/16136
2019-09-04 16:13:20 -07:00
Adrien Kohlbecker
e2f9674612 Set a UTF-8 locale for Danger 2019-08-27 12:35:32 +00:00
Lukas Eipert
caae675aee
Pin node versions 2019-07-09 03:37:09 +02:00
Lukas 'Eipi' Eipert
57318c5920 Update Dockerfile for danger to node@12 2019-06-27 08:22:08 +00:00
Rémy Coutable
1f34c34f6b
Update Dockerfile.danger to use Ruby 2.6
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-24 21:31:16 +02:00
James Lopez
96c31269ac Fix alex version 2019-02-01 16:05:01 +00:00
James Lopez
c60b5d21ef Update Dockerfile.danger to add alex dependency 2019-02-01 16:03:44 +00:00
Lukas Eipert
d19f00aea1 Update yarn version to the correct one 2018-12-12 16:15:41 +00:00
Rémy Coutable
c981f973f9
Update Node and Yarn in the Danger image
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-12 16:20:06 +01:00
Stan Hu
f0ec140a5a Bump Ruby interpreter to 2.4.5 2018-10-17 14:53:34 -07:00
Lukas Eipert
5380948868
Ensure that package managers clean up
Every package manager should clean up after themselves in order to keep
docker layers neat and tiny:

apt (Debian/Ubuntu package manager):

 - unneeded dependencies are cleared (autoremove)
 - caches are cleaned (clean)
 - package lists are deleted

yum (CentOS package manager),
zypper (OpenSuse package manager)

 - should clear caches after installing dependencies

pip (Python package manager),
apk (Alpine package manager)

 - should use no cache for installing dependencies
2018-10-04 23:29:51 +02:00
Lukas Eipert
216a8252dd
Fix node and yarn version in danger image
Copied the build instructions from the official node image
526c6e618/8/alpine/Dockerfile
2018-09-29 08:54:33 +02:00
Lukas Eipert
d6c4035adb
Add node and yarn to the Danger image 2018-09-24 09:59:58 +02:00
Rémy Coutable
b74990fdd5
Add a custom Docker image for Danger jobs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-26 13:09:21 +02:00