v0.4.0
In v0.4.0
, if using the docker
backend the platform used at docker run
can be configured through the DOCKER_DEFAULT_PLATFORM
environmental variable. This is required to be able to run on other platforms than the native host's with emulation.
Example:
$ export DOCKER_DEFAULT_PLATFORM=linux/amd64
$ recast run --backend docker <workflow name>
What's Changed
- ci: Remove 'kubernetes' extra from testing by @matthewfeickert in #119
- chore: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #116
- feat: Add v0.3.0 LXPLUS9 deploy requirements.txt and lockfile by @matthewfeickert in #121
- docs: Add extra install examples for backends by @matthewfeickert in #122
- docs: Use '--upgrade' in extra install example by @matthewfeickert in #123
- chore: Add apptainer variables to lxplus9 deployment by @matthewfeickert in #125
- fix: Use 'recast submit' for reana backend by @matthewfeickert in #126
- feat: Set docker platform from DOCKER_DEFAULT_PLATFORM env variable by @matthewfeickert in #129
Full Changelog: v0.3.0...v0.4.0