Files
kubesphere/vendor
Jeff 3d2fd1b538 This PR does the following things:
1. add new registry api under resources.kubesphere.io/v1alpha3
2. deprecate registry api v1alpha2

Registry API v1alpha2 uses docker client to authenticate image registry
secret, which depends on docker.sock. We used to mount host
`/var/run/docker.sock` to deployment. It will prevent us imgrating to
containerd since no `docker.sock` exists. Registry API v1alpha3 comes to
rescure, it wraps library go-containerregistry and compatible with
docker registry, Harbor etc.
2021-08-24 13:37:42 +08:00
..
2021-08-16 06:58:12 +00:00
2021-08-16 06:58:12 +00:00
2021-01-04 15:35:32 +08:00
2021-08-16 06:58:12 +00:00
2021-08-16 06:58:12 +00:00
2021-08-16 06:58:12 +00:00
2021-01-04 15:35:32 +08:00
2021-01-04 15:35:32 +08:00
2021-08-16 06:58:12 +00:00
2021-04-29 08:20:05 +00:00
2021-08-16 06:58:12 +00:00
2021-08-24 13:37:42 +08:00