-
Notifications
You must be signed in to change notification settings - Fork 485
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 Image] No ARM64 v8 Support? #2898
Comments
@SanaRinomi: Thanks for opening an issue, it is currently awaiting triage. In the meantime, you can:
DetailsI am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
v8 is the same as arm64, I'm not sure what we should change here @sabban ? https://github.com/containerd/containerd/blob/v1.4.3/platforms/database.go#L83
|
@mmetc I guess the problem comes down to not having "linux/arm/v8" for Raspberry Pi 4/5 and other ARM based machines that run on the same Architecture.. @SanaRinomi not sure if you're able to run the workflow on your machine directly and add "linux/arm/v8" to the list, since I don't have the material time to really look into all this. PS. the output of uname -a on a RPi 4/5 should be similar to this: |
Could you try by forcing the platform?
|
no issues here - pulling works as expected (but it fetches linux/arm64)
and the image runs fine. |
They are using Ubuntu and not Raspberry Pi OS... |
Yes and I am aware of that. Repo owners could make additional build for platform as linux/arm/v8 but adding every new platform should be backed with ability to test it on that platform, and the best way to do it just to have exact info about the setups people had issues with. |
Classing issue as completed, as user above stated what we believe to be true that |
What happened?
Trying to install the crowdsec container on a Raspberry Pi 4 resulted in an error saying that there was no matching manifest for
linux/arm64/v8
.Output:
no matching manifest for linux/arm64/v8 in the manifest list entries
EDIT: The Raspberry Pi 4 I have is Model B Revision 1.5
What did you expect to happen?
A crowdsec container.
How can we reproduce it (as minimally and precisely as possible)?
Attempt to run the crowdsec container on a Raspberry Pi 4.
Anything else we need to know?
No response
Crowdsec version
v1.6.0-1
OS version
Enabled collections and parsers
No response
Acquisition config
No response
Config show
No response
Prometheus metrics
No response
Related custom configs versions (if applicable) : notification plugins, custom scenarios, parsers etc.
No response
The text was updated successfully, but these errors were encountered: