projectatomic / nulecule

[UNMAINTAINED] Specification describing a container-based application
209 stars 46 forks source link

mariadb-fedora-atomicapp `artifacts` directory named as `graph` #197

Closed surajssd closed 8 years ago

surajssd commented 8 years ago

mariadb-fedora-atomicapp example has artifacts directory named as graph, which causes the atomicapp to fail. By default the directory be named as artifacts, so that it is easy for the beginner to use it without having to change any configurations.

goern commented 8 years ago

Is this considered a bug or a usability issue? If it is a bug (atomicapp requires the directory to be called artifacts) than you should fix atomicapp, and not simply rename the directory.

LalatenduMohanty commented 8 years ago

I think it is an usability/user experience issue from Nulecule point of view. For example https://github.com/projectatomic/nulecule/blob/master/docs/getting-started.md tells you to create artifacts directory

LalatenduMohanty commented 8 years ago

@surajssd BTW the examples are now maintained at https://github.com/projectatomic/nulecule-library/. For mariadb-fedora-atomicapp I can see artifacts directory in https://github.com/projectatomic/nulecule-library/tree/master/mariadb-fedora-atomicapp

surajssd commented 8 years ago

@LalatenduMohanty @goern This issue is no longer valid it seems, and can be closed and this issue#194 be resolved as soon as possible.

goern commented 8 years ago

see also #162