Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce docker image (switch from ubuntu to debian:slim or alpine?) #4395

Closed
bagage opened this issue Aug 28, 2019 · 1 comment
Closed

Reduce docker image (switch from ubuntu to debian:slim or alpine?) #4395

bagage opened this issue Aug 28, 2019 · 1 comment

Comments

@bagage
Copy link
Contributor

bagage commented Aug 28, 2019

Currently, Renovate docker images are quite huge: 2GB for latest, and 170MB for slim one.

In the mean time, debian images are 51MB for normal, 30MB for slim one.

It would be great if renovate could lose some weight, either:

  1. by changing base image from amd64/ubuntu:18.04 (27MB) to debian:slim (actually 51MB?) or even better alpine (3MB)
  2. by using docker-squash or similar to reduce the final image size.
@rarkins
Copy link
Collaborator

rarkins commented Aug 28, 2019

Let's track in #3153 instead. I'm not too interested in replacing ubuntu with alpine though. The extra time it will cost us initially and ongoing is not justified by the download savings.

@rarkins rarkins closed this as completed Aug 28, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants