docker icon indicating copy to clipboard operation
docker copied to clipboard

Fix Docker Hub's description

Open Niols opened this issue 3 years ago • 2 comments
trafficstars

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.

Niols avatar Feb 28 '22 12:02 Niols

Ah, yeah it's out of date. Pull request welcome, else I might get around to it eventually.

jackfirth avatar Mar 09 '22 01:03 jackfirth

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 avatar Mar 09 '22 22:03 Niols

@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.

Bogdanp avatar Feb 10 '24 09:02 Bogdanp