-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add images used in internal samples as RELATED_IMAGES variables into the che-operator container #23149
Comments
To find out the list of samples: To find out the list of editors: |
@tolusha is it documented by any chance? |
Operators should:
Document how to read that file by admin |
@tolusha looks like there is some mismatch with images based on:
last idea image point to UDI for some reason |
N.B. |
That's because upstream doesn't have any samples |
Is your task related to a problem? Please describe
Currently it's hard to collect all related images that should be pre-pull
Describe the solution you'd like
All images that used in editors' definitions and internal samples' devfiles should be added as environment variables into the operator container to pre-pull them.
Currently we only have env variables that describe related images used in editors:
RELATED_IMAGE_editor_definition_che_code_latest_che_code_runtime_description=registry.redhat.io/devspaces/udi-rhel8@sha256:9199796c9dd82a16ebb2c4ff8d06b9727f392eb93eb7ffa2974ad6c16e3d8e5d
Need similar variables for images used in samples:
RELATED_IMAGE_sample_devfile_ansible_devspaces_demo=ghcr.io/ansible/ansible-workspace-env-reference@sha256:03d7f0fe6caaae62ff2266906b63d67ebd9cf6e4a056c7c0a0c1320e6cfbebce
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: