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

Sync images from one image stream to another registry #14471

Merged
merged 5 commits into from
Oct 15, 2017

Commits on Oct 12, 2017

  1. UPSTREAM: docker/distribution: 2382: Don't double add scopes

    Allows tokens that cover the scope to be reused
    smarterclayton committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    3abce45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b6eb9 View commit details
    Browse the repository at this point in the history
  3. UPSTREAM: docker/distribution: 2384: Fallback to GET for manifest

    When Docker-Content-Digest is not specified on the response, fall back
    from HEAD to GET so that we can calculate the digest from the manifest
    content.
    smarterclayton committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    00b30f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    176a7a1 View commit details
    Browse the repository at this point in the history
  5. cli: Mirror images across registries or to S3

    A new command `oc image mirror` uses the Docker registry API to read
    from one or more images and copy them to remote registries (without
    locally storing those images). The command can also copy to an S3
    bucket, creating the necessary structure to form a read-only registry.
    smarterclayton committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    e04b165 View commit details
    Browse the repository at this point in the history