{"id":13464301,"url":"https://github.com/projectatomic/nulecule-library","last_synced_at":"2025-03-25T11:31:30.464Z","repository":{"id":74085689,"uuid":"44743083","full_name":"projectatomic/nulecule-library","owner":"projectatomic","description":"A set of nulecule-ized applications that can be used for reference or as part of your applications","archived":true,"fork":false,"pushed_at":"2016-10-21T14:15:19.000Z","size":249,"stargazers_count":27,"open_issues_count":22,"forks_count":28,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-29T17:48:29.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/projectatomic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-10-22T12:15:41.000Z","updated_at":"2023-08-27T05:19:39.000Z","dependencies_parsed_at":"2023-03-11T16:31:16.292Z","dependency_job_id":null,"html_url":"https://github.com/projectatomic/nulecule-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectatomic%2Fnulecule-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectatomic%2Fnulecule-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectatomic%2Fnulecule-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projectatomic%2Fnulecule-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projectatomic","download_url":"https://codeload.github.com/projectatomic/nulecule-library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245453948,"owners_count":20617948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T14:00:39.512Z","updated_at":"2025-03-25T11:31:29.164Z","avatar_url":"https://github.com/projectatomic.png","language":null,"readme":"# Nulecule Library\n\nThis library contains a set of working examples of composite container applications. The applications are specified using the [Nulecule Specification](https://github.com/projectatomic/nulecule). This specification allows for reusable components and defines a full multi-container application. You may use the applications for reference or, in some cases, deployment.\n\nThese examples are all intended to be used with [atomicapp](https://github.com/projectatomic/atomicapp). There is a thorough [getting started guide](https://github.com/projectatomic/atomicapp/blob/master/docs/start_guide.md) available.\n\n### Index\n\n- [apache-centos7-atomicapp](apache-centos7-atomicapp/):\n    - A centos/apache container similar to the \"helloapache\" example\n- [etherpad-centos7-atomicapp](etherpad-centos7-atomicapp/):\n    - This is a multi-container application that uses both Etherpad and MariaDB\n- [flask-redis-centos7-atomicapp](flask-redis-centos7-atomicapp/):\n    - A 2-tier application based on Flask and Redis\n- [gitlab-centos7-atomicapp](gitlab-centos7-atomicapp/):\n    - A 3-tier application based on Redis, PostgreSQL and Gitlab \n- [gocounter-scratch-atomicapp](gocounter-scratch-atomicapp/):\n    - A stand-alone Go application that displays a counter for each web visit\n- [helloapache](helloapache/):\n    - A helloworld example using the centos/apache container\n- [mariadb-centos7-atomicapp](mariadb-centos7-atomicapp/):\n    - A single container application built on the centos/mariadb image\n- [mariadb-fedora-atomicapp](mariadb-fedora-atomicapp/):\n    - A single container application built on the fedora/mariadb image\n- [mongodb-centos7-atomicapp](mongodb-centos7-atomicapp/):\n    - A single container application built on the centos/mongodb-26-centos7 image\n- [postgresql-centos7-atomicapp](postgresql-centos7-atomicapp/):\n    - It's a single container application based on the centos/postgresql image\n- [redis-centos7-atomicapp](redis-centos7-atomicapp/):\n    - A Redis sample application, in which Redis master and slave components are packaged as an Atomic App\n- [skydns-atomicapp](skydns-atomicapp/):\n    - Deploys SkyDNS on the respective Kubernetes cluster\n- [wordpress-centos7-atomicapp](wordpress-centos7-atomicapp/):\n    - This is a Wordpress AtomicApp based on the Nulecule specification. \n    - It will reuse the MariaDB AtomicApp to provide Kubernetes, OpenShift3 and Docker based Wordpress to you\n\n\n### Library format\n\n__Files:__\n\nPlease only include the `/artifact` directory and the Nulecule, Dockerfile and README.md files in your application.\n\n__For example [projectatomic/helloapache](https://github.com/projectatomic/nulecule-library/tree/master/helloapache), only includes the following files:__\n\n```sh\n.\n├── artifacts\n│   ├── docker\n│   │   └── hello-apache-pod_run\n│   ├── kubernetes\n│   │   └── hello-apache-pod.json\n├── Dockerfile\n├── Nulecule\n└── README.md\n```\n\n__The README.md file should contain the following three sections:__\n\n  1. Description: What the application does\n  2. Deployment: How to deploy the application using the `atomic` or `atomicapp` CLIs\n  3. Interaction: How to access/use the application after deployment\n\n### Generating the `index.yaml` for `atomicapp index list` commands\n\nIn order to generate a Docker-compatible image for an Atomic App library index. Use the following steps:\n\n```\natomicapp index generate .\ndocker build -t $USER/index .\n```\n\n### Contributing\n\nFeel free to open a PR if you wish to contribute to the nulecule-library! We accept all kind of applications.\n\n\n### Communication channels\n\n* IRC: #nulecule (On Freenode)\n* Mailing List: [container-tools@redhat.com](https://www.redhat.com/mailman/listinfo/container-tools)\n","funding_links":[],"categories":["Others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectatomic%2Fnulecule-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectatomic%2Fnulecule-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectatomic%2Fnulecule-library/lists"}