Adds Docker image build and basic health check using docker-compose
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@jdrodjpl So I am able to build the image locally and run it locally and it works fine. We want to maintain that same usage in the Actions workflow and test the official CWS docker image the same. It should just need everything setup beforehand in the workflow to work, and mount the volumes, etc. The whole point is the test the image that we deliver. If we modify it with other new things then we really aren't testing our image. We are testing a "Test" version of our image, and that's not testing the real image. Make sense?
@jdrodjpl make so it works without any of those volume mounts for the keystore or creds, etc. And also make sure to not update the tag for the major releases, e.g. 2.7.0. That should only update when we push to main.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code