0e27b8c Merge pull request #150 from sclorg/use_rhel86_compose

Authored and Committed by phracek 2 years ago
54 files changed. 4573 lines added. 0 lines removed.
2.4
file added
+1
Dockerfile
file added
+69
Dockerfile.c8s
file added
+66
Dockerfile.c9s
file added
+66
Dockerfile.fedora
file added
+1
README.md
file added
+1
help.md
file added
+1
root/opt/app-root/scl_enable
file added
+3
root/usr/bin/run-httpd
file added
+18
root/usr/libexec/httpd-prepare
file added
+44
root/usr/share/container-scripts/httpd/README.md
file added
+249
root/usr/share/container-scripts/httpd/common.sh
file added
+213
root/usr/share/container-scripts/httpd/passwd.template
file added
+15
root/usr/share/container-scripts/httpd/post-assemble/20-copy-config.sh
file added
+4
root/usr/share/container-scripts/httpd/post-assemble/40-ssl-certs.sh
file added
+4
root/usr/share/container-scripts/httpd/pre-init/10-set-mpm.sh
file added
+3
root/usr/share/container-scripts/httpd/pre-init/20-copy-config.sh
file added
+4
root/usr/share/container-scripts/httpd/pre-init/40-ssl-certs.sh
file added
+4
s2i/bin/assemble
file added
+21
s2i/bin/run
file added
+7
s2i/bin/usage
file added
+17
test/check_imagestreams.py
file added
+108
test/examples/Dockerfile
file added
+7
test/examples/Dockerfile.s2i
file added
+25
test/examples/README.md
file added
+50
test/examples/sample-test-app/Dockerfile
file added
+8
test/examples/sample-test-app/Dockerfile.s2i
file added
+11
test/examples/sample-test-app/index.html
file added
+1
test/examples/self-signed-ssl/Dockerfile
file added
+13
test/examples/self-signed-ssl/Dockerfile.s2i
file added
+19
test/examples/self-signed-ssl/httpd-ssl/certs/server-cert-selfsigned.pem
file added
+20
test/examples/self-signed-ssl/httpd-ssl/private/server-key.pem
file added
+28
test/examples/self-signed-ssl/index.html
file added
+1
test/imagestreams/httpd-centos.json
file added
+133
test/imagestreams/httpd-rhel-aarch64.json
file added
+93
test/imagestreams/httpd-rhel.json
file added
+133
test/pre-init-test-app/httpd-pre-init/modify_index.sh
file added
+1
test/pre-init-test-app/index.html
file added
+1
test/run
file added
+219
test/run-openshift
file added
+1
test/run-openshift-remote-cluster
file added
+38
test/sample-test-app/Dockerfile
file added
+8
test/sample-test-app/Dockerfile.s2i
file added
+11
test/sample-test-app/index.html
file added
+1
test/self-signed-ssl/Dockerfile
file added
+13
test/self-signed-ssl/Dockerfile.s2i
file added
+19
test/self-signed-ssl/httpd-ssl/certs/server-cert-selfsigned.pem
file added
+20
test/self-signed-ssl/httpd-ssl/private/server-key.pem
file added
+28
test/self-signed-ssl/index.html
file added
+1
test/test-lib-httpd.sh
file added
+34
test/test-lib-openshift.sh
file added
+1369
test/test-lib-remote-openshift.sh
file added
+113
test/test-lib.sh
file added
+1189
test/utils.sh
file added
+46
    Merge pull request #150 from sclorg/use_rhel86_compose
    
    Use RHEL-8.6.0-Nightly compose
    
        
2.4
file added
+1
file added
+69
file added
+66
file added
+66
file added
+1
file added
+1
file added
+1
file added
+21
file added
+7
file added
+17
file added
+219
file added
+1
file added
+1189
file added
+46