mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
absolute path to entrypoint
Make the kustomize container tolerant of alternative working directory. Mounting my project and making it the working directory will now work. ie. docker run -w /pkg -v $(shell pwd):/pkg kustomize version
This commit is contained in:
@@ -17,4 +17,4 @@ FROM alpine
|
||||
RUN apk add git openssh
|
||||
COPY --from=builder /build/kustomize /app/
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["./kustomize"]
|
||||
ENTRYPOINT ["/app/kustomize"]
|
||||
|
||||
Reference in New Issue
Block a user