containers / build

another build tool for container images (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
342 stars 80 forks source link

OCI: update for new -rc5 image-layout format #292

Open lucab opened 7 years ago

lucab commented 7 years ago

OCI 1.0.0-rc5 introduced some major changes in image-layout format, in particular https://github.com/opencontainers/image-spec/pull/533 moved to an image-index, free-form references and a well-known ref.name annotation.

The format currently produced by acbuild (-rc4) is not compatible with that.