-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
As a developer I want to build docker images during testing stages So That the docker images are guaranteed to be published in the end step.
Describe the problems your feature request solves
The docker images of client and library microservices need to be built for every new version. However, the dockerfiles are not being updated frequently. This leads to infrequent publishing errors.
Describe the solution you'd like
Build docker images in testing stages so that the dockerfiles are checked for each pull request. Have one workflow for building different docker images.
Describe alternatives you've considered
Dedicated pipeline for just checking the dockerfiles. This might be a good solution to consolidate checks on all dockerfiles. But how to trigger their execution is a concern.
Success Criterion
Checklist:
- Each pull request checks successful build of the docker images for code being updated
- Documentation is up to date
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog