-
I installed linuxkit-nix and it worked fine to run a few builds. Then I wanted to stop the service while I was not using it, as it took up 7gb of RAM, and start it back later. Unfortunately, after sta…
-
From inspection of `tools/guestfs/Makefile` the main issue seems to be the use of different algorithm for calculating the hash -- it is taking a hash of the packages installed instead of using the tre…
-
This is not an issue related to linuxkit but more an attempt to explore how to use it.
**This is what I am trying to achieve:**
1. Bootstrapping a machine with a minimal OS (created using linuxk…
-
the `moby` tool currently execs `linuxkit` for generating some output types, would be nicer as a library.
-
On my mac:
```
make GOOS=linux GOARCH=s390x bin/linuxkit
tar cf - -C src/cmd/linuxkit . | docker run --rm --net=none --log-driver=none -i -e GOARCH=s390x linuxkit/go-compile:7392985c6f55aba61201514…
-
linuxkit/linuxkit superset customised image issue in linuxkit
Target:
Need to install python2.7 with alpine3.7 and install superset
Platform we used for testing:
ubuntu16,Amazon linux 4…
-
We had a number of case recently where some packages where not pushed. So the idea is to implement `linuxkit pkg check` which would (based on `build.yml`:
- use `manifest-tool inspect`, verify that t…
-
By inspection of `tools/alpine/Makefile` there seem to be two main issues:
The main issue seems to be the use of different algorithm for calculating the hash -- it is taking a hash of the packages …
-
There are some [docs](https://github.com/moby/vpnkit/blob/master/docs/ethernet.md#plumbing-inside-docker-for-windows) describing how vpnkit works in Docker for Windows
Curious if there are plans or…
-
Currently planning to use linuxkit for my CD pipeline . We have created the automated workflow for running linuxkit . The workflow will go to the next flow if it receives the stdout completely . The…