Skip to content

Commit

Permalink
Merge pull request #168 from mjholder/better-license
Browse files Browse the repository at this point in the history
License required for konflux build and release
  • Loading branch information
maknop authored May 2, 2024
2 parents 5221ca5 + a944ff5 commit 6819454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o manager main.go

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161
WORKDIR /
COPY licenses/ licenses/
COPY --from=builder /workspace/manager .
USER 65534:65534

Expand Down

0 comments on commit 6819454

Please sign in to comment.