containerbuilding / cbi

Container Builder Interface for Kubernetes with support for several backends (Docker, BuildKit, Buildah, kaniko, img, Google Cloud Container Builder, Azure Container Registry Build, OpenShift Source-to-Image...)
Apache License 2.0
243 stars 18 forks source link

dind: update #72

Closed AkihiroSuda closed 6 years ago

AkihiroSuda commented 6 years ago

Signed-off-by: Akihiro Suda suda.akihiro@lab.ntt.co.jp

AkihiroSuda commented 6 years ago

Something was broken

+ buildah bud -t example.com/foo/ex-git-nopush /cbi-gitcontext/context
time="2018-05-30T13:58:56Z" level=error msg="'overlay' is not supported over overlayfs"
time="2018-05-30T13:58:56Z" level=error msg="'overlay' is not supported over overlayfs"
'overlay' is not supported over overlayfs: backing file system is unsupported for this graph driver
'overlay' is not supported over overlayfs: backing file system is unsupported for this graph driver
AkihiroSuda commented 6 years ago

Probably Mirantis image is not updated yet