| commit | b59b7c21e16cdbc0989787c075f1055a295e8235 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Apr 03 22:17:50 2024 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Mon Apr 08 20:28:51 2024 +0400 |
| tree | 1a5553a752dfece34e5fc2f9f3fe6701bef08e73 | |
| parent | c0d2bf569807c5551c98ecc08f4602c17af73ae2 [diff] [blame] |
port-allocator: allocates ports on preconfigured ingress-nginx Replacement of /core/installer/tcp-udp-transport Change-Id: I3d116b0f4508b462398f69e980ad55771dc88b7c
diff --git a/core/port-allocator/Dockerfile b/core/port-allocator/Dockerfile new file mode 100644 index 0000000..6e8d93c --- /dev/null +++ b/core/port-allocator/Dockerfile
@@ -0,0 +1,5 @@ +FROM gcr.io/distroless/static:nonroot + +ARG TARGETARCH + +COPY server_${TARGETARCH} /usr/bin/server