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
I am new to kubernetes and the argo suite of tool. I trying to build a image using buildkit. I initially started with this example (https://raw.githubusercontent.com/argoproj/argo-workflows/master/examples/buildkit-template.yaml) but I couldn't get it to work with my private gitlab repo. mainly with the cloning part. It kept failing saying that the directory was not empty. So I moved to using git artifacts which seems to work well. The only problem is that it mounts it on the container drive, not my mounted volume. Is there a way to get it to download to the files directly to the mounted volume?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to kubernetes and the argo suite of tool. I trying to build a image using buildkit. I initially started with this example (https://raw.githubusercontent.com/argoproj/argo-workflows/master/examples/buildkit-template.yaml) but I couldn't get it to work with my private gitlab repo. mainly with the cloning part. It kept failing saying that the directory was not empty. So I moved to using git artifacts which seems to work well. The only problem is that it mounts it on the container drive, not my mounted volume. Is there a way to get it to download to the files directly to the mounted volume?
Beta Was this translation helpful? Give feedback.
All reactions