Skip to content

Build centos9 for CI containers, add -centos9 to tag to avoid collision #544

Build centos9 for CI containers, add -centos9 to tag to avoid collision

Build centos9 for CI containers, add -centos9 to tag to avoid collision #544

Workflow file for this run

name: rhcs
on: [pull_request]
jobs:
compose:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: compose the RHCS 5 container image
run: VERSION=5 CEPH_RELEASE=pacific ./contrib/compose-rhcs.sh
- name: compose the RHCS 6 container image
run: VERSION=6 CEPH_RELEASE=quincy ./contrib/compose-rhcs.sh
- name: compose the RHCS 7 container image
run: VERSION=7 CEPH_RELEASE=reef ./contrib/compose-rhcs.sh
- name: compose the RHCS 8 container image
run: VERSION=8 CEPH_RELEASE=squid ./contrib/compose-rhcs.sh