Closed brendankellyibm closed 2 months ago
@brendankellyibm - I do see both app-name and image-name variable in the CI pipeline, but they have different values. What is the case for missing image-name? And can we instead do a fall-back to app-name in case image name is missing?
@in-1911 it's a good point - seems the ci_code_engine_image_name
parameter controls this in the Code Engine version of the ALM DA, but there's no equivalent in the ROKS DA. I'll keep image-name
for clarity and fallback to app-name
, which is available in both versions.
It seems that the
image-name
variable isn't automatically populated by the ALM DA, so I'm changing the construction of the image name to useapp-name
instead, which is available.