Commit graph

7 commits

Author SHA1 Message Date
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
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
Balasankar "Balu" C
8841aa79c3 Bump ruby to 2.4.4 2018-06-16 20:59:16 +05:30
Stan Hu
bda0e0e5bf Bump Ruby to 2.3.7, Git to 2.16.3, and add Git 2.17.0 2018-04-07 21:00:08 -07:00
Takuya Noguchi
402179f893 Add g++ to debian/ubuntu/opensuse 2018-02-26 14:02:50 -08:00
Marin Jankovski
b19c8abae4 Add locales to omnibus images. 2017-06-30 12:56:15 +00:00
Balasankar C
4b782f299b Add Dockerfiles of images for omnibus-gitlab's tests 2017-05-18 14:23:29 +00:00