docker
docker copied to clipboard
Remove node6
Hello ✋ . redash/base doesn't have to install node. refs https://github.com/getredash/redash/pull/3199
Thanks!
We need to think how to handle this: currently all the old getredash/redash Dockerfiles reference redash/base:latest, which if we merge this will no longer have Node installed.
I think we should:
- Switch to versioned image references.
- Keep
latesttag reference the old image until enough time passed and we can deprecate it.
Until I figure out how to build versions, let's keep this open.