nginx/test/examples
phracek fa41e110a6 Merge pull request #202 from sclorg/support_testing_rhel9
Add support for testing nginx on RHEL9
2022-06-14 08:52:46 +00:00
..
1.8/test-app Merge pull request #202 from sclorg/support_testing_rhel9 2022-06-14 08:52:46 +00:00
1.10/test-app Merge pull request #202 from sclorg/support_testing_rhel9 2022-06-14 08:52:46 +00:00
1.12/test-app Merge pull request #202 from sclorg/support_testing_rhel9 2022-06-14 08:52:46 +00:00
1.14/test-app Merge pull request #202 from sclorg/support_testing_rhel9 2022-06-14 08:52:46 +00:00
1.16/test-app Merge pull request #202 from sclorg/support_testing_rhel9 2022-06-14 08:52:46 +00:00
1.18/test-app Merge pull request #202 from sclorg/support_testing_rhel9 2022-06-14 08:52:46 +00:00
1.20/test-app Merge pull request #202 from sclorg/support_testing_rhel9 2022-06-14 08:52:46 +00:00
1.22/test-app Merge pull request #202 from sclorg/support_testing_rhel9 2022-06-14 08:52:46 +00:00
Dockerfile Merge pull request #202 from sclorg/support_testing_rhel9 2022-06-14 08:52:46 +00:00
Dockerfile.s2i Merge pull request #202 from sclorg/support_testing_rhel9 2022-06-14 08:52:46 +00:00
README.md Merge pull request #202 from sclorg/support_testing_rhel9 2022-06-14 08:52:46 +00:00

Test application for Nginx

This is a simple example of static content and configuration files served using nginx.

Building with s2i and Dockerfile

See the main documentation for steps how to use this image with a podman directly or in a Dockerfile, utilizing the source-to-image scripts.

Building and deploying in OpenShift

Version 1.16

oc new-app nginx:1.16~https://github.com/sclorg/nginx-container.git --context-dir=1.16/test/test-app/

Version 1.18

oc new-app nginx:1.18~https://github.com/sclorg/nginx-container.git --context-dir=1.18/test/test-app/