Paul Colomiets

Results 159 issues of Paul Colomiets

New debian-based distributions support the following: ``` deb [signed-by=6809F110790E0720856B562F744ACF4DF3319FFA] https://deriv.example.net/debian/ stable main ``` This is both, more secure, and allows to skip `apt-key adv --recv-key` (the latter also requires additional...

easy

```ERROR:vagga::builder: Error building container "url2pdf": step Tar { url: "./chromium/url2pdf-chromium-63.0.3231.0.tar.xz", sha256: Some("42ad280473513a5b855ea078a006a3c4de4d1515d1d6cd5e1f033decd249031a"), path: "/work/chromium/url2pdf-chromium/", subdir: "out/Default" } failed: Error hardlinking "/vagga/root/tmp/url2pdf-chromium-63.0.3231.0.tar.xz/out/Default/gen/blink/modules/media_controls/resources/grit/media_controls_resources.h" - "/vagga/root/tmp/url2pdf-chromium-63.0.3231.0.tar.xz/out/Default/gen/blink/public/resources/grit/media_controls_resources.h": File exists (os error 17) ERROR:vagga::wrapper: Error...

``` Can't create namespace file "/run/user/1000/vagga/children/net.172.23.0.1": Permission denied (os error 13) ``` Either we need a better message or we need to fix this use case.

Docs say^ > Currently, !Supervise commands can’t be used to initialize a volume, but we may lift this limitation in the future. But in fact, they might work. We should...

1. [x] Index after downloading from cache (but first probably we may need to fix #363) 2. [ ] `vagga _verify container-name` to test that files have not been modified...

# Motivation Sometimes you want to have some writable volume, which is not a `!Tmpfs` (e.g. it's too large, or must be shared between containers, or must be shared between...

new concept

# Motivation We want to build minimal containers. Currently, to make a minimal container for dynamically linked executable, we need config like this: ```yaml containers: build-swindon: setup: # .. build...

Looks like this: ``` $ vagga _clean --unused --at-least 1day ERROR:vagga::wrapper::clean: Error cleaning up: Can't remove file "/root/app/some/file.py": No such file or directory (os error 2) ERROR: Build failed: exit...