-
Notifications
You must be signed in to change notification settings - Fork 12
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-27384: Use the updated determine-image-tag
task
#1771
base: master
Are you sure you want to change the base?
ROX-27384: Use the updated determine-image-tag
task
#1771
Conversation
because the inline check is part of `determine-image-tag` task and because `SCANNER_TAG`/`RELEASE_TAG` is always explicitly injected in `BUILD_ARGS` and Dockerfile. The latter means Makefile will use the `RELEASE_TAG` value instead of trying to run `git` command.
so that it can be copied verbatim to release branches. I.e. there will be no diff in CEL expressions between `master` and `release-*` branches with such a CEL expression. Less diff -> simpler life when setting up release.
Skipping CI for Draft Pull Request. |
d365cfc
to
62da3ff
Compare
/retest scanner-db-slim-on-push |
/retest scanner-slim-on-push |
@msugakov: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
The task from stackrox/konflux-tasks#16 is used.
Perhaps it's better to review this change by commits.
Testing Performed
Validated with a few runs that tags come out as expected:
2.35.x-47-g62da3fffbc-fast
misha-test-2-fast
misha-test-2-0-gd365cfcc0f-fast
misha-test-1-fast
misha-test-a-fast
misha-test-1-0-g06b53abda6-fast
Note that I cleaned up tags by the time of publishing this PR.