Open grische opened 11 months ago
I tried to use the upstream Docker Version. for one Target it works just fine: https://github.com/T0biii/site-ffm/actions/runs/8561992224 But with all targets it failes because of Storage https://github.com/T0biii/site-ffm/actions/runs/8550385054
I also didn't get it to work. On my side, it fails for the checkout already: https://github.com/grische/site-ffm/actions/runs/9419823786/job/25950503438
I also didn't get it to work. On my side, it fails for the checkout already: grische/site-ffm/actions/runs/9419823786/job/25950503438
wierd error tbh
There are a set of official docker containers for Gluon building: https://github.com/freifunk-gluon/gluon/pkgs/container/gluon-build
We are doing something similar already and should deprecate ours in favour of the upstream version: https://github.com/freifunkMUC/site-ffm/blob/stable/Dockerfile_build
Additionally, we should use either
jobs.<job_id>.container
to use the container directly, or simply do a docker run like described in the README.md