Building the image for Linux #132
Replies: 1 comment
-
|
its build for OLE 9 but when I run the container I am getting this error 3 │ config :certstream, 8 │ config :logger, 12 │ config :logger, :console, 15 │ config :honeybadger, 22 │ config :hackney, use_default_pool: false Unchecked dependencies for environment prod:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I want to build and run this server on an OLE 9. When I run the container it fails to run due to architecture mismatch. I specify the build platform when running podman build but I think the issue is with the base elixir image?
I am building the container form the Dockerfile in this project
I am looking for guidance/ instruction on how to build this server into an container image that can run on Oracle Linux
The docs I have read so far call out how to natively install Elixir but nothing about what to do for the docker file
Beta Was this translation helpful? Give feedback.
All reactions