docker
docker copied to clipboard
Fix Docker Hub's description
Unless I'm terribly mistaken:
- the current repository is what is used to push to https://hub.docker.com/r/racket/racket and
- the current repository builds its images on
debian:stable-slim.
However, the Docker Hub description suggests that images are built on top of buildpack-deps, which can be frightening for some: It is based on Ubuntu, which increases the size of the images (debian:stable-slim is 80MB when buildpack-deps is 834MB) and the surface of attacks.
Ah, yeah it's out of date. Pull request welcome, else I might get around to it eventually.
Hum. To be honest, I don't even know what I would need to change in a pull request to update the Docker Hub page. Isn't it more or less only copying the README?
Le 9 mars 2022 01:30:48 UTC, Jack Firth @.***> a écrit :
Ah, yeah it's out of date. Pull request welcome, else I might get around to it eventually.
-- Reply to this email directly or view it on GitHub: https://github.com/jackfirth/racket-docker/issues/65#issuecomment-1062462332 You are receiving this because you authored the thread.
Message ID: @.***>
@Niols I believe this has been fixed for some time now, so I'm going to go ahead and close this issue. Please feel free to re-open if I'm wrong.