kbase / execution_engine2

KBase Execution Engine
http://www.kbase.us/services/ee2
MIT License
0 stars 7 forks source link

Bump version to 0.0.13 #469

Closed bio-boris closed 1 year ago

bio-boris commented 1 year ago
#!/bin/sh

version=ghcr.io/kbase/kb_sdk-develop:latest

# Cache the group for the docker file
if [ ! -e $HOME/.kbsdk.cache ] ; then
  docker run -i -v /var/run/docker.sock:/var/run/docker.sock --entrypoint ls kbase/kb-sdk -l /var/run/docker.sock|awk '{print $4}' > $HOME/.kbsdk.cache
fi

exec docker run -it --rm -v $HOME:$HOME -u 0 -w $(pwd) -v /var/run/docker.sock:/var/run/docker.sock  -e DUSER=$USER -e DSHELL=$SHELL --group-add $(cat $HOME/.kbsdk.cache) $version $@

See https://github.com/kbase/execution_engine2/issues/468

Ran with KBase SDK version 1.2.6_20230315-2212 (commit 3a7e1b29491d8e976eb965b480254385de8f5d54)

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (dd2c2cc) 88.68% compared to head (d5de46d) 88.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #469 +/- ## ======================================== Coverage 88.68% 88.68% ======================================== Files 29 29 Lines 2740 2740 ======================================== Hits 2430 2430 Misses 310 310 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.