Skip to content

Commit

Permalink
Merge pull request #3 from isovalent/bin
Browse files Browse the repository at this point in the history
Update with CTF binary
  • Loading branch information
thebsdbox authored Sep 11, 2024
2 parents 279983b + 1060e22 commit 700201b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added bin/emperium-aarch64
Binary file not shown.
Binary file added bin/emperium-x86_64
Binary file not shown.
5 changes: 3 additions & 2 deletions ctf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ provision:
script: |
#!/bin/sh
sudo apt-get update; sudo apt-get install -y linux-tools-$(uname -r) libbpf-dev clang vim golang-go git llvm
sudo curl -L https://github.com/thebsdbox/emperium/raw/main/bin/emperium-$(uname -m) > /tmp/emperium && chmod +x /tmp/emperium
sudo curl -L https://github.com/isovalent/eBPF-Summit-2024-CTF/raw/main/bin/emperium-$(uname -m) > /tmp/emperium && chmod +x /tmp/emperium
- mode: user
script: |
#!/bin/sh
Expand All @@ -45,5 +45,6 @@ message: |
In another terminal connect with
ssh -F $HOME/.lima/ctf/ssh.config -L "*:8082:0.0.0.0:80" lima-ctf
Start code-server with $ PASSWORD=password code-server --bind-addr=0.0.0.0
Start code-server with:
PASSWORD=password code-server --bind-addr=0.0.0.0 > /tmp/code.log &
------

0 comments on commit 700201b

Please sign in to comment.