GitHub user bamaer added a comment to the discussion: Remote execution of worklow/pipeline with remote environments values
there's no technical reason that prevents us to add anything to the default container image. However, this is intended to be a general purpose image. Adding git makes sense for you (and probably a lot of other people), but there will also be use cases where adding python, R or tons of other packages would make sense. The easiest option is to create your own custom image and add your modifications, projects + environments files etc. You can extend the existing image or use the default [Dockerfile](https://github.com/apache/hop/blob/main/docker/Dockerfile) as a starting point to build your own image from scratch. If you're in AWS, one option could be to use AWS Copilot to build a custom image and run it on AWS ECS/Fargate. GitHub link: https://github.com/apache/hop/discussions/4592#discussioncomment-11338347 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
