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

Seed image format version OCI image label #188

Merged
merged 1 commit into from
Jan 3, 2024

Commits on Jan 3, 2024

  1. Seed image format version OCI image label

    IBU reconciler now has a `checkSeedImageCompatibility` method that
    checks if the seed image is compatible with the current version of the
    lifecycle-agent. It does so by inspecting the OCI image's labels and
    checking if the specified format version equals the hard-coded one that
    this version of the lifecycle agent expects. That format version is set
    by the imager during the image build process, and is only manually
    bumped by developers when the image format changes in a way that is
    incompatible with previous versions of the lifecycle-agent.
    omertuc committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    604d38f View commit details
    Browse the repository at this point in the history