Skip to content

Commit 1d6684f

Browse files
John-Linclaude
andcommitted
fix: correct hostname typo and improve CLAUDE.md documentation
- Fix hostname typo: bptshoot -> bpfshoot in Dockerfile - Clarify BCC tools are installed system-wide in CLAUDE.md - Add version information to development notes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b64aff9 commit 1d6684f

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Required secrets in GitHub repository:
7676

7777
- All BPF programs require privileged container execution (`--privileged` flag)
7878
- The environment is designed for defensive security analysis and system monitoring
79-
- BCC tools are pre-compiled and ready to use in `/bcc/libbpf-tools/`
80-
- Container hostname is set to `bptshoot` for identification
81-
- Uses CO-RE technology for kernel portability across different Linux distributions
79+
- BCC tools are pre-compiled and installed system-wide (also available in `/bcc/libbpf-tools/`)
80+
- Container hostname is set to `bpfshoot` for identification
81+
- Uses CO-RE technology for kernel portability across different Linux distributions
82+
- Current version is defined in Makefile as VERSION=0.0.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN git clone --recurse-submodules --branch v0.35.0 --depth 1 https://github.com
3131
# Setting User and Home
3232
USER root
3333
WORKDIR /root
34-
ENV HOSTNAME=bptshoot
34+
ENV HOSTNAME=bpfshoot
3535

3636
# Running bash
3737
CMD ["bash"]

0 commit comments

Comments
 (0)