Commit 12ca5ed
Unified build system with lsof support (#1)
* Refactor build system to unified distro-version approach
Major changes:
- Unified Containerfiles: debian/ (debian+ubuntu), rocky/ (rocky)
- New build syntax: ./build.sh -d DISTRO -v VERSION
- Registry config: ~/.secrets/testing-containers-registry.conf
- Image naming: distro-ssh:version (e.g., rocky-ssh:9, not rocky9x-ssh)
- Removed old version-specific directories
New workflow:
source ~/.secrets/testing-containers-registry.conf gitea
./build.sh -d debian -v 13
./run-podman.sh -d debian -v 13
Tested: debian-ssh:13 builds and pushes to Gitea successfully
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Remove defaults from run-podman.sh - require explicit args
Changed run-podman.sh to require -d and -v flags (no defaults).
Rebuilt debian-ssh:13 successfully.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Add lsof package to debian/ubuntu containers
Added lsof to debian/Containerfile package list.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Add lsof to all containers and update documentation
- Added lsof package to debian/Containerfile (Debian & Ubuntu)
- Added lsof package to rocky/Containerfile (Rocky Linux)
- Added registry login to run-podman.sh for authenticated pulls
- Updated README.md with new -d/-v syntax and sanitized registry config
- Verified: debian-ssh:12, debian-ssh:13, rocky-ssh:9 all have lsof working
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 469bbd9 commit 12ca5ed
12 files changed
Lines changed: 341 additions & 567 deletions
File tree
- .working/rocky93-ssh
- debian12-ssh
- debian
- rocky10-ssh
- rocky
- ubuntu24-ssh
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | | - | |
21 | | - | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
43 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
44 | 64 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
50 | 73 | | |
51 | 74 | | |
52 | 75 | | |
53 | 76 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 77 | + | |
| 78 | + | |
57 | 79 | | |
58 | 80 | | |
59 | 81 | | |
60 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
61 | 92 | | |
62 | 93 | | |
63 | 94 | | |
| |||
0 commit comments