nulecule icon indicating copy to clipboard operation
nulecule copied to clipboard

[UNMAINTAINED] Specification describing a container-based application

Results 34 nulecule issues
Sort by recently updated
recently updated
newest added

This is a tentative issue / discussion for persistent storage as well as persistent storage types as a continuation of issue #181 @goern I agree with you in regards to...

feature

I don't think we use "atomicapp build" anymore. Just docker build. https://github.com/projectatomic/nulecule/blob/master/images/NuleculeHigh-LevelStory.png

bug

Not sure what is wrong with this example but the wordpress container in the kubernetes pod just keeps restarting and the logs from one of them is: ``` $ docker...

bug

## Problem statement Currently params work with simple substitution. You need to specify the param name prefixed with `$` in the artifact and it's then replaced with the value given...

As an atomicapp developer I would like to be able to define some parameters which are autogenerated from a pattern So that I can avoid having to provide values which...

enhancement

# Problem statement The way it is now, Nulecule apps are not that reusable. It's easier for us to add dependencies internally, rather than, add external dependency. This can be...

enhancement

### Problem Statement Some of the Nulecule applications in the [nulecule-library](https://github.com/projectatomic/nulecule-library), such as MariaDB and MongoDB, can only be used once within an application's (nested) graph, because the Pod and...

## Problem statement Docker compose is, in many ways, analogous to a Nulecule file. Services in Docker compose YAML file is analogous to items in the `graph` in a Nulecule...

help wanted
question

The current nulecule spec appears to have objects needed to describe container objects and some resource requirements for individual containers. I do not see any elements specifically defined to express...

@kbsingh suggested about renaming atomicapp examples. Presently the example names contain name of the base image used and "atomicapp" in the name. The motivation behind renaming is to provide closer...