We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@hoehnp Trying to test the adapter using the provided scripts (https://github.com/precice/foam-extend-adapter/blob/ebca6db57e2b9786eaf8a8ef62d773e90fb6d0e9/docker/test_fe50.sh#L2C2-L2C195) I get an Podman error that might be easy to fix:
[foam-extend-5.1]$ ./test_fe50.sh Trying to pull ghcr.io/hoehnp/openfoam-adapter:precice-foam-extend-5.0... Getting image source signatures (copying blobs) Writing manifest to image destination Storing signatures Error: invalid option type "copy"
podman version 3.4.4
The text was updated successfully, but these errors were encountered:
@MakisH: for me podman --version gives: 5.3.1
podman --version
5.3.1
Indeed this option is different in version 3.44 and 5.3.1:
I am not sure if one should support old podman versions.
Sorry, something went wrong.
I have the same issue with Docker 27.3.1.
But independent of the version: why not make a bind mount, instead of copying?
No branches or pull requests
@hoehnp Trying to test the adapter using the provided scripts (https://github.com/precice/foam-extend-adapter/blob/ebca6db57e2b9786eaf8a8ef62d773e90fb6d0e9/docker/test_fe50.sh#L2C2-L2C195) I get an Podman error that might be easy to fix:
podman version 3.4.4
The text was updated successfully, but these errors were encountered: