Skip to content

Commit

Permalink
Improved the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pierskarsenbarg committed Aug 15, 2024
1 parent 3cfe67a commit f629dba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM pulumi/pulumi:3.129.0

RUN apt-get update && apt-get install tini && apt-get clean
RUN apt-get update \
&& apt-get install tini \
&& apt-get clean
ENTRYPOINT ["tini", "--", "/usr/local/bin/pulumi-kubernetes-operator"]

# install operator binary
Expand All @@ -18,5 +20,4 @@ ENV XDG_CONFIG_HOME=/tmp/.config
ENV XDG_CACHE_HOME=/tmp/.cache
ENV XDG_CONFIG_CACHE=/tmp/.cache
ENV GOCACHE=/tmp/.cache/go-build
ENV GOPATH=/tmp/.cache/go

ENV GOPATH=/tmp/.cache/go

0 comments on commit f629dba

Please sign in to comment.