Skip to content

Commit f9fbbfd

Browse files
One liner: add COPY api ./api command to resolve import dependency in /pkg/epp/datalayer/factory.go:28:2: no required module provides package sigs.k8s.io/gateway-api-inference-extension/api/v1 (#1585)
1 parent 130d048 commit f9fbbfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bbr.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN go mod download
1818
COPY cmd/bbr ./cmd
1919
COPY pkg ./pkg
2020
COPY internal ./internal
21+
COPY api ./api
2122
WORKDIR /src/cmd
2223
RUN go build -o /bbr
2324

0 commit comments

Comments
 (0)