Christian Fiderer
Christian Fiderer
Running notary on a GUN that contains a port number (e.g. the 443 in docker.io:443/library/ubuntu) on Windows fails because the colon is an invalid character in a directory name: ```...
As of now, the containers/image library uses the `sirupsen/logrus` package for logging. This has a major drawback: when performing image activities for several images in different goroutines in parallel, it...
Hi, I am able to inspect my test image at GCR, but I cannot delete it: ``` bash > skopeo --debug delete docker://eu.gcr.io/sap-clm-ift/username/ji1516/com.sap.sl.cbpod/canary:1.0.0 time="2022-07-20T18:13:31+02:00" level=debug msg="Using registries.d directory /etc/containers/registries.d" time="2022-07-20T18:13:31+02:00"...
The `slog.Group()` function is the only means to put some grouped data elements between other elements into the log. A call like `logger.Info("message", "key1", value1, slog.Group("group", "key2", value2, "key3", value3),...