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

[release-4.6] Bug 1942818: when mirroring to a file destination, mount images under the index location #892

Commits on Mar 25, 2021

  1. when mirroring to a file destination, mount images under the index

    when mirroring an index image: quay.io/my/index:a
    that contains a reference to another image: quay.io/other/bundle:1
    to a local file: file:///local/index
    
    the referenced images are now mounted under the location for the index
    itself, resulting in (for example):
    
    file:///local/index/my/index:a
    file:///local/index/my/index/other/bundle:1
    
    this fixes a bug where the next step of an airgap mirror can't find the
    images to be mirrored.
    
    as a side effect, this keeps all catalog content stored under the same
    fs location. Local file storage can be shared with other mirrored
    images while keeping it simple to copy the full contents of an index
    to another location.
    ecordell authored and openshift-cherrypick-robot committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    669f6d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    da7c034 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. pkg/cli/admin/catalog: use internal ref parser rather than library-go's

    Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
    estroz committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    de154bd View commit details
    Browse the repository at this point in the history