You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Python runtime runner image that can run any user-defined Python script, which will be passed to it via parameters.
Details
The Python script is passed to the image either via url from a public repository or as a path to a local script, always via env variables. It also supports passing Python command line arguments via env variables for more flexibility for the end user.
Acceptance Criteria
The following packages are already available in the Python runner image: requests, json, git, yaml
DoD
Dockerfile for building the image is in place
Bash script accepting the env variables and running the script
Resources
PoC of brief implementation of the Dockerfile can be found here as well as the bash script accepting the env variables here
The text was updated successfully, but these errors were encountered:
Goal
Create a Python runtime runner image that can run any user-defined Python script, which will be passed to it via parameters.
Details
The Python script is passed to the image either via
url
from a public repository or as apath
to a local script, always via env variables. It also supports passing Python command line arguments via env variables for more flexibility for the end user.Acceptance Criteria
requests
,json
,git
,yaml
DoD
Resources
PoC of brief implementation of the Dockerfile can be found here as well as the bash script accepting the env variables here
The text was updated successfully, but these errors were encountered: