You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to make all dependencies air gapped so we download it to artifactory and create a secret for all the dependencies. We want to use this as k8's service bindings. From the documentation, i see build resource will not support service binding but image resource does.
Our requirement is to do one-off builds and avoid rebuilds. so dont want to use image resource. The limitation we are facing is that we dont know how to make it air-gapped for build resource by mapping dependencies using k8's secret.
Can someone provide some input ?
The text was updated successfully, but these errors were encountered:
Hello,
We want to make all dependencies air gapped so we download it to artifactory and create a secret for all the dependencies. We want to use this as k8's service bindings. From the documentation, i see build resource will not support service binding but image resource does.
Our requirement is to do one-off builds and avoid rebuilds. so dont want to use image resource. The limitation we are facing is that we dont know how to make it air-gapped for build resource by mapping dependencies using k8's secret.
Can someone provide some input ?
The text was updated successfully, but these errors were encountered: