From 18a21271412a3569775389a6fef57d2a1786d347 Mon Sep 17 00:00:00 2001 From: Ravi Chamarthy Date: Fri, 14 Oct 2022 04:21:57 +0000 Subject: [PATCH] index: fix title make it explicit that stacker is OCI-native! Signed-off-by: Ravi Chamarthy --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index e32b364..56d7c33 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,11 +1,11 @@ -# Stacker - OCI Container Image Builder +# Stacker - OCI-native Container Image Builder Stacker is a tool for building OCI images natively via a declarative yaml format. ## Features * Single binary -* Rootless builds +* Unprivileged builds * Hermetically sealed builds using LXC containers * [GitHub action](https://github.com/marketplace/actions/stacker-build-and-push-action)