From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"mikuback@linux.microsoft.com" <mikuback@linux.microsoft.com>,
"Gao, Liming" <gaoliming@byosoft.com.cn>
Cc: Chris Fernald <chris.fernald@outlook.com>,
Oliver Steffen <osteffen@redhat.com>,
Sean Brogan <spbrogan@outlook.com>,
Leif Lindholm <quic_llindhol@quicinc.com>,
Andrew Fish <afish@apple.com>,
"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [PATCH v1 1/1] .devcontainer/devcontainer.json: Add devcontainer file
Date: Fri, 10 Feb 2023 05:01:42 +0000 [thread overview]
Message-ID: <CO1PR11MB492926CC27DA0CDB7030A1ECD2DE9@CO1PR11MB4929.namprd11.prod.outlook.com> (raw)
In-Reply-To: <30f2404b-1cb5-7292-18a6-2cd10a4591b4@linux.microsoft.com>
Hi Michael,
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Please update commit message from Ab to Rb and I will merge.
Thanks,
Mike
> -----Original Message-----
> From: Michael Kubacki <mikuback@linux.microsoft.com>
> Sent: Tuesday, February 7, 2023 7:50 PM
> To: devel@edk2.groups.io; Gao, Liming <gaoliming@byosoft.com.cn>
> Cc: Chris Fernald <chris.fernald@outlook.com>; Oliver Steffen <osteffen@redhat.com>; Sean Brogan <spbrogan@outlook.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>; Leif Lindholm <quic_llindhol@quicinc.com>; Andrew Fish <afish@apple.com>
> Subject: Re: [edk2-devel] [PATCH v1 1/1] .devcontainer/devcontainer.json: Add devcontainer file
>
> Hi Liming,
>
> I put the patch with received review tags in the following PR:
>
> https://github.com/tianocore/edk2/pull/4015
>
> Thanks,
> Michael
>
> On 2/5/2023 1:34 PM, Michael Kubacki wrote:
> > With the soft freeze starting soon, I wanted to bring attention to this
> > patch again. It has not received feedback in 2+ weeks on the list.
> >
> > It is simple and intended to help users more easily use Tianocore
> > containers.
> >
> > Can you please review and include this in the stable tag?
> >
> > Thanks,
> > Michael
> >
> > On 1/26/2023 9:44 AM, Michael Kubacki wrote:
> >> I've seen interest on the patch but no R-b yet. I believe those in the
> >> TO line might be the best to provide that since this is a new directory.
> >>
> >> If anyone is interested in being a maintainer/reviewer, let me know
> >> and I'll update the file.
> >>
> >> Thanks,
> >> Michael
> >>
> >> On 1/20/2023 3:51 PM, Michael Kubacki wrote:
> >>> From: Michael Kubacki <michael.kubacki@microsoft.com>
> >>>
> >>> Tianocore maintains container images in the tianocore/containers repo
> >>> and stores container images within the GitHub container registry.
> >>>
> >>> https://github.com/tianocore/containers
> >>>
> >>> This change adds a devcontainer.json file to the edk2 repo. This
> >>> file's metadata and settings to configurate a development container
> >>> for a given well-defined tool and runtime stack.
> >>>
> >>> More information about the devcontainer.json file is available here:
> >>> https://containers.dev/implementors/json_reference/
> >>>
> >>> This file is recognized by popular tools such as GitHub Codespaces
> >>> and VS Code. In VS Code in particular, it makes it much easier for
> >>> a user to be aware a dev container exists (via UI notifications)
> >>> and to load the container.
> >>>
> >>> A minimal number of VS Code extensions are specified that are useful
> >>> for edk2 development or to assist in complying with CI checks in
> >>> place in edk2.
> >>>
> >>> Cc: Andrew Fish <afish@apple.com>
> >>> Cc: Chris Fernald <chris.fernald@outlook.com>
> >>> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> >>> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> >>> Cc: Oliver Steffen <osteffen@redhat.com>
> >>> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> >>> ---
> >>> .devcontainer/devcontainer.json | 16 ++++++++++++++++
> >>> Maintainers.txt | 5 +++++
> >>> 2 files changed, 21 insertions(+)
> >>>
> >>> diff --git a/.devcontainer/devcontainer.json
> >>> b/.devcontainer/devcontainer.json
> >>> new file mode 100644
> >>> index 000000000000..592bb8cf6626
> >>> --- /dev/null
> >>> +++ b/.devcontainer/devcontainer.json
> >>> @@ -0,0 +1,16 @@
> >>> +{
> >>> + "image": "ghcr.io/tianocore/containers/fedora-35-dev:latest",
> >>> + "postCreateCommand": "git config --global --add safe.directory *
> >>> && pip install --upgrade -r pip-requirements.txt",
> >>> + "customizations": {
> >>> + "vscode": {
> >>> + "extensions": [
> >>> + "DavidAnson.vscode-markdownlint",
> >>> + "ms-azuretools.vscode-docker",
> >>> + "ms-vscode-remote.remote-containers",
> >>> + "ms-vscode.cpptools",
> >>> + "walonli.edk2-vscode",
> >>> + "zachflower.uncrustify"
> >>> + ]
> >>> + }
> >>> + }
> >>> +}
> >>> diff --git a/Maintainers.txt b/Maintainers.txt
> >>> index 68f603b48398..4aa7973d5156 100644
> >>> --- a/Maintainers.txt
> >>> +++ b/Maintainers.txt
> >>> @@ -117,6 +117,11 @@ M: Michael Kubacki
> >>> <mikuback@linux.microsoft.com> [makubacki]
> >>> R: Michael D Kinney <michael.d.kinney@intel.com> [mdkinney]
> >>> R: Liming Gao <gaoliming@byosoft.com.cn> [lgao4]
> >>> +.devcontainer/
> >>> +F: .devcontainer/
> >>> +M: Michael Kubacki <mikuback@linux.microsoft.com> [makubacki]
> >>> +R: Chris Fernald <chris.fernald@outlook.com> [cfernald]
> >>> +
> >>> .github/
> >>> F: .github/
> >>> M: Sean Brogan <sean.brogan@microsoft.com> [spbrogan]
> >>
> >>
> >>
> >>
next prev parent reply other threads:[~2023-02-10 5:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <173C1FA3C96CC3CD.14781@groups.io>
2023-01-20 20:54 ` [edk2-devel] [PATCH v1 1/1] .devcontainer/devcontainer.json: Add devcontainer file Michael Kubacki
2023-01-24 9:52 ` Oliver Steffen
2023-01-26 14:44 ` Michael Kubacki
[not found] ` <173DE310BC2140E3.21537@groups.io>
2023-02-05 18:34 ` Michael Kubacki
2023-02-05 19:54 ` Michael D Kinney
2023-02-08 3:49 ` Michael Kubacki
2023-02-10 5:01 ` Michael D Kinney [this message]
2023-02-10 5:12 ` 回复: " gaoliming
2023-02-13 14:13 ` Michael Kubacki
2023-02-14 1:28 ` Michael D Kinney
2023-01-20 20:51 Michael Kubacki
2023-01-20 21:22 ` [edk2-devel] " Rebecca Cran
2023-01-20 21:57 ` Michael Kubacki
2023-01-23 9:23 ` Oliver Steffen
2023-01-23 10:46 ` Ard Biesheuvel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CO1PR11MB492926CC27DA0CDB7030A1ECD2DE9@CO1PR11MB4929.namprd11.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox