From 0f4bd6e33f42eec5e955fa3899c776c299659b70 Mon Sep 17 00:00:00 2001 From: Marco Chiappero Date: Mon, 20 Jan 2025 11:35:35 +0100 Subject: [PATCH] Update asciidoc/quickstart/eib.adoc - 1 other Co-authored-by: Daria Vladykina --- asciidoc/quickstart/eib.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciidoc/quickstart/eib.adoc b/asciidoc/quickstart/eib.adoc index 65e2c6b9..8c66b1c9 100644 --- a/asciidoc/quickstart/eib.adoc +++ b/asciidoc/quickstart/eib.adoc @@ -335,7 +335,7 @@ Please refer to the <> for a more com [#eib-how-to-build-image] == Building the image -Now that we've got a base image and an image definition for EIB to consume, let's go ahead and build the image. For this, we simply use `podman` to call the EIB container with the "build" command, specifying the definition file: +Now that we have a base image and an image definition for EIB to consume, let us proceed and build the image. For this, we simply use `podman` to call the EIB container with the "build" command, specifying the definition file: [,bash,subs="attributes"] ----