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

Add UBI image #85

Closed
wants to merge 76 commits into from
Closed

Add UBI image #85

wants to merge 76 commits into from

Commits on Mar 19, 2024

  1. add ubi

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ceccf82 View commit details
    Browse the repository at this point in the history
  2. allow running from dispatch

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    110e9d0 View commit details
    Browse the repository at this point in the history
  3. no token

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    01c011d View commit details
    Browse the repository at this point in the history
  4. remove arg

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    17a35fc View commit details
    Browse the repository at this point in the history
  5. use format

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    38d304f View commit details
    Browse the repository at this point in the history
  6. just use entitlement

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    97f8fce View commit details
    Browse the repository at this point in the history
  7. mount to run

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    79d7381 View commit details
    Browse the repository at this point in the history
  8. just secrets

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1391088 View commit details
    Browse the repository at this point in the history
  9. debug

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2d4d804 View commit details
    Browse the repository at this point in the history
  10. hardcode

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e7d6621 View commit details
    Browse the repository at this point in the history
  11. pass secrets

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    578c751 View commit details
    Browse the repository at this point in the history
  12. is ssh key and remove debug

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    97ea650 View commit details
    Browse the repository at this point in the history
  13. debug

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    298998d View commit details
    Browse the repository at this point in the history
  14. debug

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4805939 View commit details
    Browse the repository at this point in the history
  15. debug

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a564132 View commit details
    Browse the repository at this point in the history
  16. debug

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ac39db1 View commit details
    Browse the repository at this point in the history
  17. disable ubi repos

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    61ca52d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    07a5252 View commit details
    Browse the repository at this point in the history
  19. missing ;

    JasonN3 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1e6b2d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    f7d0f5b View commit details
    Browse the repository at this point in the history
  2. set base image

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1a9354f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a38f8a8 View commit details
    Browse the repository at this point in the history
  4. set image_tag

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    05fd98f View commit details
    Browse the repository at this point in the history
  5. rhel specific items

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3f560ce View commit details
    Browse the repository at this point in the history
  6. add missing var

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a45a01d View commit details
    Browse the repository at this point in the history
  7. fix location

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9e199f9 View commit details
    Browse the repository at this point in the history
  8. debug

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b4159cf View commit details
    Browse the repository at this point in the history
  9. create symlinks

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9ef7c37 View commit details
    Browse the repository at this point in the history
  10. debug

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    274ab64 View commit details
    Browse the repository at this point in the history
  11. use repolist instead

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c3a90e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9dcb61b View commit details
    Browse the repository at this point in the history
  13. ignore everything

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d5873a6 View commit details
    Browse the repository at this point in the history
  14. exclude flatpak in rhel

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b8f5022 View commit details
    Browse the repository at this point in the history
  15. exclude 7

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2205004 View commit details
    Browse the repository at this point in the history
  16. better check

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    63a9b8c View commit details
    Browse the repository at this point in the history
  17. first entry can't be empty

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8dfa233 View commit details
    Browse the repository at this point in the history
  18. remove else

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    72dc306 View commit details
    Browse the repository at this point in the history
  19. build separate ubi container

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8a906ec View commit details
    Browse the repository at this point in the history
  20. replace coreutils-single

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1bf30ea View commit details
    Browse the repository at this point in the history
  21. what's in results

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b39bc92 View commit details
    Browse the repository at this point in the history
  22. remove 9

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1a4a224 View commit details
    Browse the repository at this point in the history
  23. non-EFI moved in rhel

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    eab4f7e View commit details
    Browse the repository at this point in the history
  24. only add if found

    JasonN3 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    99b9945 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. remove noupgrade

    JasonN3 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fb8a91c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge branch 'main' into ubi

    JasonN3 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5422832 View commit details
    Browse the repository at this point in the history
  2. add secrets

    JasonN3 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    11f3bec View commit details
    Browse the repository at this point in the history
  3. use branch for rhel

    JasonN3 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dcda4a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. export var to submakes

    JasonN3 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e9544dc View commit details
    Browse the repository at this point in the history
  2. fix case

    JasonN3 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    39ef9ee View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. debug

    JasonN3 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4debc90 View commit details
    Browse the repository at this point in the history
  2. check if file exists

    JasonN3 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ae2dff3 View commit details
    Browse the repository at this point in the history
  3. ensure file exists

    JasonN3 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    67c9098 View commit details
    Browse the repository at this point in the history
  4. separate tests

    JasonN3 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a483dc9 View commit details
    Browse the repository at this point in the history
  5. load right file

    JasonN3 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3638e94 View commit details
    Browse the repository at this point in the history
  6. split tests

    JasonN3 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3f08dd5 View commit details
    Browse the repository at this point in the history
  7. use separate tests

    JasonN3 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ef44295 View commit details
    Browse the repository at this point in the history
  8. set product

    JasonN3 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d75b605 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    8658db4 View commit details
    Browse the repository at this point in the history
  2. remove squashfs-only

    JasonN3 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    40e0d37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c15653 View commit details
    Browse the repository at this point in the history
  4. fix needs

    JasonN3 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6543a59 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. set repos for iso test

    JasonN3 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a547996 View commit details
    Browse the repository at this point in the history
  2. rhel uses isolinux

    JasonN3 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    73b32f2 View commit details
    Browse the repository at this point in the history
  3. boot is only for non-rhel

    JasonN3 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1584dde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54a89bb View commit details
    Browse the repository at this point in the history
  5. expand context

    JasonN3 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d3d40c2 View commit details
    Browse the repository at this point in the history
  6. add ubi input

    JasonN3 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1a23a96 View commit details
    Browse the repository at this point in the history
  7. replace major version

    JasonN3 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8420f93 View commit details
    Browse the repository at this point in the history
  8. remove quotes

    JasonN3 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    25c669e View commit details
    Browse the repository at this point in the history
  9. fix destination path

    JasonN3 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6941e9c View commit details
    Browse the repository at this point in the history
  10. remove live dir

    JasonN3 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    45d9b42 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    597054a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. change duplicate job name

    JasonN3 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f091703 View commit details
    Browse the repository at this point in the history
  2. change to 9

    JasonN3 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f7dab0a View commit details
    Browse the repository at this point in the history
  3. update to ubi9

    JasonN3 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a652267 View commit details
    Browse the repository at this point in the history
  4. update ubi version

    JasonN3 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    aacfcdc View commit details
    Browse the repository at this point in the history