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

Allow custom data templating in images #3211

Commits on Aug 25, 2024

  1. feat: Allow custom value in images section

    Support partial templating in the images section.
    This will allow use of the ${bundle.custom.X} variables in the images
    section for the bundle manifest, allowing more flexibility to specify
    image tags, repository, digest, etc. during build.
    
    Signed-off-by: Kim Christensen <[email protected]>
    kichristensen committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    faf648a View commit details
    Browse the repository at this point in the history
  2. docs: Update documentation with custom data in image section

    Signed-off-by: Kim Christensen <[email protected]>
    kichristensen committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    3829380 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Support custom templating in image section during lint

    Images are validated for valid digests during linting. If the image
    digest is templating and no default value exist in the bundle definition
    the linting will fail, because the digest will be invalid.
    
    One gotcha here is that if only part of the digest is templated linting
    will still fail.
    
    Signed-off-by: Kim Christensen <[email protected]>
    kichristensen committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    60bccc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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