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

CI: check deployment inside containers for various combinations of OSs and platforms #226

Commits on Jun 13, 2024

  1. CI: check deployment inside containers for various combinations of OS…

    …s and platforms
    
    - OSs: oraclelinux:9, rockylinux:9, quay.io/centos/centos:stream9, redhat/ubi9:latest, virtuozzo/vzlinux9:latest, oraclelinux:8, rockylinux:8, quay.io/centos/centos:stream8, redhat/ubi8:latest, virtuozzo/vzlinux8:latest
    - platforms: linux/amd64, linux/ppc64le, linux/s390x, linux/arm64
    - force set that we are inside container, create /.dockerenv
    - use 'rockylinux/rockylinux:*' instead of official 'rockylinux:*' broken images
    - if CentOS Stream 8, switch into vault.centos.org
    - if Virtuozzo Linux, update vzlinux-release without GPG checking prior to system upgrade
    - if Virtuozzo Linux 8, do 'rm -f /var/lib/rpm/__db*' to fix error: "db5 error(-30969) from dbenv->open"
    - tests: docker platform matches machine type; the release string; installed GPG public KEY(s)
    - run the job manually or if pull request event
    - code clean up: do not login to Quay.io
    
    Fixes: #220
    yuravk committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f5cf8d9 View commit details
    Browse the repository at this point in the history