Blueprint-uServices / blueprint

Blueprint Microservices Compiler: Flexible and Configurable Open-Source Microservice Benchmark Applications
https://blueprint-uservices.github.io
BSD 3-Clause "New" or "Revised" License
21 stars 5 forks source link

[Docker] Pre-built containers should be able to expose and map environment variables for config #112

Closed JonathanMace closed 11 months ago

JonathanMace commented 11 months ago

This has yet to be encountered, but some backends expose (sometimes optional) configuration variables via environment variables of a container. The current interface in Blueprint's IR for declaring container images is very narrow and doesn't enable a plugin to specify / set these variables yet. This issue is to add the ability to do so in Blueprint's IR.

vaastav commented 11 months ago

Implemented in #106