You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2022/09/14 20:57:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARTEMIS-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-3748.
-------------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

> 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)