Skip to content

Commit

Permalink
Merge branch 'release/2.0.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauzzi committed May 5, 2023
2 parents ebc5574 + 47a023f commit bf81f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ RUN wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | t
rm -rf /var/lib/{apt,dpkg,cache,log} && \
cp ./micromamba /usr/bin && \
micromamba create -n workflow_executor_env && \
micromamba install workflow-executor=1.0.44 -c eoepca -c conda-forge -n workflow_executor_env && \
micromamba install workflow-executor=1.0.45 -c eoepca -c conda-forge -n workflow_executor_env && \
rm -fr /srv/conda/pkgs && \
rm -fr /tmp/*

Expand All @@ -140,7 +140,6 @@ COPY assets/oas.cfg /opt/t2service/oas.cfg
COPY assets/scripts/entrypoint.sh /opt/t2scripts/entrypoint.sh
RUN chmod +x /opt/t2scripts/entrypoint.sh

COPY assets/workflowwxecutorconfig.json /opt/t2config/workflowwxecutorconfig.json
COPY src/templates/template.cpp /opt/t2template/template.cpp
COPY src/templates/Makefile /opt/t2template/Makefile
RUN cp /project/src/deployundeploy/zoo/build/libepcatransactional.zo /opt/t2service/
Expand Down
2 changes: 1 addition & 1 deletion build.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker_image_name: eoepca/proc-ades
docker_image_version: 2.0.14
docker_image_version: 2.0.15

0 comments on commit bf81f3c

Please sign in to comment.