moby / tool

Temporary repository for the moby assembly tool used by the Moby project
Apache License 2.0
75 stars 65 forks source link

build without docker #127

Closed justincormack closed 6 years ago

justincormack commented 7 years ago

(This came from discussion at Edinburgh Docker meetup)

Need to have the ability to build in a container (without Docker socket access). Example is in AWS Codebuild pipeline.

Currently Docker is needed for some output formats, more work needs doing on the linuxkit based outputs but these do work with qemu.

Secondly it is needed to extract image filesystems. We should switch to containerd for these; either using image store, or filesystem as now, or filesystem layers that get mounted later.

justincormack commented 6 years ago

Ongoing work on this in linuxkit