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

package_test.go - Support OCI Image Layout #37727

Merged

Commits on Jan 24, 2024

  1. package_test.go - Support OCI Image Layout

    Modify TestDocker such that is can read both the original docker image layout and the OCI Image Layout.
    This works by reading the config and layer file names from the manifest.yml instead of assuming their names.
    
    Fixes elastic#37726
    andrewkroh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    66bffc7 View commit details
    Browse the repository at this point in the history
  2. Add missing file Close()

    andrewkroh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    17f2618 View commit details
    Browse the repository at this point in the history