Pipeline editor does not refresh runtime image list after updates via the metadata editor
See original GitHub issue1.1
Scenario:
-
I had previously created a runtime image configuration. (days ago)
-
In this configuration I changed today the Docker image name to something else.
-
I created a new pipeline and added a notebook.
-
I assigned the updated runtime image configuration as “runtime image” for the notebook node.
-
I saved the pipeline.
-
The pipeline file includes a reference to the old Docker image.
"pipelines": [
{
"id": "c26a08f5-6a74-4edc-9e74-f6fd7dcfb2b7",
"nodes": [
{
"id": "b5a7da08-35c6-44a4-afe2-6067bfabe181",
"type": "execution_node",
"op": "execute-notebook-node",
"app_data": {
"filename": "Untitled.ipynb",
"runtime_image": "ptitzler/my-runtime-image",
"env_vars": [],
"include_subdirectories": false,
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Runtime Image Configuration - Elyra Documentation
Managing runtime image configurations using the JupyterLab UI¶ · Click the Open Runtime Images button in the pipeline editor toolbar. · Select the...
Read more >Automate Elyra tasks using the CLI | by Kiersten Stokes
The elyra-metadata command can be used to modify this metadata using the available subcommands: list , create , update , import , export...
Read more >Troubleshooting CI/CD - GitLab Docs
GitLab provides several tools to help make troubleshooting your pipelines easier. This guide also lists common issues and possible solutions.
Read more >Update an existing pipeline - Dataflow - Google Cloud
Currently, updating batch pipelines is not supported. ... Alternatively, you can query a list of existing jobs by using the Dataflow Command-line Interface....
Read more >Microsoft-hosted agents for Azure Pipelines
You can try a Microsoft-hosted agent for no charge. ... information and instructions on how to update your pipelines that use those images, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry for making it as duplicated, after a second and third read on the issue I think I understand it now. I have changed the issue title to better represent the issue that is happening on the user interface.
I don’t think this is a duplicate. We are looking at two distinct problem scenarios.