-
Notifications
You must be signed in to change notification settings - Fork 68
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
consider making pipeline runtime image image_name reference sha256 digest format #259
Comments
Acceptance criteria
|
@harshad16 yes, and for readability in Elyra GUI, you can put the tag that was originally part of the docker image image_name in the tags array instead, as an element of that. https://github.com/opendatahub-io/notebooks/blob/main/jupyter/datascience/ubi9-python-3.9/runtime-images/datascience-ubi9-py39.json#L4 I wonder if image pull policy is also a part of that json. If yes, since we would now be at unique hashes, we could use
full example:
|
This feature is completed with the PR: #286 |
…wnload location (opendatahub-io#259) * RHOAIENG-8255: Fix spawn-fcgi-1.6.3-23.fc37.x86_64.rpm download location Previously used location is now unavailable and returns 404 error. This new location comes from https://koji.fedoraproject.org/koji/buildinfo?buildID=2028619 (cherry picked from commit e9c3f9a) * fixup from review, use a little bit more proper rpm link (cherry picked from commit ab0f785) * also fix the rhel9 downstream-only build --------- Co-authored-by: Jiri Daněk <[email protected]>
related to
opendatahub-io-contrib/workbench-images#44
docker image tag can be put in tags array of json.
the image_name should be in digest format
for all runtime image jsons at
notebooks/jupyter/datascience/
so as to be compatible with restricted network environments and ImageContentSourcePolicy. Important for restricted network environments / airgapped. Yes, users can add additional runtimes via GUI per user notebook / PVC, but the default runtimes as delived via ODH in the docker jupyter datascience images should be in the correct format as well.
image_name is used for pulling images, tags are shown in Elyra GUI, just like display_name.
i.e.
The text was updated successfully, but these errors were encountered: