RealVulnerabilityEdu / GhIssuesFromSarifAction

0 stars 0 forks source link

Docker container image building failure #1

Closed huichen-cs closed 3 hours ago

huichen-cs commented 3 hours ago

@damevski ecountered this:

  ERROR: failed to solve: process "/bin/sh -c apk add --update --no-cache python3=3.12.6-r0 py3-pip=24.0-r2 git=2.45.2-r0 github-cli=2.47.0-r4 bash=5.2.26-r0" did not complete successfully: exit code: 7
  Warning: Docker build failed with exit code 1, back off 2.286 seconds before retry.
  /usr/bin/docker build -t 6b9ed9:574056e3b95145a294c54f517022fcdb -f "/home/runner/work/_actions/RealVulnerabilityEdu/GhIssuesFromSarifAction/v0.007.alpha/sariftoghissues/Dockerfile" "/home/runner/work/_actions/RealVulnerabilityEdu/GhIssuesFromSarifAction/v0.007.alpha/sariftoghissues"
huichen-cs commented 3 hours ago

@damevski

I think I fixed this. I made a mistake of too strictly selecting packages from Alpine Linux -- when they made a minor release, they obsoleted some versions, which caused the problem. I lessened the package selection, and at present, it seems it fixed the issues.

I recreated the version v0.007.alpha. So, we don't need to do anything to the student's repository.