docker-python-nodejs icon indicating copy to clipboard operation
docker-python-nodejs copied to clipboard

Add bun.js to the matrix

Open jjhesk opened this issue 1 year ago • 1 comments

I want to express my gratitude for the excellent package you have created. I extensively used your package code to develop a many applications for many industries.

Recently the bun.js is quite popular and I wonder if there is a way to bundle python and bun js into one single base image. The official builds are left in here. Is there a better to bundle that into a silm or smaller size to start with?

jjhesk avatar Feb 06 '24 08:02 jjhesk

I'm happy you found these convenience images useful @jjhesk <3

Taking a quick look at the bun Dockerfiles they seem to cover how to install bun pretty well. To go forward with your use case, you could probably copy the root Dockerfile in this repo and replace the nodejs specifics with bun specifics.

I have no immediate plans on adding bun into the matrix, though if demand picks up I might reconsider. Renaming and keeping the issue open for now

nikolaik avatar Feb 19 '24 13:02 nikolaik