doc: user_manual: add container image dependencies

Message ID 20230109110537.1251574-1-Vijaikumar_Kanagarajan@mentor.com
State Rejected, archived
Headers show
Series doc: user_manual: add container image dependencies | expand

Commit Message

Vijai Kumar K Jan. 9, 2023, 11:05 a.m. UTC
Add missing container image build dependencies.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
 doc/user_manual.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Jan Kiszka Jan. 9, 2023, 11:08 a.m. UTC | #1
On 09.01.23 12:05, Vijai Kumar K wrote:
> Add missing container image build dependencies.
> 
> Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
> ---
>  doc/user_manual.md | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/doc/user_manual.md b/doc/user_manual.md
> index 02874b6..b01613f 100644
> --- a/doc/user_manual.md
> +++ b/doc/user_manual.md
> @@ -81,7 +81,9 @@ apt install \
>    qemu \
>    qemu-user-static \
>    reprepro \
> -  sudo
> +  skopeo \
> +  sudo \
> +  umoci
>  ```
>  
>  If your host is >= buster, also install the following package.

This is already described some paragraphs below - optional deps, only
needed when building containers.

Jan
Kanagarajan, Vijaikumar Jan. 9, 2023, 11:32 a.m. UTC | #2
> -----Original Message-----
> From: Jan Kiszka <jan.kiszka@siemens.com>
> Sent: 09 January 2023 16:39
> To: Vijaikumar_Kanagarajan <Vijaikumar_Kanagarajan@mentor.com>; isar-
> users@googlegroups.com
> Subject: Re: [PATCH] doc: user_manual: add container image dependencies
> 
> On 09.01.23 12:05, Vijai Kumar K wrote:
> > Add missing container image build dependencies.
> >
> > Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
> > ---
> >  doc/user_manual.md | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/doc/user_manual.md b/doc/user_manual.md index
> > 02874b6..b01613f 100644
> > --- a/doc/user_manual.md
> > +++ b/doc/user_manual.md
> > @@ -81,7 +81,9 @@ apt install \
> >    qemu \
> >    qemu-user-static \
> >    reprepro \
> > -  sudo
> > +  skopeo \
> > +  sudo \
> > +  umoci
> >  ```
> >
> >  If your host is >= buster, also install the following package.
> 
> This is already described some paragraphs below - optional deps, only
> needed when building containers.

Ah. I see. I did not read the whole updated manual. My muscle memory directly jumped to the apt install section.
Sorry for the noise.

Thanks,
Vijai Kumar K 

> 
> Jan
> 
> --
> Siemens AG, Technology
> Competence Center Embedded Linux

Patch

diff --git a/doc/user_manual.md b/doc/user_manual.md
index 02874b6..b01613f 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -81,7 +81,9 @@  apt install \
   qemu \
   qemu-user-static \
   reprepro \
-  sudo
+  skopeo \
+  sudo \
+  umoci
 ```
 
 If your host is >= buster, also install the following package.