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

bootc build VM task #1133

Merged
merged 28 commits into from
Jul 10, 2024
Merged

bootc build VM task #1133

merged 28 commits into from
Jul 10, 2024

Commits on Jul 9, 2024

  1. Add task to build RHEL AI

    stuartwdouglas authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e56691c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c32c0f View commit details
    Browse the repository at this point in the history
  3. fixme: enable verbose and tracing options

    So we can see more of what's happening.
    ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1492dbb View commit details
    Browse the repository at this point in the history
  4. try adding keepalives

    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7cda653 View commit details
    Browse the repository at this point in the history
  5. switch to pigz because gzip is slow. add some cmds to get filesystem …

    …info so we can look into disabling fsync to improve performance.
    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    56ba13f View commit details
    Browse the repository at this point in the history
  6. remove debug statement

    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4f238b9 View commit details
    Browse the repository at this point in the history
  7. add debug statement

    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5e4a49b View commit details
    Browse the repository at this point in the history
  8. don't compress qcow2

    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    df4b1a2 View commit details
    Browse the repository at this point in the history
  9. Remove trailing spaces

    stuartwdouglas authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4471cf9 View commit details
    Browse the repository at this point in the history
  10. Use different yq image

    stuartwdouglas authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5038086 View commit details
    Browse the repository at this point in the history
  11. add entitlement param

    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    749c20b View commit details
    Browse the repository at this point in the history
  12. mount entitlement dir from host to podman bootc build and disable hos…

    …t-entitlment usage
    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    562e02b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f1fb82d View commit details
    Browse the repository at this point in the history
  14. add entitlement secret volume

    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    001980d View commit details
    Browse the repository at this point in the history
  15. indent error

    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1ce9865 View commit details
    Browse the repository at this point in the history
  16. debugging entitlement

    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a49a359 View commit details
    Browse the repository at this point in the history
  17. debugging entitlement

    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    01a2d37 View commit details
    Browse the repository at this point in the history
  18. debugging entitlement

    brianwcook authored and ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7cbb65c View commit details
    Browse the repository at this point in the history
  19. Mount varlibcontainers

    ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    af7dea5 View commit details
    Browse the repository at this point in the history
  20. chore: reformat line

    To make it clear what arguments are passed
    ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    86bd8ab View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bdad763 View commit details
    Browse the repository at this point in the history
  22. Provide option to re-tag the source image

    Optionally, let the user re-tag the source image before building a disk
    image from it. This is useful if you want to build from an unreleased
    image, but have the history of the image appear as if it was built from
    a released pullspec of that same image.
    ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f95cd4c View commit details
    Browse the repository at this point in the history
  23. Fix trailing whitespace

    ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a97304d View commit details
    Browse the repository at this point in the history
  24. Declare annotations

    ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    469f2c5 View commit details
    Browse the repository at this point in the history
  25. Provide a description

    ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e7d8cc7 View commit details
    Browse the repository at this point in the history
  26. Typofix

    ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fe6b355 View commit details
    Browse the repository at this point in the history
  27. Validate input values

    ralphbean committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    994eaec View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9787d91 View commit details
    Browse the repository at this point in the history