Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Includes in Capstanfile #11

Open
dmarti opened this issue Mar 2, 2014 · 3 comments
Open

Includes in Capstanfile #11

dmarti opened this issue Mar 2, 2014 · 3 comments

Comments

@dmarti
Copy link
Contributor

dmarti commented Mar 2, 2014

I'm experimenting with running a libevent-based web server under OSv using Capstan. It would be useful to have a make target that would write a file with a list of libraries used (so far just libevent-2.0.so.5) and then include that file in Capstanfile.

For future I would like to be able to build an entire blog site (Markdown->HTML, JavaScript, images...) and include all the web content pathnames in Capstanfile as well.

Related discussion from the Docker project: moby/moby#735

@penberg
Copy link
Contributor

penberg commented Mar 3, 2014

@dmarti There's support for including RPM packages in an image. Would that be sufficient for your case?

@dmarti
Copy link
Contributor Author

dmarti commented Mar 5, 2014

@penberg Yes, if I can do it from a local copy of the RPM and don't have to go out to a yum repository. It is an extra step though and not everyone who is building images will be comfortable writing RPM specs as well.

@penberg
Copy link
Contributor

penberg commented Mar 5, 2014

@dmarti Right, makes sense. It's trivial to implement but the exact Capstanfile syntax needs some thinking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants