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.

Currently it is not possible to differentiate `che_plugin_sidecar_plugin_registry_image` from the RELATED_IMAGEs

See original GitHub issue

Is your enhancement related to a problem? Please describe.

CSV contains a bunch of the che_plugin_sidecar_plugin_registry_image Related Images - https://github.com/operator-framework/community-operators/blob/b560ec81cd4e586e9cb05c3674426da4971ba3b3/community-operators/eclipse-che/7.32.0/eclipse-che.v7.32.0.clusterserviceversion.yaml#L1029-L1079

This becomes a problem if we want to automatically pre-pull by default some of the sidecar images e.g. java8 Currently, it is simply not possible to differentiate those, since all of them are using the same image names and different digests, and it is only possible to identify by tag names - https://quay.io/repository/eclipse/che-plugin-sidecar?tag=latest&tab=tags

Describe the solution you’d like

It should be possible to differentiate in the CSV che_plugin_sidecar_plugin_registry_image

Describe alternatives you’ve considered

Not pre-pull sidecar images at all by default

Additional context

This issue is related to https://github.com/eclipse/che/issues/19657

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
tolushacommented, Jul 16, 2021

Theoretically we can include image tag in RELATED_IMAGE env var name like this: RELATED_IMAGE_che_plugin_sidecar_plugin_registry_image_java8_1273116_<....> Will it fit your needs?

0reactions
che-botcommented, Mar 1, 2022

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

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