You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.
I love edib as it produces the smallest possible Docker images, but it stopped working with the following exception after I switched to a more recent version of Elixir:
| $> docker run --rm -v "src/whatever:/source:ro" -v "src/whatever/tarballs:/stage/tarballs:rw" -e MIX_ENV=prod edib/edib-tool:1.6.0
==> Creating artifact (might take a while) ...
** (UndefinedFunctionError) function Mix.Shell.cmd/2 is undefined or private. Did you mean one of:
* cmd/3
Could you please have a look? I don't understand how I can run mix from a local copy of the source… 😇
Best,
Jan
The text was updated successfully, but these errors were encountered:
Can you give some insights on what setup you use? (Elixir/Mix version, OS, …).
AFAIK minor version bumps in Elixir (still) do cause incompatibilities, as the API changes and modules/functions get deprecated or change their behaviour.
(I suspect that the usage of Mix.Shell.cmd/2 is discouraged anyway.)
Hi,
I love edib as it produces the smallest possible Docker images, but it stopped working with the following exception after I switched to a more recent version of Elixir:
Could you please have a look? I don't understand how I can run
mix
from a local copy of the source… 😇Best,
Jan
The text was updated successfully, but these errors were encountered: