-
Notifications
You must be signed in to change notification settings - Fork 79
acbuild examples break on coreos vagrant example #207
Comments
This is the most likely problem here. I'll look into switching the image to use a distro that has systemd-nspawn in it, just need to find someone with a working vagrant install. Thanks for reporting this. And there are IRC channels (all on freenode):
|
I'm getting this same problem, and this is after having running
|
Trying for the first time today, I hit the same problem on Ubuntu 16.04 and I had to install the |
Note that HTH someone. |
This might be my own stupidity, but I'm trying to learn how to use acbuild for a project and I'm running into an issue.
I'm submitting this as an issue as there are probably going to be a few people who are coming along the same learning path as I am (or already have and might have given up)
To outline the path I've taken to do this I've detailed my steps here:
So I can get a statically built Go application running, but my applications are running on python (predominantly). So I need to do a bit more work to the ACI than the basic Go application example.
So I started with this one:
https://github.com/appc/acbuild/blob/master/Documentation/getting-started.md
I'm somewhat familiar with alpine, but this is where I started running into problems.
My first run I got to:
acbuild run -- apk update
and it told me I needed to be running as root. So I
acbuild end
and dosu -
and swap to root inside the vagrant.I restart the acbuild instructions from the tutorial and when I get to
acbuild --debug run -- apk update
I get the following:after that, the next step is
acbuild run -- apk add nginx
which if I continue on, produces the same error.Now, these are the potentials:
Any help would be greatly appreciated and I think would help anyone else who is probably coming along this path from rkt documentation to here, I'm not sure if it's something i've missed or there needs to be a bit more info in the examples or there's something wrong in the setup chain I've gone through.
As an aside -- Is there an IRC channel or anything up anywhere?
The text was updated successfully, but these errors were encountered: