Build docker images in compose file instead of in build script #865

Closed
opened 2026-05-11 08:05:44 +00:00 by a24vinla · 1 comment
Collaborator

Our buildscript only builds the images which is something that can be done directly from the compose file.
In the compose file, instead of doing

tempSensorMockup:
    image: tempsensormockup

We can do

tempSensorMockup:
    build: ../generateMockup/tempSensorMockup/tempSensorMockup/
Our buildscript only builds the images which is something that can be done directly from the compose file. In the compose file, instead of doing ``` tempSensorMockup: image: tempsensormockup ``` We can do ``` tempSensorMockup: build: ../generateMockup/tempSensorMockup/tempSensorMockup/ ```
Collaborator

Because we would need to change a lot of folder names that may result in merge conflicts we decided to not implement this

Because we would need to change a lot of folder names that may result in merge conflicts we decided to not implement this
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#865
No description provided.