nodejs / docker-node

Official Docker Image for Node.js :whale: :turtle: :rocket:
https://hub.docker.com/_/node/
MIT License
8.24k stars 1.97k forks source link

Update Docker Images to support Alpine Edge release #2046

Closed markjrouse closed 6 months ago

markjrouse commented 6 months ago

Problem

Currently, only Alpine3.19 is available as a node docker image.

Solution

Is there a timeline for when there will be a node docker image based on Alpine Edge? Alpine Edge is needed for the latest version of tshark 4.2.3.

yosifkit commented 6 months ago

Warning: edge is under constant development so be careful using it in production. It is possible that bugs in edge could cause data loss or could break your system.

End users should not use edge as their main day-to-day workstation or as a productive system. Because edge is a development branch, many changes are not heavily tested (or tested at all) and packages in edge can and sometimes do break without warning.

- https://wiki.alpinelinux.org/wiki/Repositories#Edge

I wouldn't generally recommend Alpine Edge as a stable base (similar to Debian Sid).

markjrouse commented 6 months ago

Warning: edge is under constant development so be careful using it in production. It is possible that bugs in edge could cause data loss or could break your system. End users should not use edge as their main day-to-day workstation or as a productive system. Because edge is a development branch, many changes are not heavily tested (or tested at all) and packages in edge can and sometimes do break without warning.

I wouldn't generally recommend Alpine Edge as a stable base (similar to Debian Sid).

That makes sense. When will the next stable release be of Alpine with tshark 4.2.3?

SimenB commented 6 months ago

That's a question for whoever maintains the package/distro for Alpine, not here.