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

Change the base image for the Pbench Server container to ubi8 #3461

Closed

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    9512496 View commit details
    Browse the repository at this point in the history
  2. Change the base image for the Pbench Server container to ubi8

    Since running a container using a "newer" base image on an "older" kernel is
    not reliable, change the base image used to build the Pbench Server container
    from UBI9 to UBI8 so that it can be run on our Production server (which is
    currently RHEL-8.7).
    
    PBENCH-1181
    webbnh committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5afa5eb View commit details
    Browse the repository at this point in the history
  3. Add EPEL for ubi8

    webbnh committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c6749b0 View commit details
    Browse the repository at this point in the history
  4. Replace spec file dependency on util-linux-core with util-linux

    util-linux depends on util-linux-core on RHEL 9, so the core dependencies will
    end up being installed anyway; on RHEL 8, there is no separate package for the
    core, so we'll get them that way there.
    webbnh committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ee19cc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b20138 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    a6f5a48 View commit details
    Browse the repository at this point in the history
  2. Fix-up runlocal

    webbnh committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    dcc265b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a143c5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e367921 View commit details
    Browse the repository at this point in the history