Skip to content

Conversation

ntalfer
Copy link

@ntalfer ntalfer commented Sep 30, 2025

CI is unable to build docker image anymore.

root cause:

  • base image is elixir-1.18-slim -> OTP has been bumped from 27 to 28 without the image name being changed
  • the currently used version of ex_aws used was not compiling with OTP 28

fix:

  • bump ex_aws
  • add digest to docker image to prevent such issue to happen again in the future
  • do the same in load_test Dockerfile

@ntalfer ntalfer changed the title chore(): add support of Erlang/OTP-28 fix(ci): add support of Erlang/OTP-28 Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant