[
https://issues.apache.org/jira/browse/ARTEMIS-3748?focusedWorklogId=808865&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-808865
]
ASF GitHub Bot logged work on ARTEMIS-3748:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Sep/22 20:23
Start Date: 14/Sep/22 20:23
Worklog Time Spent: 10m
Work Description: asfgit merged PR #4215:
URL: https://github.com/apache/activemq-artemis/pull/4215
Issue Time Tracking
-------------------
Worklog Id: (was: 808865)
Remaining Estimate: 0h
Time Spent: 10m
> Cannot create docker for an older version of Artemis
> ----------------------------------------------------
>
> Key: ARTEMIS-3748
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3748
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.19.0
> Reporter: Jean-Baptiste Simillon
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When trying to use the prepare-docker.sh script an a version a bit older of
> Artemis it fails :
> {code:java}
> $ ./prepare-docker.sh --from-release --artemis-version 2.19.0
> Downloading apache-artemis-2.19.0-bin.tar.gz from
> https://dlcdn.apache.org/activemq/activemq-artemis/2.19.0/...
> #########################################################################################################################################################################################################################################################
> 100,0%
> Expanding _TMP_/artemis/2.19.0/apache-artemis-2.19.0-bin.tar.gz...gzip:
> stdin: not in gzip format
> tar: Child returned status 1
> tar: Error is not recoverable: exiting now
> {code}
> Even if the version is available from other urls (archive.apache.org)
> I understand it is best to always have the latest version, but 2.19.0 is not
> that old.
> Could it be possible for the script to use the archive url instead, if
> specified on command line ?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)