Valentin Rothberg
Valentin Rothberg
When unpacking an image config that has specified volumes, umoci ignores those volumes when creating the bundle. This is a perfectly fine behavior, but a user might expect that (a)...
Add private-registry mirror support Add support for mirroring private registries. The daemon.json config can now be configured as exemplified below: ```json { "registries": [ { "Prefix": "docker.io/alpine", "Mirrors": [ {...
### Is your enhancement related to a problem? Please describe It currently takes 2 mouse clicks to sign in. One for the drop-down menu, another for the button. ![Screenshot 2024-02-13...
Hi! I came across this issue while trying to debug an issue with an insecure registry behind a proxy. I noticed that, even with the workaround in place, `podman pull`...
Reported by @praveenkumar. A minimal reproducer (registries.conf): ``` [[registry]] location = "docker.io/library/alpine:latest" [[registry.mirror]] location = "docker.io/library/busybox" ``` ... does not match when copying `docker.io/library/alpine:latest` while removing the ":latest" tag from...
https://bugzilla.redhat.com/show_bug.cgi?id=1898309 is asking to add some more information to users when loosing the connection to/from a registry. I'll move the technical discussion here. Skimming the code, we may need to...
When copying an image to a storage destination, each blob is written to a file in a temporary directory. Once the image has been committed, the temporary directory gets removed....
Can we add build + install instructions and some on how to test everything?
Similar to `SetNames(...)` for altering the names of an image, I desire an API to alter the _digests_ of an image. Background: `docker rmi foo@RepoDigest` is actually removing `RepoDigest` from...
> openat(AT_FDCWD, "/run/ostree-booted", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) When running `bootc switch` on a non-ostree system it errors out with > ERROR Switching: Acquiring sysroot: No...