I was wondering about the /v2/tags routes that are used in the scs-library-client:
https://github.com/sylabs/scs-library-client/blob/eeab0e8dd3a70c3b0d448e7fc0768db67b3646ad/client/api.go#L271
https://github.com/sylabs/scs-library-client/blob/eeab0e8dd3a70c3b0d448e7fc0768db67b3646ad/client/api.go#L243
They're also missing in the openapi.yml, are they not for "public consumption"? I've implemented them in hinkskalle, it's been a while, I think it was because when you report api version 2.0.0-alpha.2 singularity uses this to get/set arch-specific tags.
I was wondering about the /v2/tags routes that are used in the scs-library-client:
https://github.com/sylabs/scs-library-client/blob/eeab0e8dd3a70c3b0d448e7fc0768db67b3646ad/client/api.go#L271
https://github.com/sylabs/scs-library-client/blob/eeab0e8dd3a70c3b0d448e7fc0768db67b3646ad/client/api.go#L243
They're also missing in the openapi.yml, are they not for "public consumption"? I've implemented them in hinkskalle, it's been a while, I think it was because when you report api version 2.0.0-alpha.2 singularity uses this to get/set arch-specific tags.