-
Notifications
You must be signed in to change notification settings - Fork 17
ROX-34148: Migrate all Scanner 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
Open
janisz
wants to merge
25
commits into
master
Choose a base branch
from
ubi-micro
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 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 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
There are no files selected for viewing
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What drove this change? Could this skip add difficulty troubleshooting? (will now be a log and comms broken vs. an obvious crash)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, my bad. I tried to switch db images as well and this must be a left over