adds public image location

This commit is contained in:
Hyatt 2024-12-14 10:13:42 -06:00
parent cb84bcea69
commit 01680ed48d
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -105,8 +105,13 @@ ENTRYPOINT ["/app/webfinger", "serve", "--urn-file", "/home/app/urns.yaml", "--h
repository: repository, repository: repository,
credentials: repositoryCreds credentials: repositoryCreds
], ],
[
repository: "https://index.docker.io/v1/",
credentials: "dockerhub-repository-creds"
],
], ],
destination: [ destination: [
"index.docker.io/thespider/webfinger:latest",
"${repository}/library/webfinger:latest", "${repository}/library/webfinger:latest",
] ]
) )