@@ -3,11 +3,6 @@ NodeJS container images
33
44[ ![ 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 )
55
6- Images available on Quay are:
7- * Fedora [ nodejs-20] ( https://quay.io/repository/fedora/nodejs-20 )
8- * Fedora [ nodejs-22] ( https://quay.io/repository/fedora/nodejs-22 )
9- * Fedora [ nodejs-24] ( https://quay.io/repository/fedora/nodejs-24 )
10-
116This repository contains the source for building various versions of
127the Node.JS application as a reproducible container image using
138[ source-to-image] ( https://github.com/openshift/source-to-image ) .
@@ -25,23 +20,21 @@ For more information about concepts used in these container images, see the
2520
2621Versions
2722---------------
28- Node.JS versions currently provided are:
29- * [ NodeJS 20] ( 20 )
30- * [ NodeJS 20-minimal] ( 20-minimal )
31- * [ NodeJS 22] ( 22 )
32- * [ NodeJS 22-minimal] ( 22-minimal )
33- * [ NodeJS 24] ( 24 )
34- * [ NodeJS 24-minimal] ( 24-minimal )
35-
36- RHEL versions currently supported are:
37- * RHEL8
38- * RHEL9
39- * RHEL10
40-
41- CentOS Stream versions currently available are:
42- * CentOS Stream 9
43- * CentOS Stream 10
44-
23+ Currently supported versions are visible in the following table, expand an entry to see its container registry address.
24+ <!--
25+ Table start
26+ -->
27+ || CentOS Stream 9| CentOS Stream 10| Fedora| RHEL 8| RHEL 9| RHEL 10|
28+ | :--| :--:| :--:| :--:| :--:| :--:| :--:|
29+ | 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 >||
30+ | 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 >||
31+ | 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 >|
32+ | 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 >|
33+ | 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 >|
34+ | 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 >|
35+ <!--
36+ Table end
37+ -->
4538
4639Installation
4740---------------
0 commit comments