Skip to content
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

include subject/artifactType in ECR manifest #1058

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

bdehamer
Copy link
Collaborator

@bdehamer bdehamer commented Mar 8, 2024

Updates the AWS ECR specific code for pushing artifacts into the registry. Previously, we had to dumb-down the artifact manifest when pushing to ECR due to compatibility issues with this registry. It seems that some of the previous issues have been resolved and we can add back fields like subject and artifactType to the manifest.

The issue of ECR not accepting content types which contain a ; character remains so we still need to do some transformation of the Sigstore bundle type before uploading the manifest to ECR.

@bdehamer bdehamer requested a review from a team as a code owner March 8, 2024 21:11
Copy link

changeset-bot bot commented Mar 8, 2024

🦋 Changeset detected

Latest commit: 4cb057d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sigstore/oci Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@bdehamer bdehamer merged commit ee3a521 into main Mar 8, 2024
26 checks passed
@bdehamer bdehamer deleted the bdehamer/oci-ecr-upgrade branch March 8, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants