Ben Parees 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
..
OWNERS 2c65e694ba Add v3.9 support 7 سال پیش
README.md 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
amp.yml 2c65e694ba Add v3.9 support 7 سال پیش
apicast-gateway-template.yml 2c65e694ba Add v3.9 support 7 سال پیش
apicast.yml 2c65e694ba Add v3.9 support 7 سال پیش
cakephp-mysql-persistent.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
cakephp-mysql.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
dancer-mysql-persistent.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
dancer-mysql.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
django-postgresql-persistent.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
django-postgresql.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
dotnet-example.json 2c65e694ba Add v3.9 support 7 سال پیش
dotnet-pgsql-persistent.json 2c65e694ba Add v3.9 support 7 سال پیش
dotnet-runtime-example.json 2c65e694ba Add v3.9 support 7 سال پیش
httpd.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
jenkins-ephemeral-template.json 7ee569c18e Update latest image streams and templates 7 سال پیش
jenkins-persistent-template.json 7ee569c18e Update latest image streams and templates 7 سال پیش
nginx.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
nodejs-mongodb-persistent.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
nodejs-mongodb.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
pvc.yml 2c65e694ba Add v3.9 support 7 سال پیش
rails-postgresql-persistent.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
rails-postgresql.json 796d2ddbd7 sync imagestreams+templates from origin master for v3.9 7 سال پیش
wildcard.yml 2c65e694ba Add v3.9 support 7 سال پیش

README.md

QuickStarts

QuickStarts provide the basic skeleton of an application. Generally they reference a repository containing very simple source code that implements a trivial application using a particular framework. In addition they define any components needed for the application including a Build configuration, supporting services such as Databases, etc.

You can instantiate these templates as is, or fork the source repository they reference and supply your forked repository as the source-repository when instantiating them.

  • CakePHP - Provides a basic CakePHP application with a MySQL database. For more information see the source repository.
  • CakePHP persistent - Provides a basic CakePHP application with a persistent MySQL database. Note: requires available persistent volumes. For more information see the source repository.
  • Dancer - Provides a basic Dancer (Perl) application with a MySQL database. For more information see the source repository.
  • Dancer persistent - Provides a basic Dancer (Perl) application with a persistent MySQL database. Note: requires available persistent volumes. For more information see the source repository.
  • Django - Provides a basic Django (Python) application with a PostgreSQL database. For more information see the source repository.
  • Django persistent - Provides a basic Django (Python) application with a persistent PostgreSQL database. Note: requires available persistent volumes. For more information see the source repository.
  • Httpd - Provides a basic Httpd static content application. For more information see the source repository.
  • Nginx - Provides a basic Nginx static content application. For more information see the source repository.
  • NodeJS - Provides a basic NodeJS application with a MongoDB database. For more information see the source repository.
  • NodeJS persistent - Provides a basic NodeJS application with a persistent MongoDB database. Note: requires available persistent volumes. For more information see the source repository.
  • Rails - Provides a basic Rails (Ruby) application with a PostgreSQL database. For more information see the source repository.
  • Rails persistent - Provides a basic Rails (Ruby) application with a persistent PostgreSQL database. Note: requires available persistent volumes. For more information see the source repository.

Note: This file is processed by hack/update-external-examples.sh. New examples must follow the exact syntax of the existing entries. Files in this directory are automatically pulled down, do not modify/add files to this directory.