Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .github/workflows/container-fips-tests.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/container-pytests.yml

This file was deleted.

33 changes: 8 additions & 25 deletions .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,12 @@ on:
types:
- created
jobs:
check-readme:
uses: "sclorg/ci-actions/.github/workflows/check-readme.yml@main"
container-tests:
# This job only runs for '[test]' pull request comments by owner, member
name: "Container tests: ${{ matrix.version }} - ${{ matrix.os_test }}"
runs-on: ubuntu-latest
concurrency:
group: container-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
version: [ "20", "20-minimal", "22", "22-minimal", "24", "24-minimal" ]
os_test: [ "fedora", "rhel8", "rhel9", "rhel10", "c9s", "c10s" ]
test_case: [ "container" ]

if: |
github.event.issue.pull_request
&& (contains(github.event.comment.body, '[test]') || contains(github.event.comment.body, '[test-all]'))
&& contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
steps:
- uses: sclorg/tfaga-wrapper@main
with:
os_test: ${{ matrix.os_test }}
version: ${{ matrix.version }}
test_case: ${{ matrix.test_case }}
public_api_key: ${{ secrets.TF_PUBLIC_API_KEY }}
private_api_key: ${{ secrets.TF_INTERNAL_API_KEY }}
uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main"
with:
enabled-tests: '["container","container-pytest","openshift-4","openshift-pytest","container-fips"]'
versions: '[ "20", "20-minimal", "22", "22-minimal", "24", "24-minimal" ]'
openshift-versions: '[ "20", "20-minimal", "22", "22-minimal", "24", "24-minimal" ]'
secrets: inherit
41 changes: 0 additions & 41 deletions .github/workflows/openshift-pytests.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/openshift-tests.yml

This file was deleted.

37 changes: 15 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ NodeJS container images

[![Build and push images to Quay.io registry](https://github.com/sclorg/s2i-nodejs-container/actions/workflows/build-and-push.yml/badge.svg)](https://github.com/sclorg/s2i-nodejs-container/actions/workflows/build-and-push.yml)

Images available on Quay are:
* Fedora [nodejs-20](https://quay.io/repository/fedora/nodejs-20)
* Fedora [nodejs-22](https://quay.io/repository/fedora/nodejs-22)
* Fedora [nodejs-24](https://quay.io/repository/fedora/nodejs-24)

This repository contains the source for building various versions of
the Node.JS application as a reproducible container image using
[source-to-image](https://github.com/openshift/source-to-image).
Expand All @@ -25,23 +20,21 @@ For more information about concepts used in these container images, see the

Versions
---------------
Node.JS versions currently provided are:
* [NodeJS 20](20)
* [NodeJS 20-minimal](20-minimal)
* [NodeJS 22](22)
* [NodeJS 22-minimal](22-minimal)
* [NodeJS 24](24)
* [NodeJS 24-minimal](24-minimal)

RHEL versions currently supported are:
* RHEL8
* RHEL9
* RHEL10

CentOS Stream versions currently available are:
* CentOS Stream 9
* CentOS Stream 10

Currently supported versions are visible in the following table, expand an entry to see its container registry address.
<!--
Table start
-->
||CentOS Stream 9|CentOS Stream 10|Fedora|RHEL 8|RHEL 9|RHEL 10|
|:--|:--:|:--:|:--:|:--:|:--:|:--:|
|20|<details><summary>✓</summary>`quay.io/sclorg/nodejs-20-c9s`</details>||<details><summary>✓</summary>`quay.io/fedora/nodejs-20`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel8/nodejs-20`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel9/nodejs-20`</details>||
|20-minimal|<details><summary>✓</summary>`quay.io/sclorg/nodejs-20-minimal-c9s`</details>||<details><summary>✓</summary>`quay.io/fedora/nodejs-20-minimal`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel8/nodejs-20-minimal`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel9/nodejs-20-minimal`</details>||
|22||<details><summary>✓</summary>`quay.io/sclorg/nodejs-22-c10s`</details>|<details><summary>✓</summary>`quay.io/fedora/nodejs-22`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel8/nodejs-22`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel9/nodejs-22`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel10/nodejs-22`</details>|
|22-minimal||<details><summary>✓</summary>`quay.io/sclorg/nodejs-22-minimal-c10s`</details>|<details><summary>✓</summary>`quay.io/fedora/nodejs-22-minimal`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel8/nodejs-22-minimal`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel9/nodejs-22-minimal`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel10/nodejs-22-minimal`</details>|
|24|<details><summary>✓</summary>`quay.io/sclorg/nodejs-24-c9s`</details>|<details><summary>✓</summary>`quay.io/sclorg/nodejs-24-c10s`</details>|<details><summary>✓</summary>`quay.io/fedora/nodejs-24`</details>||<details><summary>✓</summary>`registry.redhat.io/rhel9/nodejs-24`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel10/nodejs-24`</details>|
|24-minimal|<details><summary>✓</summary>`quay.io/sclorg/nodejs-24-minimal-c9s`</details>|<details><summary>✓</summary>`quay.io/sclorg/nodejs-24-minimal-c10s`</details>|<details><summary>✓</summary>`quay.io/fedora/nodejs-24-minimal`</details>||<details><summary>✓</summary>`registry.redhat.io/rhel9/nodejs-24-minimal`</details>|<details><summary>✓</summary>`registry.redhat.io/rhel10/nodejs-24-minimal`</details>|
<!--
Table end
-->

Installation
---------------
Expand Down