You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jean-Baptiste Simillon (Jira)" <ji...@apache.org> on 2022/03/29 12:33:00 UTC

[jira] [Created] (ARTEMIS-3748) Cannot create docker for an older version of Artemis

Jean-Baptiste Simillon created ARTEMIS-3748:
-----------------------------------------------

             Summary: 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


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.1#820001)