-
|
I am currently working in a very restricted environment. Therefore I can't download the Alpine images from the internet. Actually I could, but the proxy of the enterprise I am working for has problems to handle large files. Furthermore it would be more efficient to download the files from a local storage. The file Is it possible to upload the images to a local storage server, e.g. a raw repository provided by Nexus, and to replace the URLs above by the local ones? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
At the moment, not within Colima itself. You can override the images with Lima by creating a But it is recommended to specify the expected Colima iso images as anything otherwise would most certainly not work as desired. |
Beta Was this translation helpful? Give feedback.
-
|
I created a file called What did the trick was to call after the first failure |
Beta Was this translation helpful? Give feedback.
I created a file called
~/.lima/config/override.yamland put the image section from above to that file. Starting colima failed with the message, that a file called~/.lima/config/lima.yamlis missing. I simply created an empty file with that name but it didn't help.What did the trick was to call after the first failure
limactl edit colimaand to edit the file in the opened editor.