Closed
Description
For some reason the docker autobuild of the Dockerfile-base on develop
has been constantly failing.
I looked at the logs on DockerHub but cannot really pin point what needs to be done to solve the issue and make clearmatics/zeth-base
build correctly.
Building the image locally via docker build --no-cache -f Dockerfile-base -t clearmatics/zeth-base .
works well (I passed the --no-cache
flag to be sure that all steps were ran from scratch and catch any potential issue with the image).
Could I receive some assistance on this one?
Any help would be appreciated @eastata @Klazomenai :)