Use the distro name as suffix instead of prefix
felipecrs opened this issue · 1 comments
felipecrs commented
I know this is not a docker official image, but there always benefits of following the conventions that users are used to.
Instead of publishing as denoland/deno:debian-1.13.2
, we should publish denoland/deno:1.13.2-debian
.
References: https://hub.docker.com/_/node, https://hub.docker.com/_/openjdk and much more. Although this is not exactly explained at https://github.com/docker-library/official-images#tags-and-aliases
wperron commented
We had this conversation when we transferred the repo to the denoland org #136 (comment) honestly I don't really see a reason to change, it works well enough right now.