feat: consolidate provider plugin and chart
This commit is contained in:
+3
-3
@@ -5,10 +5,10 @@ RUN apk add --no-cache git
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
COPY . .
|
||||
RUN CGO_ENABLED=0 go build -o /kks-csi .
|
||||
RUN CGO_ENABLED=0 go build -o /kks-provider .
|
||||
|
||||
FROM alpine:3.21
|
||||
RUN apk add --no-cache mount util-linux e2fsprogs findmnt
|
||||
COPY --from=build /kks-csi /kks-csi
|
||||
COPY --from=build /kks-provider /kks-provider
|
||||
USER 0:0
|
||||
ENTRYPOINT ["/kks-csi"]
|
||||
ENTRYPOINT ["/kks-provider"]
|
||||
|
||||
Reference in New Issue
Block a user