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

Reproducible/deterministic bundles #2133

Merged
merged 2 commits into from
Sep 25, 2023
Merged

Commits on Sep 22, 2023

  1. Sort bundle layers according to their digest

    Given the same set of files in any order this allows the layers to be
    added to the image manifest in the deterministic order as they are now
    sorted according to their sha256 digest.
    zregvart committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    5f75069 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Add --ctime parameter to tkn bundle push

    This allows specifying the created time in the image config instead of
    using the current time. If `--ctime` is not provided the current time is
    used. `--ctime` supports date, date and time in UTC timezone and RFC3339
    formatted date that can include the timezone.
    zregvart committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6089ae5 View commit details
    Browse the repository at this point in the history