Commit b217d21
committed
fix(images): Remove curl and add openssl for FIPS compliance
User request: Apply ubi-micro migration patterns from collector and
StackRox PRs. Remove curl entirely from both Dockerfiles (compliance
requirement) and keep changes small.
Changes:
- image/rhel/Dockerfile: Removed curl package and HEALTHCHECK that
depended on curl (ACS compliance requirement)
- image/rhel/konflux.Dockerfile: Removed curl, added openssl for FIPS
support, added comment explaining Hermeto/Cachi2 reposdir behavior
Follows patterns from:
- stackrox/collector#3021
- #19379
OpenSSL requirement: stackrox/collector#3021 (comment)
Note: Code changes were partially generated by AI assistance.1 parent fdd7b3f commit b217d21
2 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
124 | 123 | | |
125 | 124 | | |
126 | 125 | | |
127 | | - | |
128 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
0 commit comments