chore: Swap TAG_SUFFIX
for SCANNER_TAG
#1532
Merged
+10
−10
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.
When looking at collector (stackrox/collector#1694), I realized I did a bit of mess in my earlier #1527.
Here I get rid of
TAG_SUFFIX
variable and inject the full tag viaRELEASE_TAG
environment variable. Seescanner/Makefile
Lines 13 to 21 in 631dea9
I also inject a value into the
version
label in all four built containers. Similar to stackrox/collector#1694, if/when we'll need to re-tag, we will take care of the label then. Mentioned that in ROX-24468.Testing:
-fast
in the tag.-fast
inversion
label.-fast
in tag orlabel
.-fast
version ingithub.com/stackrox/scanner/pkg/version.Version
.For the last item, smoke-tested build, seeing proper thing in logs:
and
Both image and node scanning seem to work.