oci-registry icon indicating copy to clipboard operation
oci-registry copied to clipboard

Results 6 oci-registry issues
Sort by recently updated
recently updated
newest added

Haven't narrowed it down yet, but ran into this pull error which went away when I cleared our the S3 bucket: ``` Warning Failed 3s kubelet Failed to pull image...

``` 2023-07-14 09:09:58 2023-07-14T13:09:58.621737Z WARN oci_registry::api: /jetstack/cert-manager-approver-policy/manifests/v0.7.0 not found at manifests/quay.io/jetstack/cert-manager-approver-policy/v0.7.0 in repository (I/O error: No such file or directory (os error 2)); pulling from upstream 2023-07-14 09:09:58 2023-07-14T13:09:58.894248Z INFO...

Hello Mike, I've been using oci-registry at my homelab happily. Lately I decided to switch to S3 storage, as my raspberry pi SD card has been not so fast. I...

Hi, I would like to ask, if it possible to proxy only to namespaces specified in config file, and drop any other requests? Example, in config file I have only...

Hey! I've configured containerd as below: ``` root@wc1-oci-reg-control-plane:/etc/containerd/certs.d# cat docker.io/hosts.toml server = "https://registry-1.docker.io" [host."http://172.17.0.1:30180"] capabilities = ["pull", "resolve"] ``` Proxy seems to be deployed fine: ``` root@wc1-oci-reg-control-plane:/etc/containerd/certs.d# curl -s 172.17.0.1:30180/metrics...

The new image `mcronce/oci-registry:v0.3.19` fails to start with the following error; ``` /usr/local/bin/oci-registry: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/bin/oci-registry) /usr/local/bin/oci-registry: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/bin/oci-registry)...