question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pipeline editor does not refresh runtime image list after updates via the metadata editor

See original GitHub issue

1.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. image

  • I created a new pipeline and added a notebook.

  • I assigned the updated runtime image configuration as “runtime image” for the notebook node. image

  • 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:open
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
lresendecommented, Oct 5, 2020

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.

0reactions
ptitzlercommented, Oct 5, 2020

I don’t think this is a duplicate. We are looking at two distinct problem scenarios.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found