akeneo / Dockerfiles

DEPRECATED for PIM 4.0 and above - Official Dockerfiles for Akeneo development and testing
https://hub.docker.com/r/akeneo/
MIT License
49 stars 34 forks source link

RAC: add node v14 image #363

Closed ghoussard closed 2 years ago

ghoussard commented 2 years ago

Description

As node 12 is now deprecated since 30th April 2022. I submit a PR to add a brand new image including node 14.

Results of the build:

$ docker run --rm akeneo/node:14 node --version
v14.19.2

$ docker run --rm akeneo/node:14 yarn --version
1.22.18

Definition Of Done

Q A
Added tests -
Changelog updated OK
Documentation OK

Todo: Pending / Work in progress OK: Done / Validated -: Not needed