Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Updated default registry url (fixes #298)
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Jun 22, 2021
1 parent 8e46bea commit 6608f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenoid/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ type LogsAware struct {
const (
SelenoidDefaultPort = 4444
SelenoidUIDefaultPort = 8080
DefaultRegistryUrl = "https://registry.hub.docker.com"
DefaultRegistryUrl = "https://index.docker.io"
DefaultDriversInfoURL = "https://raw.githubusercontent.com/aerokube/cm/master/browsers.json"
)

Expand Down

0 comments on commit 6608f77

Please sign in to comment.