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

Capstan cannot build images for Xen #153

Open
darahayes opened this issue Nov 20, 2015 · 3 comments
Open

Capstan cannot build images for Xen #153

darahayes opened this issue Nov 20, 2015 · 3 comments

Comments

@darahayes
Copy link

According to the documentation in the OSv wiki, OSv is fully supported on Xen and as a result, it can be run on EC2.

I'm not familiar with go but sifting through the code I believe the following are supported:

  • qemu
  • vbox
  • vmw
  • gce

How do I build an OSv image containing my application code for Xen? For instance, How could I do this with the NodeJS hello world example?

@rowlandwatkins
Copy link

@darragh-hayes with the NodeJS example, it should be as simple as:

[[[
capstan build
]]]

in the working directory. The output will be available in ~/.capstan/repository/capstan-example-nodejs/capstan-example-nodejs.qemu.

All you need to do is convert the .qemu into a raw image, create an AMI, and then run an instance on EC2.

Give me a shout if you need any further tips!

@daehyeok
Copy link

daehyeok commented Feb 9, 2016

if it can be possible by convert. is it other reason not implemented in capstan?

@Walkerks
Copy link

Walkerks commented May 15, 2017

I too am wondering why this isn't an option given it's that simple? Why not just add it already?

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

No branches or pull requests

4 participants