kubernetes / registry.k8s.io

This project is the repo for registry.k8s.io, the production OCI registry service for Kubernetes' container image artifacts
https://registry.k8s.io
Apache License 2.0
403 stars 73 forks source link

Firewall blocks access to endpoints represented by registry.k8s.io #256

Closed sharonkimchi closed 1 year ago

sharonkimchi commented 1 year ago

Is there an existing issue for this?

What did you expect to happen?

My environment is behind firewall, where I need to request specific FQDN/IP to be opened. However, registry.k8s.io redirects its backend hosts dynamically, sometimes on specific docker image layers.

$ sudo docker pull registry.k8s.io/ingress-nginx/controller:v0.35.0

v0.35.0: Pulling from ingress-nginx/controller Get https://us-west2-docker.pkg.dev/v2/k8s-artifacts-prod/images/ingress-nginx/controller/manifests/sha256:09b1dd9beada71f80e4cb39f46de84a3272adaf1222c5c5a0e1c79104c73c99a: read tcp :51212->209.85.146.82:443: read: connection reset by peer

Debugging Information

curl -v https://registry.k8s.io/v2/

Anything else?

No response

Code of Conduct

mrbobbytables commented 1 year ago

Please see the stability guarantees - https://github.com/kubernetes/registry.k8s.io#stability

If you are behind a firewall that limits your outbound connections, your best option is to mirror the images you need.

/close

k8s-ci-robot commented 1 year ago

@mrbobbytables: Closing this issue.

In response to [this](https://github.com/kubernetes/registry.k8s.io/issues/256#issuecomment-1629153840): >Please see the stability guarantees - https://github.com/kubernetes/registry.k8s.io#stability > >If you are behind a firewall that limits your outbound connections, your best option is to mirror the images you need. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.