nulecule-library
nulecule-library copied to clipboard
A set of nulecule-ized applications that can be used for reference or as part of your applications
It is a single tier application and uses nulecule specification for deploying jenkins master on a node.
Hi, I'm the author of [micro-webapps](https://github.com/micro-webapps/micro-webapps) and I think it would be beneficial to have the micro-webapps Nulecules in the nulecule-library. I'm not sure what are your intentions with this...
The gitlab example uses redis and postgres but it doesn't use nested nulecules to achieve this. We should use the redis atomicapp and the postgres atomicapp within this application. Additionally...
This pull request contains needed refactor in Nulecule SPEC file for sentry nulecule application to accommodate changes introduced by https://github.com/projectatomic/atomicapp/pull/442
Write up a short doc within this repo why we do have version tags within each Dockerfile rather than just using the latest tag. Document why this is a good...
We should have a simple "hello world" application (preferably an apache / nginx web server with "Hello Atomic App") rather than our current helloapache example.
Same example as [flask + redis](https://github.com/projectatomic/nulecule-library/tree/master/flask-redis-centos7-atomicapp) but this time, Go + redis.
Are there any specific examples that work at the moment that showcase inheritance / external atomicapp's?
This adds sentry nulecule application on Docker and Kubernetes providers.
This PR adds Dockerfile to the root of `nulecule-library` repository. This Dockerfile uses new feature of Atomic App I am also proposing - generation of the Index. When an Automated...