From [Dagster documentation](https://docs.dagster.io/concepts/code-locations/workspace-files#specifying-a-docker-image)
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