mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
Size increases by 22MB. (144MB -> 167MB) This normalizes with expectations (and instructions, see impersonation docs) that it will be there.
This commit is contained in:
parent
99f05e661a
commit
1846c71d94
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ COPY . .
|
||||||
|
|
||||||
# build
|
# build
|
||||||
RUN make build-deps
|
RUN make build-deps
|
||||||
RUN make build
|
RUN make build NAME=pomerium
|
||||||
|
RUN make build NAME=pomerium-cli
|
||||||
RUN touch /config.yaml
|
RUN touch /config.yaml
|
||||||
|
|
||||||
FROM gcr.io/distroless/base:debug
|
FROM gcr.io/distroless/base:debug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue