Skip to content
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

ROX-20752: scanner-slim konflux onboarding #1429

Merged
merged 26 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9552f3b
Red Hat Konflux update scanner-slim (#1428)
red-hat-konflux[bot] Mar 4, 2024
15718e4
update pipelines
tommartensen Mar 4, 2024
f9bc0a4
chore(deps): update rhtap references (tm/scanner-slim-konflux-onboard…
red-hat-konflux[bot] Mar 4, 2024
f339e67
only fetch support package files required for -slim
tommartensen Mar 4, 2024
d01c84f
use separate dockerfile for -slim
tommartensen Mar 4, 2024
87b07d0
Merge branch 'tm/scanner-slim-konflux-onboarding' of github.com:stack…
tommartensen Mar 4, 2024
705a24b
ignore changes to all Konflux dockerfiles
tommartensen Mar 4, 2024
58b4abf
single stage
tommartensen Mar 4, 2024
63f4439
fix
tommartensen Mar 4, 2024
758e3aa
another fix
tommartensen Mar 4, 2024
c00706e
Merge branch 'master' into tm/scanner-slim-konflux-onboarding
tommartensen Mar 4, 2024
c90271b
more dedup for labels
tommartensen Mar 4, 2024
b977d62
download all
tommartensen Mar 4, 2024
75c7647
re-org builder stages
tommartensen Mar 4, 2024
1d4ab16
rename intermediate stages for better understanding
tommartensen Mar 4, 2024
5707337
chore(deps): update rhtap references (tm/scanner-slim-konflux-onboard…
red-hat-konflux[bot] Mar 5, 2024
e2d6df3
Merge branch 'master' into tm/scanner-slim-konflux-onboarding
tommartensen Mar 5, 2024
a33719f
retrigger
tommartensen Mar 5, 2024
84ee52c
ROX-20750: Onboard scanner-db-slim to Konflux (#1436)
tommartensen Mar 12, 2024
f28ae5e
use build-target-stage parameter
tommartensen Mar 12, 2024
a3404e4
Apply suggestions from code review
tommartensen Mar 12, 2024
87d959b
unify builder stages
tommartensen Mar 12, 2024
a255794
Merge branch 'master' into tm/scanner-slim-konflux-onboarding
tommartensen Mar 12, 2024
d00818d
fix prefetching
tommartensen Mar 12, 2024
f15a471
add description for new parameter
tommartensen Mar 12, 2024
429ed09
Update image/db/rhel/konflux.Dockerfile
tommartensen Mar 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .tekton/scanner-db-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
value: ''
- name: build-source-image
value: 'true'
- name: build-target-stage
value: scanner-db

workspaces:
- name: workspace
Expand Down Expand Up @@ -146,6 +148,10 @@ spec:
description: Build a source image.
name: build-source-image
type: string
- default: ""
description: Build stage to target in container build
name: build-target-stage
type: string

results:
- description: ""
Expand Down Expand Up @@ -271,6 +277,8 @@ spec:
value: $(params.image-expires-after)
- name: COMMIT_SHA
value: $(tasks.clone-repository.results.commit)
- name: TARGET_STAGE
value: $(params.build-target-stage)
runAfter:
- prefetch-dependencies
- fetch-sql-definitions
Expand Down
8 changes: 8 additions & 0 deletions .tekton/scanner-db-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ spec:
value: ''
- name: build-source-image
value: 'true'
- name: build-target-stage
value: scanner-db

workspaces:
- name: workspace
Expand Down Expand Up @@ -144,6 +146,10 @@ spec:
description: Build a source image.
name: build-source-image
type: string
- default: ""
description: Build stage to target in container build
name: build-target-stage
type: string

results:
- description: ""
Expand Down Expand Up @@ -269,6 +275,8 @@ spec:
value: $(params.image-expires-after)
- name: COMMIT_SHA
value: $(tasks.clone-repository.results.commit)
- name: TARGET_STAGE
value: $(params.build-target-stage)
runAfter:
- prefetch-dependencies
- fetch-sql-definitions
Expand Down
Loading
Loading