From 9556d27e5df2cc72fae3434bb81065bd36ebf521 Mon Sep 17 00:00:00 2001 From: Hendrik Bruinsma Date: Sun, 28 Dec 2025 08:00:36 +0100 Subject: [PATCH] Mention OCI images in Readme file, so people can easilly find them --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b5b34a2b163..e762211631f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ After downloading the ISO, use [the quickstart instructions](toolkit/docs/quick_ Note: Support for the ISO is community based. Before filing a new bug or feature request, please search the list of Github Issues. If you are unable to find a matching issue, please report new bugs by clicking [here](https://github.com/microsoft/CBL-Mariner/issues) or create a new feature request by clicking [here](https://github.com/microsoft/CBL-Mariner/issues/new). For additional information refer to the [support.md](https://github.com/microsoft/CBL-Mariner/blob/2.0/SUPPORT.md) file. +### OCI + +There are also Azure Linux OCI images available to use or create your own images by referencing `mcr.microsoft.com/azurelinux/base/core:3.0` in your Containerfile. + +See [here](https://mcr.microsoft.com/en-us/artifact/mar/azurelinux/base/core/about) which other tags are available. + ## Getting Help - Bugs, feature requests and questions can be filed as GitHub issues.