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 initial Architectures support (and the beginnings of a "put-shared" subcommand for bringing all the SharedTags and arch-specific images together with manifest lists/indexes) #3009

Merged
merged 1 commit into from
Jun 2, 2017

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 1, 2017

This is part of #2289 and the ever-increasing goal of officially supporting multiple architectures.

A few things that aren't supported yet here that we'd like to support:

  • a fully-functional put-shared subcommand which actually creates manifest lists / indexes properly (taking both Architectures and SharedTags into account)
  • validating expected Architectures values; the full initial list is as follows:
    • amd64
    • arm32v5
    • arm32v6
    • arm32v7
    • arm64v8
    • i386
    • ppc64le
    • s390x
    • windows-amd64
  • automatically targeting the appropriate namespace for tag and push (so that put-shared can also deterministically use the same lookup table to re-join everything)

…d" subcommand for bringing all the SharedTags and arch-specific images together with manifest lists/indexes)
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