-
Notifications
You must be signed in to change notification settings - Fork 11
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
Docker doesn't work on M1 Mac #148
Comments
I think this is related to Docker still using JDK 8: We should try updating it to JDK 11 and see if that works. |
If this isn't resolved by #149, it However, it might be a broader issue with Docker on M1s: |
Thanks @barbeau for opening this issue. Version info: |
Thanks for the info @timhibbard. So docker/for-linux#1170 (comment) said:
..but if you're running "Engine: 20.10.12" then it's probably not that exact issue. |
@timhibbard We just merged PR #149, which should hopefully fix this (it seemed to work for a member of the MobilityData team). After the new docker image is built, could you please give it a shot again? |
Please hold on testing, looks like the Docker image push to the GitHub Container Registry is currently broken. I've opened an issue at #150 to track this. |
@timhibbard Ok, Docker builds should now be fixed (via PR #151) if you want to try this. |
@barbeau I can confirm this is now working. I used the stock directions on the readme (using terminal) and it worked as expected when loading up localhost:8080. I used USF data and successfully found items to improve on. Thanks so much Sean! cc: @ScottReiser |
@timhibbard Glad it works, and it's yielding helpful results! If you have any ideas about how to improve things (new rules, etc.), please feel free to open issues here to discuss! |
Summary:
User reported this to me:
Steps to reproduce:
Follow https://github.com/MobilityData/gtfs-realtime-validator#docker on Mac M1
Expected behavior:
Run the validator
Observed behavior:
Above error
Platform:
Docker with M1 Mac
The text was updated successfully, but these errors were encountered: