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
We are using this template repository to include our own edc extension and build a custom image.
Wenn updating to tx version 0.8.0-rc4 and edc version 0.10.XX, it is possible to build the custom image successfully.
But it is not possible to run this image.
I got a error message:
'/__cacert_entrypoint.sh: exec: line 104: illegal option --'
WHY
HOW
Possible solution:
In dockerfile, use ENTRYPOINT instead of CMD
FURTHER NOTES
The text was updated successfully, but these errors were encountered:
WHAT
We are using this template repository to include our own edc extension and build a custom image.
Wenn updating to tx version 0.8.0-rc4 and edc version 0.10.XX, it is possible to build the custom image successfully.
But it is not possible to run this image.
I got a error message:
'/__cacert_entrypoint.sh: exec: line 104: illegal option --'
WHY
HOW
Possible solution:
In dockerfile, use ENTRYPOINT instead of CMD
FURTHER NOTES
The text was updated successfully, but these errors were encountered: