-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
RHODS_1.5.0_GA
-
False
-
False
-
-
No
-
-
-
-
-
-
No
-
No
-
Yes
-
None
-
-
Medium
Description of problem:
Intel one Api Aikit uses "oneapi-aikit" as image tag.
'JUPYTER_IMAGE_SPEC': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/oneapi-aikit:oneapi-aikit'
it could lead to problems when a new image version is released. It means that when a new release of the image comes out, the new version might not be fetched by the customer clusters if the image is already in the cache. Besides, you are not aware of which version of the image you are actually using.
One possible solution would be to use a different tag for each new image version (e.g., add incremental numbers after "openapi-aikit").
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
Actual results:
when a new image version is released, it uses always the same version tag
Expected results:
when a new image version is released, it uses a different version tag
Reproducibility (Always/Intermittent/Only Once):
always
Build Details:
Workaround:
Additional info:
- is related to
-
RHODS-2747 Images are not correctly updated after RHODS upgrade
- Closed