Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM vpavlin/atomicapp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be projectatomic/atomicapp ? .. after the merge projectatomic/atomicapp#379

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, definitely. I did it this way so that people can try it right away without having to build any images etc... Also, this is just a POC, I'm happy to pass the code to anybody who wants to carry on with it;)


LABEL RUN="docker run --rm $IMAGE"

RUN cd /tmp && \
atomicapp index generate https://github.com/projectatomic/nulecule-library && \
mv gen_index.yaml /gen_index.yaml

ENTRYPOINT echo "This image contains index information about Nulecule applications stored in nulecule-library"