Skip to content
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

Specify minimum Software requirements #1343

Open
2 of 8 tasks
AlyaGomaa opened this issue Mar 4, 2025 · 3 comments
Open
2 of 8 tasks

Specify minimum Software requirements #1343

AlyaGomaa opened this issue Mar 4, 2025 · 3 comments
Assignees

Comments

@AlyaGomaa
Copy link
Collaborator

AlyaGomaa commented Mar 4, 2025

  • Run Slips with RPI 5
    • Docker or natively?
    • build the slips docker image in rpi?
    • emulation? how slow is it?
    • decide whether benchmarks should be done using emulation or done once the ready-to-use ARM slips image is published
  • Note what is not working
  • test iptables
  • Note if ML modules are working
@github-project-automation github-project-automation bot moved this to Todo in Slips Mar 4, 2025
@AlyaGomaa AlyaGomaa self-assigned this Mar 4, 2025
@AlyaGomaa AlyaGomaa added this to the Immune: Research Limitations milestone Mar 4, 2025
@AlyaGomaa AlyaGomaa moved this from Todo to In Progress in Slips Immune I Mar 5, 2025
@AlyaGomaa
Copy link
Collaborator Author

AlyaGomaa commented Mar 6, 2025

Running slips in docker in rpi [using emulation]

@AlyaGomaa
Copy link
Collaborator Author

AlyaGomaa commented Mar 6, 2025

Running Slips natively: slips uses python3.10, rpi5's bookworm come with 3.11

@AlyaGomaa
Copy link
Collaborator Author

AlyaGomaa commented Mar 6, 2025

The goal of this trial is to be able to run slips on docker in rpi without emulation

building and publishing slips image for ARM

git clone --recurse-submodules --remote-submodules https://github.com/stratosphereips/StratosphereLinuxIPS -j4 slips && cd slips
docker buildx create --name slips_builder_by_alya
docker buildx use slips_builder_by_alya
docker buildx inspect --bootstrap      
# Enabling the containerd image store allows Docker to natively support multi-platform images
export BUILDKIT_CONTAINERD=1
docker buildx build --platform linux/amd64,linux/arm64 -t stratosphereips/slips:latest -f docker/Dockerfile --push .

@AlyaGomaa AlyaGomaa moved this from Todo to Blocked in Slips Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Blocked
Status: In Progress
Development

No branches or pull requests

1 participant