[
https://issues.apache.org/jira/browse/ARTEMIS-4404?focusedWorklogId=879004&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-879004
]
ASF GitHub Bot logged work on ARTEMIS-4404:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 30/Aug/23 06:18
Start Date: 30/Aug/23 06:18
Worklog Time Spent: 10m
Work Description: thatmaw commented on code in PR #4593:
URL: https://github.com/apache/activemq-artemis/pull/4593#discussion_r1309721477
##########
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:
Hi Clebert. Sorry I missed the commit msg req, and thanks Justin for fixing
it.
Yes I was able to get a cross platform version of 2.30.0 built. I updated
karaf to 4.4.3 as per main which allowed the local build to complete
successfully. The other steps worked as written in the doc.
Issue Time Tracking
-------------------
Worklog Id: (was: 879004)
Time Spent: 1h 10m (was: 1h)
> 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: 1h 10m
> 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)