Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] container-image-busybox: add a reference container image
@ 2019-07-24  2:38 Chen Qi
  2019-07-24  3:03 ` Bruce Ashfield
  2019-07-24  9:38 ` Burton, Ross
  0 siblings, 2 replies; 8+ messages in thread
From: Chen Qi @ 2019-07-24  2:38 UTC (permalink / raw)
  To: openembedded-core

Add a small busybox based container image.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-core/images/container-image-busybox.bb | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 meta/recipes-core/images/container-image-busybox.bb

diff --git a/meta/recipes-core/images/container-image-busybox.bb b/meta/recipes-core/images/container-image-busybox.bb
new file mode 100644
index 0000000000..a4d63b0eea
--- /dev/null
+++ b/meta/recipes-core/images/container-image-busybox.bb
@@ -0,0 +1,8 @@
+SUMMARY = "A small busybox based container image."
+LICENSE = "MIT"
+
+IMAGE_INSTALL = "busybox"
+IMAGE_LINGUAS = ""
+IMAGE_FSTYPES = "container"
+
+inherit core-image
-- 
2.17.1



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

end of thread, other threads:[~2019-07-25  1:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-24  2:38 [PATCH] container-image-busybox: add a reference container image Chen Qi
2019-07-24  3:03 ` Bruce Ashfield
2019-07-24  5:06   ` Khem Raj
2019-07-24 12:29     ` Bruce Ashfield
2019-07-24  9:38 ` Burton, Ross
2019-07-24 10:13   ` ChenQi
2019-07-24 12:27     ` Bruce Ashfield
2019-07-25  1:43       ` ChenQi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox