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
Hi @erikmd,
sorry for my late reply! As you said, the problem comes from a memory limitation in the build system provided by Docker. Before going on holidays, I was checking for a way to extend the memory space. Unfortunately, it seems that Dockerhub doesn't allow that to prevent RAM saturation on their servers.
I'm glad to know that moving to github CD/CI fixed this problem! Thanks so much!
The logs of https://hub.docker.com/r/ocamlsf/learn-ocaml/ are not public but one can see in https://hub.docker.com/r/ocamlsf/learn-ocaml/tags that no successful build was pushed since the merge of #357
I investigated a bit more, reproducing the build in https://hub.docker.com/repository/docker/pfitaxel/learn-ocaml and I get:
But I'm unsure how we could easily debug this (?) as locally,
docker build -t learn-ocaml .
is OK…Cc @yurug @maiste FYI
The text was updated successfully, but these errors were encountered: