opencontainers / oci-conformance

OCI Conformance/Certification Working Group
https://conformance.opencontainers.org
Apache License 2.0
71 stars 44 forks source link

let's tag a release here #76

Closed vbatts closed 3 years ago

jdolitsky commented 3 years ago

@vbatts I'm not sure it makes sense to. The distirbution-spec folder is meant to hold subfolders like v1.0.0, v1.0.1 and registries can submit accordingly.

Also, will the tag match distribution-spec or?

Here are the instructions for submitting conformance: https://github.com/opencontainers/oci-conformance/blob/main/instructions.md#contents-of-the-pr

and example PR: https://github.com/opencontainers/oci-conformance/pull/38/files

jdolitsky commented 3 years ago

This is based on k8s-conformance. I went there to see if they use tags, and it appears they do not, just folders for different versions as I am suggesting: https://github.com/cncf/k8s-conformance

vbatts commented 3 years ago

that's a good point. Any versions of this repo would not expect to match with versions of say distribution-spec, but rather to itself. As the conformance test grows and changes, wouldn't it be good to know the version at the point you ran it? maybe only the git commit of the conformance repo is sufficient...