hipcheck icon indicating copy to clipboard operation
hipcheck copied to clipboard

Fix Docker Hub release

Open alilleybrinker opened this issue 1 year ago • 3 comments

https://github.com/mitre/hipcheck/actions/runs/10783600284

alilleybrinker avatar Sep 10 '24 00:09 alilleybrinker

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.2
  • 3.4.0
  • 3.5.0
  • 3.6.0
  • 3.6.1
  • 3.6.2
  • 3.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

patrickjcasey avatar Sep 13 '24 13:09 patrickjcasey

Still broken: https://hub.docker.com/r/mitre/hipcheck/tags

alilleybrinker avatar Jan 21 '25 23:01 alilleybrinker

Still broken: https://hub.docker.com/r/mitre/hipcheck/tags

patrickjcasey avatar Apr 10 '25 01:04 patrickjcasey

Fixed

alilleybrinker avatar Aug 20 '25 21:08 alilleybrinker