This is an automated email from the ASF dual-hosted git repository.
gtully pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 6fe603f717 NO-JIRA add comment on current directory to the image build
readme
6fe603f717 is described below
commit 6fe603f71786ff77385c40878a45491f7d7dbfba
Author: Gary Tully <[email protected]>
AuthorDate: Thu Feb 29 15:15:16 2024 +0000
NO-JIRA add comment on current directory to the image build readme
---
artemis-image/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/artemis-image/README.md b/artemis-image/README.md
index cb959c6213..010cd45b50 100644
--- a/artemis-image/README.md
+++ b/artemis-image/README.md
@@ -19,7 +19,7 @@ An _empty_, _open_, _default_ broker with an acceptor on port
61616
First build an OCI image tar file from this artemis project using mvn.
The image wraps a plain java application based on a jre image. You should note
the default `fromImage` property in the pom.xml and potentially override using
`-DfromImage=<image url>` with your choice, as it may be out of date.
-To build the image, use:
+To build the image, from this directory, use:
`$> mvn compile jib:buildTar@now`