[
https://issues.apache.org/jira/browse/AMQ-8149?focusedWorklogId=867575&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-867575
]
ASF GitHub Bot logged work on AMQ-8149:
---------------------------------------
Author: ASF GitHub Bot
Created on: 26/Jun/23 19:19
Start Date: 26/Jun/23 19:19
Worklog Time Spent: 10m
Work Description: mattrpav commented on code in PR #1036:
URL: https://github.com/apache/activemq/pull/1036#discussion_r1242650760
##########
assembly/src/docker/docker-compose.yml:
##########
@@ -0,0 +1,39 @@
+################################################################################
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+################################################################################
+
+version: "2.1"
+services:
+ activemq:
+ image: ${ACTIVEMQ_DOCKER_IMAGE_NAME:-qctivemq}
Review Comment:
Looks like minor type-o here. Should be 'activemq' instead of 'qctivemq'?
Issue Time Tracking
-------------------
Worklog Id: (was: 867575)
Time Spent: 0.5h (was: 20m)
> Create Docker Image
> -------------------
>
> Key: AMQ-8149
> URL: https://issues.apache.org/jira/browse/AMQ-8149
> Project: ActiveMQ
> Issue Type: New Feature
> Reporter: Matt Pavlovich
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 5.19.0, 5.18.2
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Create an Apache ActiveMQ docker image
> Draft:
> [X] -jib- or jkube mvn plugin [Use jkube for support of multiple base images
> (debian, alpine, ubi etc)]
> [ ] Create a general container that supports most use cases (enable all
> protocols on default ports, etc)
> [ ] Provide artifacts for users to build customized containers
> Tasks:
> [DONE] Creation of Docker repository for ActiveMQ INFRA-21430
> [ ] Add activemq-docker module to 5.17.x (activemq-assembly)
> [ ] Add dockerhub deployment to release process
--
This message was sent by Atlassian Jira
(v8.20.10#820010)