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

Add --image-refs to crane push. #1217

Merged
merged 1 commit into from
Dec 28, 2021
Merged

Conversation

mattmoor
Copy link
Collaborator

This adds an --image-refs flag to crane push similar to the flag
I recently added to ko, which emits a file containing the digests
of the various images published by the command.

The intention of this flag is to work well with things like Tekton
Chains' IMAGES result for attesting to how a bunch of images were
produced.

@codecov-commenter
Copy link

codecov-commenter commented Dec 24, 2021

Codecov Report

Merging #1217 (706422c) into main (2874338) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1217   +/-   ##
=======================================
  Coverage   73.76%   73.76%           
=======================================
  Files         111      111           
  Lines        8181     8181           
=======================================
  Hits         6035     6035           
  Misses       1549     1549           
  Partials      597      597           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2874338...706422c. Read the comment docs.

This adds an `--image-refs` flag to `crane push` similar to the flag
I recently added to `ko`, which emits a file containing the digests
of the various images published by the command.

The intention of this flag is to work well with things like Tekton
Chains' `IMAGES` result for attesting to how a bunch of images were
produced.
@mattmoor mattmoor merged commit 969d436 into google:main Dec 28, 2021
@mattmoor mattmoor deleted the crane-image-refs branch December 28, 2021 18:28
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.

None yet

3 participants