Fix links

This commit is contained in:
stianst 2021-02-17 09:33:18 +01:00 committed by Stian Thorgersen
parent 6e396a7229
commit 35a1faf0a6

View file

@ -19,7 +19,7 @@ For users with more advanced Docker registry configurations, it is generally rec
service: docker-test
issuer: http://localhost:8080/auth/realms/master
This output can then be copied into any existing registry config file. See the link:https://docs.docker.com/registry/configuration/[registry config file specification] for more information on how the file should be set up, or start with link:https://github.com/docker/distribution/blob/master/cmd/registry/config-example.yml[a basic example].
This output can then be copied into any existing registry config file. See the link:https://docs.docker.com/registry/configuration/[registry config file specification] for more information on how the file should be set up, or start with link:https://github.com/distribution/distribution/blob/main/cmd/registry/config-example.yml[a basic example].
WARNING: Don't forget to configure the `rootcertbundle` field with the location of the {project_name} realm's public certificate. The auth configuration will not work without this argument.