Skip to content

Commit

Permalink
Fix links for the 7.17.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Sep 6, 2022
1 parent c4dda06 commit a7ae868
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is an `Ingest`, `Search` and `Script` plugin.

## Installation

`bin/elasticsearch-plugin https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.0/elasticsearch-plugin-geoshape-7.17.1.0.zip"`
`bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.2/elasticsearch-plugin-geoshape-7.17.1.2.zip"`


## Build
Expand Down Expand Up @@ -359,7 +359,7 @@ You can find past releases [here](https://github.com/opendatasoft/elasticsearch-
The first 3 digits of the plugin version is the corresponding Elasticsearch version. The last digit is used for plugin versioning.

To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
`bin/elasticsearch-plugin https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.0/elasticsearch-plugin-geoshape-7.17.1.0.zip"`
`bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.2/elasticsearch-plugin-geoshape-7.17.1.2.zip"`


## Development Environment Setup
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.1 AS elasticsearch-plugin-debug

COPY /build/distributions/elasticsearch-plugin-geoshape-7.17.1.0.zip /tmp/elasticsearch-plugin-geoshape-7.17.1.0.zip
RUN ./bin/elasticsearch-plugin install file:/tmp/elasticsearch-plugin-geoshape-7.17.1.0.zip
COPY /build/distributions/elasticsearch-plugin-geoshape-7.17.1.2.zip /tmp/elasticsearch-plugin-geoshape-7.17.1.2.zip
RUN ./bin/elasticsearch-plugin install file:/tmp/elasticsearch-plugin-geoshape-7.17.1.2.zip

0 comments on commit a7ae868

Please sign in to comment.