Skip to content

Commit

Permalink
Change default URI of docker registry (#15467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qubad786 authored Jan 23, 2025
1 parent b040cd6 commit 911a966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/api/v25_04_0/app_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AppRegistryEntry(BaseModel):

class AppRegistryCreate(AppRegistryEntry):
id: Excluded = excluded_field()
uri: str = 'https://registry-1.docker.io/'
uri: str = 'https://index.docker.io/v1/'


class AppRegistryCreateArgs(BaseModel):
Expand Down

0 comments on commit 911a966

Please sign in to comment.