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.5] Bug 1845588: fix(images): use docker/podman create and cp for exec unpacking #400

Merged

Commits on Sep 4, 2020

  1. fix(images): use docker/podman create and cp for exec unpacking

    Use docker/podman create and cp commands to unpack bundle and index
    images instead of a custom unpacking scheme. This fixes an issue where
    whiteout files present in an image cause `opm alpha bundle validate` to
    fail.
    njhale committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    4580af0 View commit details
    Browse the repository at this point in the history
  2. fix(validate): pull bundle images before unpacking

    Pull bundle images before attempting to unpack in the bundle validator.
    Prevents validation from erroneously failing with "image not found".
    njhale committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    176a662 View commit details
    Browse the repository at this point in the history
  3. fix(containerd): always [also] pull layers from linux/amd64

    Ensure linux/amd64 image layers are always pulled after layers for the
    default platform. This makes bundle images built for linux
    pullable on macos and windows.
    njhale committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    1163573 View commit details
    Browse the repository at this point in the history