Skip to content

Commit

Permalink
Merge pull request #148 from mmacata/plugin-update
Browse files Browse the repository at this point in the history
docker: update module-plugin
  • Loading branch information
mmacata authored Feb 25, 2021
2 parents abedcd4 + ca4aa2b commit 0d50b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/actinia-core-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ RUN curl https://api.github.com/repos/mundialis/actinia_satellite_plugin/release
RUN curl https://api.github.com/repos/mundialis/actinia-metadata-plugin/releases/38726425 > resp.json && \
name=`cat resp.json | jq '.assets[0].name' | tr -d '"'` && \
cat resp.json | jq '.assets[0].browser_download_url' | xargs curl -L --output /build/$name && rm resp.json
# Get actinia-module-plugin (38724355 = 1.0.0)
RUN curl https://api.github.com/repos/mundialis/actinia-module-plugin/releases/38724355 > resp.json && \
# Get actinia-module-plugin (38733194 = 1.0.1)
RUN curl https://api.github.com/repos/mundialis/actinia-module-plugin/releases/38733194 > resp.json && \
name=`cat resp.json | jq '.assets[0].name' | tr -d '"'` && \
cat resp.json | jq '.assets[0].browser_download_url' | xargs curl -L --output /build/$name && rm resp.json
# Install actinia-core and plugins
Expand Down

0 comments on commit 0d50b13

Please sign in to comment.