Skip to content

Commit

Permalink
Avoid docker.io rate limit failures (#752)
Browse files Browse the repository at this point in the history
Try NethServer mirror on ghcr.io before going to docker.io.
This configuration is applied to Podman Buildah and Skopeo tools.

Refs NethServer/dev#7160
  • Loading branch information
DavidePrincipi authored Nov 22, 2024
1 parent 94a3889 commit 7cda9a4
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Try NethServer mirrors before going to docker.io
#
[[registry]]
location = "docker.io"

[[registry.mirror]]
location = "ghcr.io/nethserver/docker.io"

0 comments on commit 7cda9a4

Please sign in to comment.