Skip to content

Commit

Permalink
Override COLLECTOR_TAG at the builder stage
Browse files Browse the repository at this point in the history
It's not necessary because the one isn't used there but feels
inconsistent otherwise. I'm torn about this commit.
  • Loading branch information
msugakov committed May 31, 2024
1 parent eb4d122 commit e3f5c55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions collector/container/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ ARG COLLECTOR_APPEND_CID=false
ARG USE_VALGRIND=false
ARG ADDRESS_SANITIZER=false
ARG TRACE_SINSP_EVENTS=false
ARG COLLECTOR_TAG

ENV COLLECTOR_TAG="$COLLECTOR_TAG"

WORKDIR ${BUILD_DIR}

Expand Down

0 comments on commit e3f5c55

Please sign in to comment.