We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In https://github.com/precice/tutorials/actions/runs/29103797145/attempts/2, I tried using component built on different Dockerfiles (setting different PLATFORM: in components.yaml). This is useful, and Docker Compose supports it.
PLATFORM:
components.yaml
It looks like, when resolving the build arguments, the values are overwritten, and all components end up using the same value.
In https://github.com/precice/tutorials/actions/runs/29103797145/attempts/2, I tried using component built on different Dockerfiles (setting different
PLATFORM:incomponents.yaml). This is useful, and Docker Compose supports it.It looks like, when resolving the build arguments, the values are overwritten, and all components end up using the same value.