Commit graph

18 commits

Author SHA1 Message Date
Yossi Farjoun
b9fe748ee2 parent 358af5c600
author Yossi Farjoun <farjoun@broadinstitute.org> 1617479686 -0400
committer Yossi Farjoun <farjoun@broadinstitute.org> 1618455120 -0400

Change the way the script is run. instead of modfying the ENTRYPOINT, we will simply add the "shell" (default sh) and the "script_prefix" (default -c)
and then the script.

That way the possible comple entry point is not disturbed. if a user would like to remove the ENTRYPOINT they can provide an "option" "--entrypoint ''" for example.
2021-04-14 23:06:04 -04:00
Dominik Kohler
fe7c510b59 use bash "shell parameter expansion" 2021-04-07 14:41:21 +02:00
Abdud Dayan Adeeb
f451fad679 fix: check if network exists 2021-02-15 16:21:09 -05:00
Jonatan Heyman
c0e88e3a9a Remove whitespace change 2021-01-28 17:13:38 +01:00
Jonatan Heyman
3cf4359b92 Remove debug logging 2021-01-28 17:01:59 +01:00
Jonatan Heyman
a42f5acd32 Revert "Use env variable for docker network id, instead of github action input"
This reverts commit 23e2be876e.
2021-01-28 17:00:10 +01:00
Jonatan Heyman
23e2be876e Use env variable for docker network id, instead of github action input 2021-01-28 16:54:08 +01:00
Jonatan Heyman
faad629471 Connect container to github job docker network 2021-01-28 16:44:05 +01:00
Jonatan Heyman
8bce4aa10a Add docker_network input 2021-01-28 16:39:33 +01:00
Jonatan Heyman
f3a2d182d8 Debug 2021-01-28 16:22:09 +01:00
Abdud Dayan Adeeb
1cd63ec344 fix: exposing docker socket for DinD 2020-06-24 15:16:56 -04:00
Abdud Dayan Adeeb
e8d1c67284 fix login 2020-06-17 22:21:03 -04:00
Abdud Dayan Adeeb
fca40d5fe6 override entrypoint 2020-06-17 21:53:32 -04:00
Abdud Dayan Adeeb
cff4df74be run on specific shell 2020-06-17 21:21:47 -04:00
Abdud Dayan Adeeb
1e284f150e fix run variable name 2020-06-17 21:04:51 -04:00
Abdud Dayan Adeeb
9ad56b3196 multiline support 2020-06-17 21:00:26 -04:00
Abdud Dayan Adeeb
81b4f22df4 fix: no need args 2020-06-17 19:14:06 -04:00
Abdud Dayan Adeeb
7444b2b5ac setup docker run action 2020-06-17 18:47:31 -04:00