All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 0/2] Add support to generate OCI images
@ 2020-10-25  8:15 Sergio Prado
  2020-10-25  8:15 ` [Buildroot] [PATCH v1 1/2] package/sloci-image: new host package Sergio Prado
  2020-10-25  8:15 ` [Buildroot] [PATCH v1 2/2] oci: add new filesystem type Sergio Prado
  0 siblings, 2 replies; 3+ messages in thread
From: Sergio Prado @ 2020-10-25  8:15 UTC (permalink / raw)
  To: buildroot

From: Sergio Prado <sergio.prado@e-labworks.com>

This patch set adds support to OCI images.

The OCI image format is a specification for container images defined and
maintained as an open standard by the Open Container Initiative [1].

To generate the image according to the specification [2], a tool called
sloci-image is used.

[1] https://opencontainers.org/
[2] https://github.com/opencontainers/image-spec/blob/master/spec.md

The generated container images were tested on x86_64, arm and aarch64.

Sergio Prado (2):
  package/sloci-image: new host package
  oci: add new filesystem type

 DEVELOPERS                                    |  1 +
 fs/Config.in                                  |  1 +
 fs/oci/Config.in                              | 88 +++++++++++++++++
 fs/oci/oci.mk                                 | 97 +++++++++++++++++++
 package/Config.in.host                        |  1 +
 ...ues-when-generating-the-OCI-image-co.patch | 55 +++++++++++
 package/sloci-image/Config.in.host            |  7 ++
 package/sloci-image/sloci-image.hash          |  5 +
 package/sloci-image/sloci-image.mk            | 19 ++++
 9 files changed, 274 insertions(+)
 create mode 100644 fs/oci/Config.in
 create mode 100644 fs/oci/oci.mk
 create mode 100644 package/sloci-image/0001-Fix-escaping-issues-when-generating-the-OCI-image-co.patch
 create mode 100644 package/sloci-image/Config.in.host
 create mode 100644 package/sloci-image/sloci-image.hash
 create mode 100644 package/sloci-image/sloci-image.mk

-- 
2.17.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-25  8:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-25  8:15 [Buildroot] [PATCH v1 0/2] Add support to generate OCI images Sergio Prado
2020-10-25  8:15 ` [Buildroot] [PATCH v1 1/2] package/sloci-image: new host package Sergio Prado
2020-10-25  8:15 ` [Buildroot] [PATCH v1 2/2] oci: add new filesystem type Sergio Prado

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.