[
https://issues.apache.org/jira/browse/ARTEMIS-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17605550#comment-17605550
]
ASF subversion and git services commented on ARTEMIS-3748:
----------------------------------------------------------
Commit ee24b858c72a83d0ca4c8fa4ee8af248989e93a3 in activemq-artemis's branch
refs/heads/2.x from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=ee24b858c7 ]
ARTEMIS-3748 support older versions in prepare-docker.sh
(cherry picked from commit 98d176ae83f0c36e429e72c41063d41c8a9e9eb7)
> 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
> Fix For: 3.0.0
>
> 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)