-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: establish Artifacts WG #409
Conversation
@joshgav ptal |
@afflom thank you for preparing this charter and WG proposal! 🎉 The charter you proposed includes the proposed purpose, goals, and activities of the WG 👍, and we included initial problem statements/user scenarios as an appendix too to inform reviewers. Next we'll:
Let's note here that the content of the charter is based on text and discussions in comments from https://docs.google.com/document/d/1w_lo2RZDKeEzQg4DMV-9Tq4ir_znONj_ypJ27CUfMgY/. Folks may want to review those comments to get full background. As the WG briefly also discussed, we didn't include the list of interested parties from the draft doc so as not to permanently clutter this repo and doc. However, we should think about how to notify and invite them to our meetings and contribute to our work. Perhaps we can CC them here and invite them all to the https://lists.cncf.io/g/cncf-tag-app-delivery/topics listserv and #wg-artifacts Slack channel. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@afflom, you'll need to attest to the content you submit by signing the commit. You can do this from the git
CLI with a command like: git commit -s --amend --no-edit && git push --force
.
Otherwise LGTM!
Those changes look good to me. |
ddaeacd
to
32d12b1
Compare
@joshgav signed-off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! And thanks for following up after the kccnc meetings. Tl;dr, 🚢 👍
One note: this md doc doesn't include the "existing work" section from the Charter draft, but I think that's fine we can keep a link to that and can fold this info into one of the work products produced by the group.
@joshgav We could revisit including an interested parties doc for each WG in this repo? (Related issue #256 (comment)). Or perhaps it's worth adding a "Working Groups" section to the CNCF Community Groups site so that folks can sign up directly for activity by specific WGs. Either way, something we can follow-up on after this WG is fully established 😸 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @afflom for getting this started.
A few minor nits to generalize the charter.
artifacts-wg/charter/charter.md
Outdated
* Configuration source-driven workflow | ||
* Release management | ||
|
||
The work on extensions, patterns and prototypes in this CNCF TAG complements work on official specifications in the Open Containers Initiative (OCI) itself. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: official is redundant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed
artifacts-wg/charter/charter.md
Outdated
# Goals | ||
* Gather existing schemas used via OCI Artifacts as described in https://github.com/opencontainers/artifacts | ||
* Develop a pattern for dynamically discovering existing Artifact schemas | ||
This in contrast to asking all schema developers to publish media types via IANA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Iana registration feels like a specific thing that might be part of the discussion, but is it a goal to remove?
Iana registration was used to solve a clearing house of ownership for a specific artifactType
, It solves the conflicting file extensions type problem. What keeps someone from defining different versions of "helm", or "spdx"?
See Defining a Unique Artifact Type
To avoid bike shedding specifics here, perhaps we can remove line 28, and explore the dynamic discovery?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SteveLasker, I agree that we should not call out IANA here, however I do think that defining an extensibility model is important for the working group to have as a goal. Ideally, it would take administrative burden off of registry operators and publishers by dynamically registering schemas as they are used to describe artifacts and their relationships.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In an effort to not over promise we might want to make a section called "Stretch Goals" to cover topics including decentralization and federation. We could also include as a stretch goal something about how OCI could be a package indices replacement for PyPI, Apt, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ktarplee , I think that this might be a good approach. Would these stretch goals be encapsulated within the main goals? If so, would they be most appropriate in the charter or within the working group's prototyping space?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the "package index" idea is covered under the "Search Query API" goal. It might make sense to add "package index" to the "Activities" section where we talk about npm, PyPI, etc. We only discuss the artifacts in that activity (i.e., how we might store them) and not how we might search for them (i.e., the package index functionality).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be frank I expect we'll keep static registration but introduce experiments for dynamic type/schema discovery alongside that.
I think we've removed this topic from the charter in any case, LGTM.
artifacts-wg/charter/charter.md
Outdated
The work on extensions, patterns and prototypes in this CNCF TAG complements work on official specifications in the Open Containers Initiative (OCI) itself. | ||
|
||
# Goals | ||
* Gather existing schemas used via OCI Artifacts as described in https://github.com/opencontainers/artifacts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm expecting this repo to be archived in the not too distant future:
opencontainers/artifacts#61
opencontainers/artifacts#63
We may want to link to image-spec instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having this group demonstrates theres been a lot of value in OCI Artifacts, so it's not clear why we would archive the repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that discussion is best had in the linked issues. The short version is that image-spec has added a lot of details on how to package content other than images, and it has made changes that aren't included in the artifact repo. Rather than trying to keep the two in sync, I think it makes sense to consolidate to one repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed the reference altogether in my re-imagining of the goals section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That,
- all "artifacts" use OCI artifacts path and by extension use the dist-spec referrers facility
- OR -
- all "artifacts" use https://github.com/opencontainers/artifacts (or derivative) and/or implement specs coming out of this WG
remains unresolved IMO.
I suspect this may just turn out to be a cost-benefit business decision in the end. Too costly to do 2) so just do 1) for example. But not sure we want to make this assumption so early in the game.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this discussion, it's helpful to understand the potential issues with existing artifacts and the evolution of image-spec. Thanks for participating in this group @sudo-bmitch.
artifacts-wg/charter/charter.md
Outdated
* Gather existing schemas used via OCI Artifacts as described in https://github.com/opencontainers/artifacts | ||
* Develop a pattern for dynamically discovering existing Artifact schemas | ||
This in contrast to asking all schema developers to publish media types via IANA. | ||
* Contribute to a common data model for Artifacts in OCI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's going to be more than one data model for artifact content. This implies they will all have a single model.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is getting into defining a new OCI manifest type, OCI is already planning to look at a replacement for the artifact manifest after the image-spec 1.1 release. It's probably better to do that over in OCI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's the reason that this working group was originally pitched to the OCI maintainers. It would be unfortunate if the next OCI data model was not compatible with the search API. With consideration for that prior attempt at establishing this working group under OCI, do you have any suggestions for combining these efforts or at least ensuring this working group's output is a consideration in the development of the next OCI data model?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our focus right now is on the 1.1 release. Once that's done, merging efforts would be great.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be rephrased a bit to focus on the need to package various types of artifacts vs defining a single model (depending on the level where we implement this, we may still have a single model, we may leverage an existing model, or there may be multiple models).
* Contribute to a common data model for Artifacts in OCI | |
* Define data models for storing Artifacts in OCI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would caution activities that define a deliverable outcome as that's what your success will be hinged upon.
Defining OCI for artefacts is going to be a long process of getting people to agree with each other.
Perhaps you can save yourself with wording here
* Contribute to a common data model for Artifacts in OCI | |
Identify an exemplar data model for storing artefacts in OCI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sudo-bmitch @AlexsJones, based on your suggestions and the feedback from @justincormack, I've tried to better address this in the revised goals.
artifacts-wg/charter/charter.md
Outdated
|
||
# Goals | ||
* Gather existing schemas used via OCI Artifacts as described in https://github.com/opencontainers/artifacts | ||
* Develop a pattern for dynamically discovering existing Artifact schemas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's dynamically discovering schemas, and dynamically discovering the artifacts themselves. The former may be both more difficult and less useful to end users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have thoughts on this, but since the line is removed, I'll save them for when we discuss implementation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW there's a comparison to be made with JSON schema and https://www.schemastore.org/json/. VS Code and other tools rely on schemastore for type checks and coding hints; perhaps runtime tools also verify manifests against published schemas. Of course, schemastore is a static registration system like IANA. My point is there does seem to be value in enabling many tools and services to discover the types and schemas behind manifests.
b4f903c
to
92e03c7
Compare
Establish the Artifacts WG under CNCF TAG App Delivery. Refs: cncf#368 Signed-off-by: Alex Flom <[email protected]>
92e03c7
to
4a9c1a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions based on Justin's feedback.
artifacts-wg/charter/charter.md
Outdated
* Gather existing schemas used via OCI Artifacts as described in https://github.com/opencontainers/artifacts | ||
* Develop a pattern for dynamically discovering existing Artifact schemas | ||
This in contrast to asking all schema developers to publish media types via IANA. | ||
* Contribute to a common data model for Artifacts in OCI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be rephrased a bit to focus on the need to package various types of artifacts vs defining a single model (depending on the level where we implement this, we may still have a single model, we may leverage an existing model, or there may be multiple models).
* Contribute to a common data model for Artifacts in OCI | |
* Define data models for storing Artifacts in OCI |
artifacts-wg/charter/charter.md
Outdated
# Goals | ||
* Gather existing schemas used via OCI Artifacts as described in https://github.com/opencontainers/image-spec | ||
* Contribute to a common data model for Artifacts in OCI | ||
* Seek to minimize or avoid any specification changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider removing since this covers how rather than why. We may still do this, but it can also be an arbitrary constraint on our work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
artifacts-wg/charter/charter.md
Outdated
* Gather existing schemas used via OCI Artifacts as described in https://github.com/opencontainers/image-spec | ||
* Contribute to a common data model for Artifacts in OCI | ||
* Seek to minimize or avoid any specification changes | ||
* Define an Artifact Query API based on specific or common data models as an OCI distribution-spec extension |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying to figure out how to rephrase this towards the problem being solved vs the how we are solving it. I'm not excited about my phrasing, but I want to get to a search/query API that may need more parameters than exist in current OCI query APIs.
* Define an Artifact Query API based on specific or common data models as an OCI distribution-spec extension | |
* Define an API to query for Artifacts using parameters needed for the different types of Artifact tooling. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used this as inspo in my goals refactor. Can you PTAL?
To reduce this complexity and facilitate collaboration and innovation, WG Artifacts will gather stakeholders from many CNCF and open source projects offering packaging, distribution and deployment mechanisms for bundles of configuration and code. | ||
|
||
**The WG will:** | ||
* **Develop common patterns** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you really be developing patterns rather than observing and notating what is in use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm hoping that my refactor on the goals section clarifies this a bit. Can you PTAL and let me know if you'd like this bit about patterns reworked?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlexsJones I believe the group intends to influence common patterns directly. First they'll gather up many existing practices, then they'll share practices and patterns across them, and finally they'll influence and standardize these common practices in OCI specifications.
artifacts-wg/charter/charter.md
Outdated
* Gather existing schemas used via OCI Artifacts as described in https://github.com/opencontainers/artifacts | ||
* Develop a pattern for dynamically discovering existing Artifact schemas | ||
This in contrast to asking all schema developers to publish media types via IANA. | ||
* Contribute to a common data model for Artifacts in OCI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would caution activities that define a deliverable outcome as that's what your success will be hinged upon.
Defining OCI for artefacts is going to be a long process of getting people to agree with each other.
Perhaps you can save yourself with wording here
* Contribute to a common data model for Artifacts in OCI | |
Identify an exemplar data model for storing artefacts in OCI |
artifacts-wg/charter/charter.md
Outdated
# Activities | ||
The working group intends to carry out (but is not limited to) the following: | ||
* Gather stakeholders using OCI specifications distribution-spec and image-spec to package and distribute artifacts to document their bundle layouts and content schemas and seek common patterns. | ||
* Why? Reduce cognitive load on end users, reduce errors in configuration, and optimize ongoing development in this space. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't an activity is it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I've removed it.
Signed-off-by: Alex Flom <[email protected]>
I've reworked the goals based on all of the feedback here and in the Artifacts WG meetings. In this rework, I've distilled the goals into 3 "stories". Those are research, design, and prototype. Please let me know if these work or if I should revert to the previous goals format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love the progress the WG has made here. Made a bunch of suggestions based on review
artifacts-wg/charter/appendix.md
Outdated
# Artifacts WG Charter Appendix | ||
|
||
## Problem Statements | ||
* As an artifact consumer I need to discover attributes about every component used or potentially used in my system. I need consistent practices and patterns for querying for these attributes across many artifact types. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* As an artifact consumer I need to discover attributes about every component used or potentially used in my system. I need consistent practices and patterns for querying for these attributes across many artifact types. | |
* As an artifact consumer, I need to discover attributes about every component used or potentially used in my system. I need consistent practices and patterns for querying for these attributes across many artifact types. |
artifacts-wg/charter/appendix.md
Outdated
|
||
## Problem Statements | ||
* As an artifact consumer I need to discover attributes about every component used or potentially used in my system. I need consistent practices and patterns for querying for these attributes across many artifact types. | ||
* As an artifact provider I need to deliver complete components to a runtime platform which may be completely disconnected from the environment where those components are developed. I want consistent practices for bundling and deploying different component types. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* As an artifact provider I need to deliver complete components to a runtime platform which may be completely disconnected from the environment where those components are developed. I want consistent practices for bundling and deploying different component types. | |
* As an artifact provider, I need to deliver a complete set of components to a runtime platform which may be fully disconnected from the environment from where those components are developed or assembled. I want consistent practices for bundling and deploying different component types. |
artifacts-wg/charter/appendix.md
Outdated
## Problem Statements | ||
* As an artifact consumer I need to discover attributes about every component used or potentially used in my system. I need consistent practices and patterns for querying for these attributes across many artifact types. | ||
* As an artifact provider I need to deliver complete components to a runtime platform which may be completely disconnected from the environment where those components are developed. I want consistent practices for bundling and deploying different component types. | ||
* As a security analyst I need to understand and verify the content of bundles used in software and deployed on my platforms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* As a security analyst I need to understand and verify the content of bundles used in software and deployed on my platforms. | |
* As a security analyst, I need to understand and verify the content of bundles used in software and deployed on my platforms. |
* As an artifact consumer I need to discover attributes about every component used or potentially used in my system. I need consistent practices and patterns for querying for these attributes across many artifact types. | ||
* As an artifact provider I need to deliver complete components to a runtime platform which may be completely disconnected from the environment where those components are developed. I want consistent practices for bundling and deploying different component types. | ||
* As a security analyst I need to understand and verify the content of bundles used in software and deployed on my platforms. | ||
* [Proposed] As a platform operator I need a consistent pattern and implementation for deploying bundles to provide additional platform capabilities. For example, I need a consistent pattern for adding extension controller-managers (operators) to Kubernetes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [Proposed] As a platform operator I need a consistent pattern and implementation for deploying bundles to provide additional platform capabilities. For example, I need a consistent pattern for adding extension controller-managers (operators) to Kubernetes. | |
* [Proposed] As a platform operator, I need a consistent pattern and implementation approach for deploying bundles to provide additional platform capabilities. For example, I need a defined pattern for adding extension controller-managers (operators) to Kubernetes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with these changes or the original. @sabre1041 in meetings we agreed that we're going to iterate on these use cases as one of the first tasks of the established WG.
artifacts-wg/charter/charter.md
Outdated
@@ -0,0 +1,44 @@ | |||
# Purpose | |||
In the distributed world of cloud-native computing different artifacts and packages are used to transport configuration and code for the many services and capabilities that comprise and support workloads and applications. As an example, today ArtifactHub advertises that it can crawl about 20 such artifact types [1]. These "cloud-native" bundles add to the previous proliferation of package and artifact types for software dependencies such as Maven and npm and for system packages like deb and rpm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the distributed world of cloud-native computing different artifacts and packages are used to transport configuration and code for the many services and capabilities that comprise and support workloads and applications. As an example, today ArtifactHub advertises that it can crawl about 20 such artifact types [1]. These "cloud-native" bundles add to the previous proliferation of package and artifact types for software dependencies such as Maven and npm and for system packages like deb and rpm. | |
In the distributed world of cloud-native computing, different artifacts and packages are used to transport configuration and code for the many services and capabilities that comprise and support various types of workloads. As an example, today ArtifactHub advertises that it can crawl about 20 such artifact types [1]. These "cloud-native" bundles adds to the previous proliferation of package and artifact types for software dependencies, such as Maven and npm and for system packages, like deb and rpm. |
artifacts-wg/charter/charter.md
Outdated
The working group intends to carry out (but is not limited to) the following: | ||
* Gather stakeholders using OCI specifications distribution-spec and image-spec to package and distribute artifacts to document their bundle layouts and content schemas and seek common patterns. | ||
* Gather stakeholders using non-OCI formats to document their layout and schemas and seek synergies and opportunities. Focus on these artifacts types in priority order: | ||
1. Cloud-native artifact types not currently packaged in OCI, e.g. those in ArtifactHub [3] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Cloud-native artifact types not currently packaged in OCI, e.g. those in ArtifactHub [3] | |
1. Cloud-native artifact types not currently packaged in OCI format, e.g. those in ArtifactHub [3] |
artifacts-wg/charter/charter.md
Outdated
* Gather stakeholders using OCI specifications distribution-spec and image-spec to package and distribute artifacts to document their bundle layouts and content schemas and seek common patterns. | ||
* Gather stakeholders using non-OCI formats to document their layout and schemas and seek synergies and opportunities. Focus on these artifacts types in priority order: | ||
1. Cloud-native artifact types not currently packaged in OCI, e.g. those in ArtifactHub [3] | ||
2. Software library artifacts such as those in npm, pyPi and Maven Central |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. Software library artifacts such as those in npm, pyPi and Maven Central | |
2. Software library artifacts, such as those in npm, PyPi, and Maven Central |
artifacts-wg/charter/charter.md
Outdated
* Gather stakeholders using non-OCI formats to document their layout and schemas and seek synergies and opportunities. Focus on these artifacts types in priority order: | ||
1. Cloud-native artifact types not currently packaged in OCI, e.g. those in ArtifactHub [3] | ||
2. Software library artifacts such as those in npm, pyPi and Maven Central | ||
3. System package artifacts such as those in rpm, deb, brew |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3. System package artifacts such as those in rpm, deb, brew | |
3. System package artifacts, such as those in RPM, deb, and brew repositories |
artifacts-wg/charter/charter.md
Outdated
1. Cloud-native artifact types not currently packaged in OCI, e.g. those in ArtifactHub [3] | ||
2. Software library artifacts such as those in npm, pyPi and Maven Central | ||
3. System package artifacts such as those in rpm, deb, brew | ||
* Advocate for and contribute to common formats to enable search and discovery of attributes and aspects of artifacts like SBOMs, attestations and other elements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Advocate for and contribute to common formats to enable search and discovery of attributes and aspects of artifacts like SBOMs, attestations and other elements | |
* Advocate for and contribute to common formats to enable search and discovery of attributes and aspects of artifacts like SBOM's, attestations, and other elements |
artifacts-wg/charter/charter.md
Outdated
3. System package artifacts such as those in rpm, deb, brew | ||
* Advocate for and contribute to common formats to enable search and discovery of attributes and aspects of artifacts like SBOMs, attestations and other elements | ||
* Establish "duck types" [4] for common attributes | ||
* Demonstrate via prototypes use of published schemas to facilitate query and analysis of bundles and content. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Demonstrate via prototypes use of published schemas to facilitate query and analysis of bundles and content. | |
* Demonstrate via prototypes the use of published schemas to facilitate query and analysis of bundles and content. |
Signed-off-by: Alex Flom <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the spirit of "Perfect is the enemy of good", I approve to continue making iterative progress.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really like how you refactored the Goals section @afflom. You captured the intent of the original list items but described them more clearly in human terms.
LGTM!
Signed-off-by: Hoon Jo <[email protected]>
Establish the Artifacts WG under CNCF TAG App Delivery.
Closes: #368