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
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
(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.
The text was updated successfully, but these errors were encountered:
(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.
The text was updated successfully, but these errors were encountered: