Skip to content

DAGSTER_CURRENT_IMAGE can be used for code location

Latest
Compare
Choose a tag to compare
@ThomAub ThomAub released this 29 Aug 13:36
· 1 commit to master since this release

From Dagster documentation

When running your own gRPC server within a container, you can tell the webserver that any runs launched from a code location should be launched in a container with that same image.

To do this, set the DAGSTER_CURRENT_IMAGE environment variable to the name of the image before starting the server. After setting this environment variable for your server, the image should be listed alongside the code location on the Status page in the UI.

This release allow to use the meta block to specify the Docker image for the job