Skip to content

Commit

Permalink
Merge pull request #22 from stolostron/upstream
Browse files Browse the repository at this point in the history
enable kafka tags
  • Loading branch information
skeeey authored Dec 24, 2024
2 parents b5c9ed3 + 75c62d6 commit 28c3d6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Containerfile.rhtap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ COPY . $SOURCE_DIR

ENV GOEXPERIMENT=strictfipsruntime
ENV CGO_ENABLED=1
RUN make binary BUILD_OPTS="-tags strictfipsruntime"
# Note: kafka tag is required
RUN make binary BUILD_OPTS="-tags strictfipsruntime,kafka"

FROM registry.access.redhat.com/ubi9/ubi-minimal:latest

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR $SOURCE_DIR
COPY . $SOURCE_DIR

ENV GOFLAGS=""
RUN make binary
RUN make binary BUILD_OPTS="-tags kafka"

FROM registry.access.redhat.com/ubi9/ubi-minimal:latest

Expand Down

0 comments on commit 28c3d6c

Please sign in to comment.