Erik Ekman

Results 56 comments of Erik Ekman

Sure, have a go. It would be nice to have a test for this (preferably without adding a network dependency for running the tests)

Try sending a question to [email protected] and include debug logs and such.

Using different ports is a very complicated setup and not recommended. You would have to make sure that all replies are routed the right way back. One way could be...

I tried with `podman build` and it fails: ``` STEP 5/8: RUN git clone https://github.com/yarrick/iodine /app/ Cloning into '/app'... --> 5062214cb419 STEP 6/8: RUN make make[1]: Entering directory '/app/src' OS...

The `RUN git clone https://github.com/yarrick/iodine /app/` seems to happen even if it is run in a directory that is already a clone of it.

Can you add multi-stage build to avoid keeping the source code and build tools in the final images? Also remove all non-essential things from the files (old code, ascii art)...