Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
Empty file removed 24-minimal/.exclude-c10s
Empty file.
Empty file removed 24-minimal/.exclude-c9s
Empty file.
Empty file removed 24/.exclude-c10s
Empty file.
Empty file removed 24/.exclude-c9s
Empty file.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Include common Makefile code.
BASE_IMAGE_NAME = nodejs
VERSIONS = 20 20-minimal 22 22-minimal
VERSIONS = 20 20-minimal 22 22-minimal 24 24-minimal
OPENSHIFT_NAMESPACES =

# HACK: Ensure that 'git pull' for old clones doesn't cause confusion.
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ NodeJS container images
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
Expand All @@ -29,6 +30,8 @@ Node.JS versions currently provided are:
* [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
Expand Down Expand Up @@ -100,6 +103,12 @@ see [usage documentation](22/README.md).
For information about usage of Dockerfile for NodeJS 22 minimal,
see [usage documentation](22-minimal/README.md).

For information about usage of Dockerfile for NodeJS 24,
see [usage documentation](24/README.md).

For information about usage of Dockerfile for NodeJS 24 minimal,
see [usage documentation](24-minimal/README.md).

Test
----
This repository also provides a [S2I](https://github.com/openshift/source-to-image) test framework,
Expand Down