-
Vagga version: v0.4.0-54-g331f7f0
The entire config file:
``` yaml
containers:
##[Helpers] Don't use ubuntu container directly, it's only for SubConfigs
ubuntu:
setup:
- !UbuntuRelease …
-
`!Tar` command now checks if the `url` starts by a dot and consider it's on the current folder instead of trying to download the tarball, but when trying to use a tarball in a parent directory I get t…
-
Needed for https://github.com/tailhook/vagga/issues/73
-
I started nodejs process in the container, and then did the same thing in second shell window. So basically it was like:
```
# Session 1
$ vagga _run app bash
root $ node
# Session2
$ RUST_LOG=debug …
-
Most of time container build fails with following error (but sometimes it builds):
```
thread '' has overflowed its stack
ERROR:vagga::wrapper: Error executing _build: Builder killed by signal SIGILL…
-
Vagga version: v0.4.0-54-g331f7f0
The configuration file:
```
containers:
ubuntu:
setup:
- !UbuntuRelease { version: 15.10 }
commands:
ubuntu: !Command
container: ubuntu
run: [/…
-
```
ERROR:vagga::wrapper: Error executing test: Can't mount /dev/shm: Can't mount tmpfs "/vagga/root/run/shm" (options: size=100m,mode=01777): No such file or directory (os error 2)
```
-
Created file `$HOME/.vagga.yaml`. Put there `~/.vagga/.cache` and `$HOME/.vagga/.cache`, but either case says me:
> Cache directory ($HOME|~)/.vagga/.cache must exists. Please either create it or rem…
-
Not sure if this is a good idea.
A current use case we have is a base lib repo, which has a vagga.yaml that compiles the lib, and moves it into the container's /usr/lib. We then have other projects w…
-
I'm trying to use NodeOS on vagga. NodeOS is a [musl](http://musl-libc.org/)-based operating system so it uses it's own `ld-linux` instead the usual one from `glibc`, like the one used on Ubuntu. For …