Skip to content

[FEATURE]Add docker builds to testing pipelines #1384

@prasadtalasila

Description

@prasadtalasila

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions