Update Apache Ignite docker documentation

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Update Apache Ignite docker documentation

Maxim Muzafarov
Igniters,


I've just found that a script with docked Apache Ignite on docker hub
site [1] doesn't work for newer versions (start from 2.6.0?) since the
word `fabric` has been removed from a release distribution name.

Can we update this documentation to the newer one?
I can also suggest using this URL [2] for resource download since at
dist.apache.org will be available only the latest version.


RUN curl https://dist.apache.org/repos/dist/release/ignite/${IGNITE_VERSION}/apache-ignite-fabric-${IGNITE_VERSION}-bin.zip
-o ignite.zip \ && unzip ignite.zip \ && rm ignite.zip


[1] https://hub.docker.com/r/apacheignite/ignite/dockerfile
[2] https://archive.apache.org/dist/ignite/
Reply | Threaded
Open this post in threaded view
|

Re: Update Apache Ignite docker documentation

dmagda
Could we also update the "Overview" page with the content from the README
file of GitHub?
https://github.com/apache/ignite/blob/master/README.md

-
Denis


On Tue, Mar 3, 2020 at 1:26 PM Maxim Muzafarov <[hidden email]> wrote:

> Igniters,
>
>
> I've just found that a script with docked Apache Ignite on docker hub
> site [1] doesn't work for newer versions (start from 2.6.0?) since the
> word `fabric` has been removed from a release distribution name.
>
> Can we update this documentation to the newer one?
> I can also suggest using this URL [2] for resource download since at
> dist.apache.org will be available only the latest version.
>
>
> RUN curl
> https://dist.apache.org/repos/dist/release/ignite/${IGNITE_VERSION}/apache-ignite-fabric-${IGNITE_VERSION}-bin.zip
> -o ignite.zip \ && unzip ignite.zip \ && rm ignite.zip
>
>
> [1] https://hub.docker.com/r/apacheignite/ignite/dockerfile
> [2] https://archive.apache.org/dist/ignite/
>