mirror of https://github.com/open-feature/cli.git
Merge branch 'main' into set-code-default
This commit is contained in:
commit
852ddaca4e
12
Dockerfile
12
Dockerfile
|
|
@ -1,7 +1,7 @@
|
|||
# Use distroless as minimal base image to package the manager binary
|
||||
# Refer to https://github.com/GoogleContainerTools/distroless for more details
|
||||
FROM gcr.io/distroless/static:nonroot
|
||||
COPY ./openfeature-cli /openfeature-cli
|
||||
USER 65532:65532
|
||||
FROM alpine:3.21
|
||||
|
||||
ENTRYPOINT ["/openfeature-cli"]
|
||||
COPY ./openfeature-cli usr/local/bin/openfeature-cli
|
||||
|
||||
RUN chmod +x /usr/local/bin/openfeature-cli
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/openfeature-cli"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue