Support for conformance results.yaml input#130
Support for conformance results.yaml input#130sudo-bmitch wants to merge 1 commit intoopencontainers:mainfrom
Conversation
✅ Deploy Preview for oci-conformance ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
17b3ff4 to
cfa01bf
Compare
|
By popular request: failure is now an option. |
| -e OCI_ROOT_URL="https://r.myreg.io" \ | ||
| -e OCI_NAMESPACE="myorg/myrepo" \ | ||
| -e OCI_VERSION="$spec_version$" \ | ||
| -e OCI_REGISTRY="r.myreg.io" \ |
There was a problem hiding this comment.
This is only supported in a post-opencontainers/distribution-spec#588 world, right?
There was a problem hiding this comment.
Indeed. So there is a mutual dependency between the two PRs, but this is only in the instructions, so a softer dependency.
tianon
left a comment
There was a problem hiding this comment.
I didn't read all the details, but the broad strokes seem fine and the output looks fine 👍
This reworks the page to show a collapsed list under the version because there are a lot of workflows in the new conformance tests. The instructions have also been updated and adjusted for markdown linting. Signed-off-by: Brandon Mitchell <git@bmitch.net>
cfa01bf to
afefc95
Compare
Something to consider, now that we are allowing a project to submit a failing conformance test, and we would accept that submission, does that mean the project could then claim they are OCI Certified? |
|
We don't have an actual certification program, so IMO it would be disingenuous for anyone to claim "certified" |
Don't we though? I mean it's not being properly maintained right now, but it does exist, in two contradictory states: |
|
Both of those are filled with outright invalid information, outdated information, and even several literal "TODO" references -- OCI certification is a dream that was never realized (the best we got was conformance, and even then only for the distribution spec, which to be clear is a fine state imo). |
This reworks the page to show a collapsed list under the version because there are a lot of workflows in the new conformance tests.
This is a prerequisite for opencontainers/distribution-spec#588.