-
As a follow-up to #1195, which adds `File#rotate` based on `objects.rewrite`, I would like to expose the full power of `objects.rewrite` in `File`. It may make the most sense to replace the implementa…
-
(upgrade of https://github.com/mikelangelo-project/capstan/issues/4)
Capstan should be able to print runtime options of a composed image:
```
$ capstan runtime info mike/my-app
```
This command sho…
-
Currently, Capstan runtime support makes use of `$CWD/meta/run.yaml` for composing and running an OSv image. Although this is fine for the composing, it gets tricky for running because `capstan run ` …
-
I'm trying to run two VMs on DIND cluster:
* VM with MySQL server
* VM with NodeJS application that uses MySQL as a storage
I'm having hard time connecting the two. Is this supposed to be working…
-
We could introduce a new file, `run.yaml` in 'meta' folder of the package (where package.yaml currently resides). This new file would then contain metadata needed to run VM with this unikernel.
Cont…
-
-
As a notification to users and contributors, the `unik build` command is going to be changed soon.
Currently, `--provider` and `--compiler` are required flags. Internal to UniK, compilers and provide…
-
Java 8 introduced "compact profiles" which are stripped down versions of the JDK:
http://openjdk.java.net/jeps/161
We should provide an OSv image with one of the compact profiles to reduce the size …
-
I'm getting the following error while trying to push new version of a file.
```
$ butler push linux quyse/flaw:model-editor-linux
> For channel `model-editor-linux`: last build is 3183, downloading i…
quyse updated
8 years ago
-
The cloud-init module (which we insert by default to images build with "scripts/build modules=..." as opposed to "scripts/build image=...") does not run on Fedora 23 with gcc 5.3.1:
```
$ scripts/bui…