bun icon indicating copy to clipboard operation
bun copied to clipboard

Official image on Docker Hub

Open 205g0 opened this issue 3 years ago • 3 comments
trafficstars

What is the problem this feature will solve?

I consider this more as a must-have than a feature. A well-maintained (=gets every release) image on Docker Hub with extensive env vars is crucial and has the lowest entry barrier. Maybe there's a reason you don't have this and I missed something but yeah. Besides, having just a Dockerfile isn't the same.

What is the feature you are proposing to solve the problem?

Maintained image on Dcoker Hub

What alternatives have you considered?

No response

205g0 avatar Aug 27 '22 12:08 205g0

Isn't https://github.com/oven-sh/bun/pkgs/container/bun-obj what you want?

xhyrom avatar Aug 27 '22 16:08 xhyrom

Absolutely, thanks to hinting me to that image. I still would consider Docker Hub. Always when I want to try something new, e.g., database, language or whatever, I head to Docker image checking out their readme. A good image has two things:

  • All relevant config options as env vars, so you can quickly try out test an image without fiddling around with proprietary config files and having these also well document right in the image's readme
  • Is getting updated with every release

So, you don't need Docker Hub for this, you can host this on Github as well. Then there should be a dedicated readme just for the image and the general bun js readme should point to that one at the top. On Docker Hub you would have download figures which can give some street credits if required.

205g0 avatar Aug 28 '22 12:08 205g0

oh, just have seen, it's already mentioned on the main readme, so my bad, shall I close this issue or do you want to keep it open for a potential Docker Hub release? Whatever, feel free to close it

205g0 avatar Aug 28 '22 16:08 205g0

We now publish Docker images to oven/bun. We also want to become an "official" image, but that will be done soon.

Electroid avatar Feb 07 '23 17:02 Electroid

Work being tracked here: https://github.com/docker-library/official-images/pull/14272

Electroid avatar Mar 16 '23 23:03 Electroid

Would love to see this happen. How can I help? I can update/create a new PR in the official-images repo?

jbergstroem avatar Dec 11 '23 15:12 jbergstroem