hipcheck
hipcheck copied to clipboard
Fix Docker Hub release
https://github.com/mitre/hipcheck/actions/runs/10783600284
I investigated this issue and was unable to determine why the Docker Hub job did not run on the 3.6.2 nor 3.6.3 releases. There was a bug in the Docker image build process related to apt installing the protobuf-compiler package in the wrong step of the Containerfile. But based on the GitHub actions documentation, it seems like the job should have run after a successful release pipeline, which occurred for both 3.6.2 and 3.6.3.
The following releases of hipcheck are missing from Dockerhub
3.3.23.4.03.5.03.6.03.6.13.6.23.6.3
There is a tool https://github.com/nektos/act that looks useful for debugging issues, but Docker does seem to have issues with MITRE's internal network
Still broken: https://hub.docker.com/r/mitre/hipcheck/tags
Still broken: https://hub.docker.com/r/mitre/hipcheck/tags
Fixed