Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker Hub release #369

Open
alilleybrinker opened this issue Sep 10, 2024 · 1 comment
Open

Fix Docker Hub release #369

alilleybrinker opened this issue Sep 10, 2024 · 1 comment
Assignees
Labels
product: release-flow Relates to any of our release processes type: bug Something isn't working

Comments

@alilleybrinker
Copy link
Collaborator

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

@patrickjcasey patrickjcasey self-assigned this Sep 10, 2024
@patrickjcasey patrickjcasey added the type: bug Something isn't working label Sep 10, 2024
@alilleybrinker alilleybrinker added the product: release-flow Relates to any of our release processes label Sep 11, 2024
@patrickjcasey
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: release-flow Relates to any of our release processes type: bug Something isn't working
Projects
Status: Todo
Status: Todo
Development

No branches or pull requests

2 participants