Skip to content

Add mariner image and upgrade zulu

Arturo Hernandez [EPAM] requested to merge ah/upgrade-zulu into main

Pods are consuming lot of memory due AKS upgrade to 1.25, cgroups2 it is not supported in current zulu8 version.

This MR Provides:

  • Usage of latest zulu version for default image
  • Mariner Dockerfile definition (mariner it is used and recommended by MSFT, it is their recommended solution), actually OAK/MEDS uses this flavor of docker image.
  • Fix pipeline

Links to related issues:

Needed to update zulu version as well as alpine version.

Mariner version also addresses this issue (Check comparison against schema):

image

Prior to this upgrade pods memory consumption ~ Pod Resource Limit (~5G):

image

After upgrading zulu version (~2G) (not reaching the 5G threshold):

image

Related MR and issues:

Merge request reports