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 oc image append which adds layers to a schema1/2 image #20027

Merged
merged 7 commits into from
Jul 13, 2018

Commits on Jul 11, 2018

  1. Allow the -delete-namespace flag to work on origin tests

    Regressed when we started using our own logic.
    smarterclayton committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    3dd13d9 View commit details
    Browse the repository at this point in the history
  2. Track OS information for images, prune status tags

    Unify location of some base layer constants
    smarterclayton committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    fb2ae7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54636b8 View commit details
    Browse the repository at this point in the history
  4. Split private mirror functions for reuse

    These files will be copied for now and then refactored later into
    reusable packages.
    smarterclayton committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    da471b8 View commit details
    Browse the repository at this point in the history
  5. registry login should not encode service account name

    system:serviceaccount:blah:blah is incorrectly encoded into base64 for
    authorization, causing the successive login to fail. Instead, encode it
    as system-serviceaccount-namespace-name which is ignored by the
    registry.
    
    Also add an insecure flag to skip-check that will bypass validating TLS
    certs during the skip-check.
    smarterclayton committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    80adc18 View commit details
    Browse the repository at this point in the history
  6. Update import-restrictions.json with new packages

    These are moves of existing code in the same set, or new, simple
    dependency packages that bring in no major subtrees.
    smarterclayton committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    1346deb View commit details
    Browse the repository at this point in the history
  7. Add oc image append which adds layers to a schema1/2 image

    This command can take zero or more gzipped layer tars (in Docker layer
    format) and append them to an existing image or a scratch image and then
    push the new image to a registry. Layers in the existing image are
    pushed as well. The caller can mutate the provided config as it goes.
    smarterclayton committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    2721b3b View commit details
    Browse the repository at this point in the history