Closed chrishavlin closed 11 months ago
Thanks for the report @chrishavlin :pray: Indeed the current gnuoctave/octave:8.*
and gnuoctave/octave:latest*
have build issues. I try to resolve them but in the meantime, please pin the images in your pipeline as you described.
Hello @chrishavlin , after a fresh build round the issue should be fixed https://github.com/gnu-octave/docker/actions/runs/6962679183 . If there are still problems with the 8.4.0 or latest version, please feel free to open this issue again.
Thanks!!
Hi there,
I've got a github action that pulls in the latest docker image that started failing with the following error
Here's a copy of the action for reference
The error is coming from the
octave --eval "disp(version)"
step. Pinning the image tognuoctave/octave:8.3.0
solves the error.Any ideas? Totally possible I should be doing something differently -- should I be installing the docker image more manually maybe? As I understand it, the current setup in the above action relies on github to pull the image from DockerHub, but I don't use docker much and maybe this is user error on my part....