-
Notifications
You must be signed in to change notification settings - Fork 18
ROX-34148: Migrate Dockerfiles to ubi9-micro base images #3095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
4ed303c
empty commit
davdhacs 6860629
chore: Migrate all Scanner Dockerfiles to ubi9-micro base images
janisz fb55c40
fix: Remove coreutils package from ubi9-micro Dockerfiles
janisz 0b60a3f
fix: Add rpms.lock.yaml to allowed-large-files list
janisz eeb62fa
fix: Create /var/lib/postgresql directory in scanner-db images
janisz 4a10c15
chore: Remove redundant bash installation from ubi9-micro Dockerfiles
janisz 2aef6d7
chore: Remove redundant util-linux installation from Dockerfiles
janisz 20e6fcc
chore: Remove bash and util-linux from rpms.in.yaml
janisz a26a3fa
refactor: Simplify scanner-db Dockerfiles to use postgres base image
janisz 6d2fdde
chore: Regenerate rpms.lock.yaml after removing bash and util-linux
janisz 5d4e3c4
Revert "refactor: Simplify scanner-db Dockerfiles to use postgres bas…
janisz d099e0b
fix: Remove bash and util-linux from konflux.Dockerfile
janisz 703624d
fix: Add missing rpm package and improve entrypoint robustness
janisz 7b1dd2b
chore: Regenerate rpms.lock.yaml after adding rpm package
janisz 05ab071
fix: Use sclorg postgres base image for scanner-db to fix timezone data
janisz e20a133
fix: Fix ARG placement in scanner-db Dockerfile
janisz 8d94ba1
fix: Move PG_VERSION ARG to global scope in Dockerfile
janisz c84cd72
fix: Fix postgresql.conf path in Dockerfile.slim
janisz de37629
fix: Copy postgresql.conf to rhel/ directory for Dockerfile.slim buil…
janisz 7dd718f
fix: Let postgres use default config instead of baking postgresql.con…
janisz 2074717
fix: Add missing init-entrypoint.sh script for database initialization
janisz 02e0118
Revert scanner-db changes to master state
janisz 41f989c
revert changes to db
janisz 6484ade
fix: Restore path parameter for RPM prefetch in Tekton pipelines
janisz ddee4a4
Merge branch 'master' into ubi-micro
janisz 8a7cd6e
chore: Revert defensive file check in import-additional-cas
janisz 4f21b82
fix: Remove curl binary from ubi-micro scanner images
janisz 9172845
fix: Update E2E tests for new 2026 log4j CVEs and changed ncurses des…
janisz 3aa790f
fix: Remove curl from scanner-slim Dockerfile
janisz b1174f7
fix: Update log4j CVE descriptions to match current NVD data
janisz aa14842
fix: Normalize UTF-8 characters in CVE descriptions
janisz 4af1fca
Apply suggestions from code review
janisz 7c32013
fix: Clean up rpms.in.yaml per review feedback
janisz 3ed0de0
fix: Simplify Dockerfile FROM lines by removing unused ARGs
janisz 915a7f5
fix: Add openssl for FIPS and use rpm --root for curl removal
janisz 1378f54
chore: Regenerate rpms.lock.yaml
janisz cf772de
Apply suggestions from code review
janisz e71a20e
Merge branch 'master' into ubi-micro
janisz fba0264
remove ACTIVATION_KEY
janisz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,4 +5,4 @@ set -euo pipefail | |
| /restore-all-dir-contents | ||
| /import-additional-cas | ||
|
|
||
| exec /scanner | ||
| exec /scanner "$@" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.