Skip to content

Commit

Permalink
fix(Images): Pin to Encoda 0.116.1
Browse files Browse the repository at this point in the history
After this versions there wer changes in the registration
script for Encoda which broke the image build.
  • Loading branch information
nokome committed Aug 25, 2021
1 parent 81ddf1f commit 2e39e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/executa-all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ RUN apt-get update \
# Install executors
# The EXECUTORS_LATEST argument can be set at the current time e.g.
# docker build --build-arg EXECUTORS_LATEST=$(date --iso=seconds) ...
# to force a reinstall of the latest version of all executors
# to force a reinstall of the latest version of executors where the version is not pinned
# (by busting the Docker cache with a new RUN layer)
ARG EXECUTORS_LATEST=false
RUN echo "Forcing install of latest executors: ${EXECUTORS_LATEST}"
RUN npm install --global @stencila/executa
RUN npm install --global @stencila/encoda
RUN npm install --global @stencila/encoda@0.116.1
RUN npm install --global @stencila/basha
RUN npm install --global @stencila/jupita
RUN R -e 'install.packages("remotes"); remotes::install_github("stencila/rasta")'
Expand Down

0 comments on commit 2e39e04

Please sign in to comment.