diff --git a/template/registry.yaml b/template/registry.yaml index de385226..3668a828 100644 --- a/template/registry.yaml +++ b/template/registry.yaml @@ -7,18 +7,7 @@ spec: url: 'https://distribution.github.io/distribution' gitRepo: 'https://github.com/distribution/distribution' author: 'sealos' - description: 'registry is an implementation of the OCI Distribution Specification. gui-registry is a web UI for registry, default registry username and password is root/root . -example: - registry the external network address is https://domain.cloud.sealos.io , gui-registry the external network address is https://gui-registry.cloud.sealos.io: - push image: - docker login domain.cloud.sealos.io # username: root, password: root - docker tag nginx:latest registry.cloud.sealos.io/nginx:latest # tag image - docker push domain.cloud.sealos.io/nginx:latest # push image to registry - web management: - Access address:https://gui-registry.cloud.sealos.io - username: root # registry username - password: root # registry password - ' + description: 'gui-registry is a web UI for registry, default registry username and password is root/root' readme: 'https://raw.githubusercontent.com/distribution/distribution/main/README.md' icon: 'https://avatars.githubusercontent.com/u/78096003?s=48&v=4' templateType: inline