mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
add CentOS 8 Stream (Docker container)
This commit is contained in:
parent
21a3f86bb6
commit
c3074fe6b9
3 changed files with 23 additions and 13 deletions
30
.github/workflows/verify-on-container-centos.yml
vendored
30
.github/workflows/verify-on-container-centos.yml
vendored
|
@ -17,7 +17,8 @@ jobs:
|
|||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- centos:7
|
||||
- quay.io/centos/centos:centos7
|
||||
- quay.io/centos/centos:stream8
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Install packages
|
||||
|
@ -45,7 +46,8 @@ jobs:
|
|||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- centos:7
|
||||
- quay.io/centos/centos:centos7
|
||||
- quay.io/centos/centos:stream8
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Install packages
|
||||
|
@ -73,7 +75,8 @@ jobs:
|
|||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- centos:7
|
||||
- quay.io/centos/centos:centos7
|
||||
- quay.io/centos/centos:stream8
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Install packages
|
||||
|
@ -103,7 +106,8 @@ jobs:
|
|||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- centos:7
|
||||
- quay.io/centos/centos:centos7
|
||||
- quay.io/centos/centos:stream8
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: |
|
||||
|
@ -137,7 +141,8 @@ jobs:
|
|||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- centos:7
|
||||
- quay.io/centos/centos:centos7
|
||||
- quay.io/centos/centos:stream8
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: |
|
||||
|
@ -167,7 +172,8 @@ jobs:
|
|||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- centos:7
|
||||
- quay.io/centos/centos:centos7
|
||||
- quay.io/centos/centos:stream8
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: |
|
||||
|
@ -201,7 +207,8 @@ jobs:
|
|||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- centos:7
|
||||
- quay.io/centos/centos:centos7
|
||||
- quay.io/centos/centos:stream8
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: |
|
||||
|
@ -231,7 +238,8 @@ jobs:
|
|||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- centos:7
|
||||
- quay.io/centos/centos:centos7
|
||||
- quay.io/centos/centos:stream8
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: |
|
||||
|
@ -266,7 +274,8 @@ jobs:
|
|||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- centos:7
|
||||
- quay.io/centos/centos:centos7
|
||||
- quay.io/centos/centos:stream8
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: |
|
||||
|
@ -296,7 +305,8 @@ jobs:
|
|||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
container:
|
||||
- centos:7
|
||||
- quay.io/centos/centos:centos7
|
||||
- quay.io/centos/centos:stream8
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: |
|
||||
|
|
|
@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
### Others
|
||||
|
||||
* add `windows-2022`, `macos-11`, `macos-12`, `ubuntu-22.04`
|
||||
* drop `ubuntu-16.04`, `centos:8 (Docker container)`
|
||||
* add `windows-2022`, `macos-11`, `macos-12`, `ubuntu-22.04`, and `CentOS 8 Stream (Docker container)`
|
||||
* drop `ubuntu-16.04`, and `CentOS 8 (Docker container)`
|
||||
|
||||
## [2.3.1] - 2021-08-01
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ tested on:
|
|||
|
||||
* [all available virtual machines](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources) (Windows Server 2022/2019, macOS Monterey/Big Sur/Catalina, and Ubuntu 22.04/20.04/18.04)
|
||||
* [Docker container (Ubuntu)](https://hub.docker.com/_/ubuntu) / requires `openssh-client` package; `apt install -y openssh-client`
|
||||
* [Docker container (CentOS)](https://hub.docker.com/_/centos) / requires `openssh-clients` package; `yum install -y openssh-clients`
|
||||
* [Docker container (CentOS)](https://quay.io/repository/centos/centos) / requires `openssh-clients` package; `yum install -y openssh-clients`
|
||||
* [Docker container (Alpine Linux)](https://hub.docker.com/_/alpine) / requires `openssh-client` package; `apk add openssh-client`
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue