Skip to content

Upgrade AWS dockerimage for provider to user Node 18 as base image

Guillaume Caillet requested to merge cailletg-test-node18 into master

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Provider image is using node16 which end of life date was September 2023: https://nodejs.org/en/blog/announcements/nodejs16-eol

What is the new/expected behavior?

Using a maintained image of Node

Merge request reports