a3e6c67 Initial commit

Authored and Committed by hhorak 6 years ago
35 files changed. 1152 lines added. 0 lines removed.
Dockerfile
file added
+68
README.md
file added
+246
root/opt/app-root/etc/generate_container_user
file added
+19
root/opt/app-root/etc/scl_enable
file added
+6
s2i/bin/assemble
file added
+59
s2i/bin/run
file added
+103
s2i/bin/usage
file added
+18
test/app-home-test-app/.s2i/environment
file added
+1
test/app-home-test-app/project/__init__.py
file added
+0
test/app-home-test-app/project/wsgi.py
file added
+3
test/app-home-test-app/requirements.txt
file added
+1
test/django-test-app/.gitignore
file added
+61
test/django-test-app/manage.py
file added
+10
test/django-test-app/project/__init__.py
file added
+0
test/django-test-app/project/settings.py
file added
+103
test/django-test-app/project/urls.py
file added
+21
test/django-test-app/project/wsgi.py
file added
+16
test/django-test-app/requirements.txt
file added
+1
test/locale-test-app/requirements.txt
file added
+2
test/locale-test-app/wsgi.py
file added
+41
test/mod-wsgi-test-app/app.py
file added
+14
test/mod-wsgi-test-app/requirements.txt
file added
+2
test/mod-wsgi-test-app/wsgi.py
file added
+9
test/numpy-test-app/requirements.txt
file added
+2
test/numpy-test-app/wsgi.py
file added
+7
test/run
file added
+196
test/setup-test-app/.gitignore
file added
+57
test/setup-test-app/setup.py
file added
+10
test/setup-test-app/testapp.py
file added
+4
test/standalone-test-app/app.py
file added
+30
test/standalone-test-app/requirements.txt
file added
+1
test/virtualenv-uwsgi-test-app/.s2i/environment
file added
+1
test/virtualenv-uwsgi-test-app/app.sh
file added
+29
test/virtualenv-uwsgi-test-app/requirements.txt
file added
+2
test/virtualenv-uwsgi-test-app/wsgi.py
file added
+9
    Initial commit
    
        
file added
+68
file added
+246
file added
+59
file added
+103
file added
+18
empty file added
empty file added
file added
+196