[
https://issues.apache.org/jira/browse/ARTEMIS-4404?focusedWorklogId=878527&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-878527
]
ASF GitHub Bot logged work on ARTEMIS-4404:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Aug/23 14:45
Start Date: 27/Aug/23 14:45
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on code in PR #4593:
URL: https://github.com/apache/activemq-artemis/pull/4593#discussion_r1306677348
##########
artemis-docker/readme.md:
##########
@@ -134,7 +148,7 @@ From within the `$ARTEMIS_DIST` folder:
$ docker build -f ./docker/Dockerfile-ubuntu-11-jre -t artemis-ubuntu .
```
-# For Ubuntu (Build for linux ARMv7/ARM64)
+## For Ubuntu (Build for linux ARMv7/ARM64)
```
$ docker buildx build --platform linux/arm64,linux/arm/v7 --push -t
{your-repository}/apache-artemis:2.17.0-SNAPSHOT -f
./docker/Dockerfile-ubuntu-11 .
Review Comment:
Were you able to make this work with 2.30?
Issue Time Tracking
-------------------
Worklog Id: (was: 878527)
Time Spent: 0.5h (was: 20m)
> Update the artemis-docker readme.md with minor clarification on building
> local distribution
> -------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-4404
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4404
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 2.30.0
> Reporter: Mike Williams
> Priority: Trivial
> Labels: documentation
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> I recently tried to build my own docker image from source following the
> readme in artemis-docker. Ran into some difficulty, mostly because I was a
> newbie on the project I think. However, I feel the documentation could have
> been slightly clearer and I'm proposing some minor changes to the readme file.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)