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 support for manifest lists #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pranaysashank
Copy link

Amazon ecr responds with manifest list irrespective of what we mention in the Accept header. Added an --arch option, that defaults to builtin arch, to fetch manifest & config files for only the required arch.

Strips Authorization Header when following redirects, this is necessary when making requests to AWS as well as curl's default behaviour

I haven't changed the nix code to pass a system option, so it should default to the build machine

Closes #21

Amazon ecr responds with manifest list irrespective of what we
mention in the Accept header. Added an `--arch` option, that
defaults to builtin arch, to fetch manifest & config files for
only the required arch.

Strips Authorization Header when following redirects, this is
necessary when making requests to AWS as well as curl's default
behaviour
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.

Handle image manifest lists media type
1 participant