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

(PA-6886) Add Digicert to Solaris images #859

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 29, 2024

  1. (PA-6886) Add Digicert to Solaris images

    The DigiCertGlobalRootG2 is now used by Artifactory and the VMs we're using
    for Solaris don't contain that cert by default.
    We for sure update our images to include that, but until that is done we need
    to make sure to use it.
    Also, in our case the OpenSSL used on our Solaris VMs is ancient and doesn't support
    openssl-rehash, so we have to create the sim link ourself.
    Once we update our images this commit can be reverted.
    cthorn42 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2cfb1a8 View commit details
    Browse the repository at this point in the history
  2. enable newcops and remove cops not explicitly installed

    removed cops are provided by gems not explicitly installed
    they seem to be installed using the setup ruby action, but not
    when testing in a ruby docker image
    
    either way, they are covered by enabling newcops
    
    fix rubocop namespaces
    
    bump rubocop target ruby version
    
    fix tests that depend on docker command existing
    
    discovered when running test suite with ruby:3.2 image on docker
    
    (maint) Rubocop 1.65.1 Autocorrect fixes
    h0tw1r3 authored and cthorn42 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    368dcd7 View commit details
    Browse the repository at this point in the history