Anders Björklund

Results 159 issues of Anders Björklund

### Description There are some projects using "OCI Registry As Storage" ([ORAS](https://oras.land)), to download their images. They add a kernel to a container image, and thus making it into a...

### Description This causes the probe to loop on startup, even though everything is fine. ``` INFO[0011] [hostagent] Waiting for the essential requirement 4 of 4: "/etc/fuse.conf (/etc/fuse3.conf) to contain...

Was looking more at caching, and thought it would be a good idea to store the last modified time too. ```console $ more ~/.cache/lima/download/by-url-sha256/2385cd7cc68589b1dab56df12415b9151d977ba9b9b668e913f02ebd35804ef7/url https://github.com/lima-vm/alpine-lima/releases/download/v0.2.38/alpine-lima-std-3.19.0-x86_64.iso $ more ~/.cache/lima/download/by-url-sha256/2385cd7cc68589b1dab56df12415b9151d977ba9b9b668e913f02ebd35804ef7/time Fri, 26...

Implements both `http_proxy` and `https_proxy` (with mitm cert) ~~Does not actually cache anything (yet), just verbose INFO logging.~~ The use case is to use the regular $LIMA_CACHE also for apt/ctr....

There should not be a non-system user in the image. Let cloud-init handle the users and groups instead. Closes #2362 Fixes the boot on Linux, and then you can add...

guest/alpine

### Description Currently the baseimage and the nerdctl-full can be cached, so that they don't have to be downloaded. But then there are still some packages missing, which means that...

enhancement
expert

### Description Getting errors from cloud-config, when trying to create the initial user: ``` 2024-05-25 08:10:21,390 - schema.py[WARNING]: Invalid cloud-config provided: Please run 'sudo cloud-init schema --system' to see the...

### Description Currently we have one "alpine-iso" set of images, that boot from ISO and persists to a data disk. Then we have the "alpine-image" (and all the rest), that...

Currently I just made a copy/paste version, that was called sudoExecuteScript It would be nice if this feature was available through the regular functions? ```diff @@ -1,8 +1,8 @@ -//...