-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Does not work with Fedora 34 image on DockerHub. #9
Comments
I just tested with the newest fedora image and it was working here. Can you paste the error here? Make sure if you have a package directory in your project it is deleted. I wasn't cleaning up after the packaging script and that may have been part of the problem. |
Sorry, my initial issue wasn't particularly helpful. I was silly and assumed others would hit this issue :). I just checked out a5aabdc and built it with
I can then login to the intermediate image from the step before failure and run things manually. As expected, the shell script fails the same way. However, if I go to the temp directory where the
It appears the rust script is failing when it checks that the
At this point I have no idea why the |
What is the host OS? I just tried again and not running into the same issue. Also what's your docker version? |
Host OS is NixOS 20.09 (a Linux distribution).
|
I tried to build a customised version of the Dockerfile in this repo, but was getting strange permission errors. I was able to work around the first, but it continued to fail when attempting to build a rust project. After specifying
fedora:33
as the base image in both cases, everything worked as expected.At the time I hit the issue,
fedora:34
was the latest image on dockerhub. Not sure if this is an issue with the image, or a change in Fedora 34 that means the current Dockerfile will no longer work.The text was updated successfully, but these errors were encountered: