Skip to content

Commit

Permalink
ot-redis-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuker committed Nov 29, 2023
1 parent 9dc4d45 commit 9e6be18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm64/images/ot-redis-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o manager main.go
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM --platform=$TARGETPLATFORM ubuntu:20.04
WORKDIR /
COPY --from=builder /build/redis-operator-1-patch-3/manager .
COPY --from=builder /build/redis-operator-support_node_port/manager .
USER 65532:65532

ENTRYPOINT ["/manager"]

0 comments on commit 9e6be18

Please sign in to comment.