Replies: 1 comment
-
We can already consume remote registries, but only public ones. It's handled in the OpenShift templates, with the QuickStart's example using Tagging is handled by a 3rd party action, which we can dig into. The maintainer appears responsive. It'd take some shuffling, but this request seems doable! Keep the discussion going and let's get a ticket/issue or other plan in place. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Setup: Need to deploy a support application as part of our solution.
Problem: Do not control remote image registry, do not desire to build images.
Question: Is integrating a remote application deployment (which may not be a react application) a good idea?
Should we extend the design to accommodate this?
Separate the pipelines & deployments entirely? (I like this idea, but its an anti-pattern to ci/cd testing convergence. Plus, A depends on B)
Beta Was this translation helpful? Give feedback.
All reactions