Commit graph

7 commits

Author SHA1 Message Date
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