Commit f08a101
Fix Docker build failures in all collectors (#130)
Resolved package installation issues that were breaking CI builds:
- Removed unixodbc-bin package (merged into unixodbc in Debian Bullseye)
- Fixed undefined $VENV_PATH variable in all Dockerfiles
- Updated odd-collector to use unixodbc instead of deprecated unixodbc-bin
The unixodbc-bin package no longer exists as a separate package in Debian
Bullseye - its functionality was merged into the main unixodbc package.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Raman Damayeu <rdamayeu@provectus.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent b6219e7 commit f08a101
File tree
4 files changed
+5
-6
lines changed- odd-collector-aws
- odd-collector-azure
- odd-collector-gcp
- odd-collector
4 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
0 commit comments