You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of this is based on the work of [moby/buildkit](https://github.com/moby/buildkit).
40
-
Thanks [@tonistiigi](https://github.com/tonistiigi) and
41
-
[@AkihiroSuda](https://github.com/AkihiroSuda)!
42
-
43
-
## Prior Art
44
-
45
-
The best one you _should_ be using is [cyphar/orca-build](https://github.com/cyphar/orca-build).
46
-
47
-
You can already do the same thing as `img` today with [skopeo](https://github.com/projectatomic/skopeo) and [umoci](https://github.com/openSUSE/umoci). This is just a hack on top of [buildkit](https://github.com/moby/buildkit). I thought it was fun to try a FUSE snapshotter and then I saw [@AkihiroSuda's](https://github.com/AkihiroSuda) runc patches for making buildkit rootless and thought it would be fun to use as well.
48
-
49
-
THIS IS NOT NOVEL.
50
-
51
-
You could even probably use [buildah](https://github.com/projectatomic/buildah) as
52
-
unprivileged if you use the same instructions from the [unprivileged
53
-
mounting](#unprivileged-mounting) section below.
54
-
55
-
OR you can read [this blog post](https://bcksp.blogspot.com/2018/02/diy-docker-using-skopeoostreerunc.html) and use `skopeo`, `ostree` and `runc`.
56
35
57
36
**Table of Contents**
58
37
@@ -418,3 +397,22 @@ Please do! This is a new project and can use some love <3. Check out the [issues
418
397
The local directories are mostly re-implementations of `buildkit` interfaces to
419
398
be unprivileged.
420
399
400
+
## Acknowledgements
401
+
402
+
A lot of this is based on the work of [moby/buildkit](https://github.com/moby/buildkit).
403
+
Thanks [@tonistiigi](https://github.com/tonistiigi) and
404
+
[@AkihiroSuda](https://github.com/AkihiroSuda)!
405
+
406
+
## Prior Art
407
+
408
+
The best one you _should_ be using is [cyphar/orca-build](https://github.com/cyphar/orca-build).
409
+
410
+
You can already do the same thing as `img` today with [skopeo](https://github.com/projectatomic/skopeo) and [umoci](https://github.com/openSUSE/umoci). This is just a hack on top of [buildkit](https://github.com/moby/buildkit). I thought it was fun to try a FUSE snapshotter and then I saw [@AkihiroSuda's](https://github.com/AkihiroSuda) runc patches for making buildkit rootless and thought it would be fun to use as well.
411
+
412
+
THIS IS NOT NOVEL.
413
+
414
+
You could even probably use [buildah](https://github.com/projectatomic/buildah) as
415
+
unprivileged if you use the same instructions from the [unprivileged
416
+
mounting](#unprivileged-mounting) section below.
417
+
418
+
OR you can read [this blog post](https://bcksp.blogspot.com/2018/02/diy-docker-using-skopeoostreerunc.html) and use `skopeo`, `ostree` and `runc`.
0 commit comments