[
https://issues.apache.org/jira/browse/ARTEMIS-4556?focusedWorklogId=899256&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-899256
]
ASF GitHub Bot logged work on ARTEMIS-4556:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 11/Jan/24 17:41
Start Date: 11/Jan/24 17:41
Worklog Time Spent: 10m
Work Description: gemmellr commented on code in PR #4738:
URL: https://github.com/apache/activemq-artemis/pull/4738#discussion_r1449196952
##########
.gitignore:
##########
@@ -33,3 +33,5 @@
artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h
# overlay outpit
**/overlays/**/*
+
+artemis-docker/_TMP_
Review Comment:
Yep I know it isnt a module (could make it one for target dir cleanup at
some point..), but I think it would be picked up by the source assembly stuff
as thats mainly just done with a fileset on the build base dir.
Issue Time Tracking
-------------------
Worklog Id: (was: 899256)
Time Spent: 50m (was: 40m)
> Support release of multi-platform Docker images
> -----------------------------------------------
>
> Key: ARTEMIS-4556
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4556
> Project: ActiveMQ Artemis
> Issue Type: Task
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> We currently release Docker images only for {{{}linux/amd64{}}}, but images
> can be [built supporting multiple
> platforms|https://docs.docker.com/build/building/multi-platform/]. However,
> whatever platforms we choose to build must be supported by the based images
> we use. We currently publish images using:
> * [Eclipse Temurin Java 21 JRE based on
> Ubuntu|https://hub.docker.com/layers/library/eclipse-temurin/21-jre/images/sha256-2d00f6910282a7a20ae7747b8f5e2371f7d55f06daed6bf60a323fcc7eaa3da8?context=explore]
> * [Eclipse Temurin Java 21 JRE based on
> Alpine|https://hub.docker.com/layers/library/eclipse-temurin/21-jre-alpine/images/sha256-98963ed09c4fd82e128c6cc9e64d71798239b824164276626d79b8f9e666ac0e?context=explore]
> Both of these images support:
> * {{linux/amd64}}
> * {{linux/arm64}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)