Skip to content

GitHub Actions Failing from Last Night: MariaDB via Docker has "Gone Away" #26550

Discussion options

You must be logged in to vote

Update: It turns out this wasn’t caused by GitHub Actions in particular, but the actual story is kind of nuts, so I figured I’d post it here for posterity’s sake.

  • On May 7, MariaDB released a new minor version of 10.5, 10.5.10. The Docker images hadn’t been updated to reference this new version yet as of May 8.
  • On May 8, our own DB image rebuilt. We build in an “apt-get upgrade” (basically) into our own image building process, which doesn’t cause problems 99% of the time, but if you’re in that little 1% window where apt has a newer version than the upstream Docker image builds, apt-get upgrading it wipes out the Docker-specific configuration.
  • This new DB image, having been rebuilt 2 hour…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant