* Containerization Enablement in OpenBMC firmware
@ 2023-03-28 16:43 Satish Yaduvanshi
2023-03-28 22:44 ` Zev Weiss
0 siblings, 1 reply; 8+ messages in thread
From: Satish Yaduvanshi @ 2023-03-28 16:43 UTC (permalink / raw)
To: openbmc
[-- Attachment #1: Type: text/plain, Size: 133 bytes --]
Hi,
I would like to know is there any future plans to containerize the apps
and services of OpenBMC firmware
Thanks,
Satish Kumar
[-- Attachment #2: Type: text/html, Size: 456 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Containerization Enablement in OpenBMC firmware
2023-03-28 16:43 Containerization Enablement in OpenBMC firmware Satish Yaduvanshi
@ 2023-03-28 22:44 ` Zev Weiss
2023-03-29 11:45 ` Satish Yaduvanshi
0 siblings, 1 reply; 8+ messages in thread
From: Zev Weiss @ 2023-03-28 22:44 UTC (permalink / raw)
To: Satish Yaduvanshi; +Cc: openbmc@lists.ozlabs.org
On Tue, Mar 28, 2023 at 09:43:20AM PDT, Satish Yaduvanshi wrote:
>Hi,
>
>I would like to know is there any future plans to containerize the apps
>and services of OpenBMC firmware
>
>Thanks,
>Satish Kumar
I'm not aware of any efforts in that direction, no. Is there a
particular benefit that would be achieved by doing so?
Zev
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Containerization Enablement in OpenBMC firmware
2023-03-28 22:44 ` Zev Weiss
@ 2023-03-29 11:45 ` Satish Yaduvanshi
2023-03-31 17:25 ` Satish Yaduvanshi
0 siblings, 1 reply; 8+ messages in thread
From: Satish Yaduvanshi @ 2023-03-29 11:45 UTC (permalink / raw)
To: Zev Weiss; +Cc: openbmc@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 644 bytes --]
Embedding a container in OpenBMC may bring many advantages such as
portability, modularity, security and considerably speed up the application
development time.
On Wed, Mar 29, 2023 at 4:14 AM Zev Weiss <zweiss@equinix.com> wrote:
> On Tue, Mar 28, 2023 at 09:43:20AM PDT, Satish Yaduvanshi wrote:
> >Hi,
> >
> >I would like to know is there any future plans to containerize the apps
> >and services of OpenBMC firmware
> >
> >Thanks,
> >Satish Kumar
>
> I'm not aware of any efforts in that direction, no. Is there a
> particular benefit that would be achieved by doing so?
>
>
> Zev
>
--
Satish Kumar G
[-- Attachment #2: Type: text/html, Size: 1591 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Containerization Enablement in OpenBMC firmware
2023-03-29 11:45 ` Satish Yaduvanshi
@ 2023-03-31 17:25 ` Satish Yaduvanshi
2023-04-03 11:47 ` Patrick Williams
0 siblings, 1 reply; 8+ messages in thread
From: Satish Yaduvanshi @ 2023-03-31 17:25 UTC (permalink / raw)
To: Zev Weiss; +Cc: openbmc@lists.ozlabs.org
[-- Attachment #1: Type: text/plain, Size: 938 bytes --]
For containerizing firmware, I do believe architecture matters. could
anyone of you explain the OpenBMC firmware architecture briefly
On Wed, Mar 29, 2023 at 5:15 PM Satish Yaduvanshi <satishroyal4u@gmail.com>
wrote:
> Embedding a container in OpenBMC may bring many advantages such as
> portability, modularity, security and considerably speed up the application
> development time.
>
> On Wed, Mar 29, 2023 at 4:14 AM Zev Weiss <zweiss@equinix.com> wrote:
>
>> On Tue, Mar 28, 2023 at 09:43:20AM PDT, Satish Yaduvanshi wrote:
>> >Hi,
>> >
>> >I would like to know is there any future plans to containerize the apps
>> >and services of OpenBMC firmware
>> >
>> >Thanks,
>> >Satish Kumar
>>
>> I'm not aware of any efforts in that direction, no. Is there a
>> particular benefit that would be achieved by doing so?
>>
>>
>> Zev
>>
>
>
> --
>
> Satish Kumar G
>
>
>
--
Satish Kumar G
[-- Attachment #2: Type: text/html, Size: 2925 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Containerization Enablement in OpenBMC firmware
2023-03-31 17:25 ` Satish Yaduvanshi
@ 2023-04-03 11:47 ` Patrick Williams
2023-04-04 14:24 ` Satish Yaduvanshi
0 siblings, 1 reply; 8+ messages in thread
From: Patrick Williams @ 2023-04-03 11:47 UTC (permalink / raw)
To: Satish Yaduvanshi; +Cc: openbmc@lists.ozlabs.org, Zev Weiss
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]
On Fri, Mar 31, 2023 at 10:55:47PM +0530, Satish Yaduvanshi wrote:
> For containerizing firmware, I do believe architecture matters. could
> anyone of you explain the OpenBMC firmware architecture briefly
Have you read through any of the design information in the docs
repository or watched any of the background videos on the YouTube
channel? Was there any specific questions you had?
--
Patrick Williams
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Containerization Enablement in OpenBMC firmware
2023-04-03 11:47 ` Patrick Williams
@ 2023-04-04 14:24 ` Satish Yaduvanshi
2023-04-04 15:14 ` Patrick Williams
2023-04-04 16:01 ` Ed Tanous
0 siblings, 2 replies; 8+ messages in thread
From: Satish Yaduvanshi @ 2023-04-04 14:24 UTC (permalink / raw)
To: Patrick Williams; +Cc: openbmc@lists.ozlabs.org, Zev Weiss
[-- Attachment #1: Type: text/plain, Size: 724 bytes --]
Have gone through some documentation over internet. Firmware can be
containerized to get the more benefits. so is there any plans to
containerize the OpenBMC firmware?
On Mon, Apr 3, 2023 at 5:17 PM Patrick Williams <patrick@stwcx.xyz> wrote:
> On Fri, Mar 31, 2023 at 10:55:47PM +0530, Satish Yaduvanshi wrote:
> > For containerizing firmware, I do believe architecture matters. could
> > anyone of you explain the OpenBMC firmware architecture briefly
>
> Have you read through any of the design information in the docs
> repository or watched any of the background videos on the YouTube
> channel? Was there any specific questions you had?
>
> --
> Patrick Williams
>
--
Satish Kumar G
[-- Attachment #2: Type: text/html, Size: 1521 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Containerization Enablement in OpenBMC firmware
2023-04-04 14:24 ` Satish Yaduvanshi
@ 2023-04-04 15:14 ` Patrick Williams
2023-04-04 16:01 ` Ed Tanous
1 sibling, 0 replies; 8+ messages in thread
From: Patrick Williams @ 2023-04-04 15:14 UTC (permalink / raw)
To: Satish Yaduvanshi; +Cc: openbmc@lists.ozlabs.org, Zev Weiss
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
On Tue, Apr 04, 2023 at 07:54:51PM +0530, Satish Yaduvanshi wrote:
> Firmware can be containerized to get the more benefits.
> so is there any plans to containerize the OpenBMC firmware?
No.
--
Patrick Williams
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Containerization Enablement in OpenBMC firmware
2023-04-04 14:24 ` Satish Yaduvanshi
2023-04-04 15:14 ` Patrick Williams
@ 2023-04-04 16:01 ` Ed Tanous
1 sibling, 0 replies; 8+ messages in thread
From: Ed Tanous @ 2023-04-04 16:01 UTC (permalink / raw)
To: Satish Yaduvanshi; +Cc: openbmc@lists.ozlabs.org, Zev Weiss
On Tue, Apr 4, 2023 at 7:25 AM Satish Yaduvanshi
<satishroyal4u@gmail.com> wrote:
>
> Have gone through some documentation over internet. Firmware can be containerized to get the more benefits. so is there any plans to containerize the OpenBMC firmware?
The best thing to do here is to elaborate what BMC-specific use cases
you're trying to fulfill, then work that backwards to a solution,
which _might_ include some form of container. Containers have quite a
breadth of use cases, but without knowing what you're trying to
accomplish, it's very difficult to present you with a path forward on
how to proceed with your idea. Once you've got your use cases,
there's quite a few people who would be happy to help evaluate the
technical merit of your idea.
>
> On Mon, Apr 3, 2023 at 5:17 PM Patrick Williams <patrick@stwcx.xyz> wrote:
>>
>> On Fri, Mar 31, 2023 at 10:55:47PM +0530, Satish Yaduvanshi wrote:
>> > For containerizing firmware, I do believe architecture matters. could
>> > anyone of you explain the OpenBMC firmware architecture briefly
>>
>> Have you read through any of the design information in the docs
>> repository or watched any of the background videos on the YouTube
>> channel? Was there any specific questions you had?
>>
>> --
>> Patrick Williams
>
>
>
> --
>
> Satish Kumar G
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-04-04 16:03 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-28 16:43 Containerization Enablement in OpenBMC firmware Satish Yaduvanshi
2023-03-28 22:44 ` Zev Weiss
2023-03-29 11:45 ` Satish Yaduvanshi
2023-03-31 17:25 ` Satish Yaduvanshi
2023-04-03 11:47 ` Patrick Williams
2023-04-04 14:24 ` Satish Yaduvanshi
2023-04-04 15:14 ` Patrick Williams
2023-04-04 16:01 ` Ed Tanous
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.