Skip to content

Implement build badges for docker-compose #44

@JohnKallies

Description

@JohnKallies

Running docker-compose up from the project root builds all the software

  • docker-compose builds the Docker image with yum installs
  • docker build calls mvn package, with packages from Maven repos, and runs unit tests
  • mvn package calls the npm build, with packages from npm registries, and runs unit tests

Any number of factors in this build can change, including OS software packages and Maven/npm dependencies.

This issue represents an automated build that runs this entire process daily, and presents a badge in customary ways (i.e., https://shields.io)

Metadata

Metadata

Assignees

No one assigned

    Labels

    dev-toolingChanges that enhance/improve development

    Type

    No type

    Projects

    Status

    Ungroomed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions