Skip to content

Node-RED 1.0

Compare
Choose a tag to compare
@merlinschumacher merlinschumacher released this 20 Oct 16:29
· 60 commits to master since this release
0307b4d

This release changes the Node-RED base image to the official one provided by the project. This means a switch from Debian to Alpine and a smaller image.

The image is now based on Node.js version 10. There is also a one based on Version 12 available. Just append -12 to the Docker image tag.

Thanks to the new base image and crossbuliding with docker buildx there are more CPU architectures available. As of now only ARM32v7 and AMD64 are tested.

The README has been updated to show the new container tags. latest is always the current release. devel is created if there is a push to the master branch.

The Docker images are now built by GitHub Actions and not the Docker Hub anymore.