Add "upstream-watcher" controller to supervisor.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2020-11-11 17:10:06 -06:00
parent 2e7d869ccc
commit cbd71df574
5 changed files with 882 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
# Use a runtime image based on Debian slim
FROM debian:10.6-slim
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
# Copy the binary which was built outside the container.
COPY build/pinniped-supervisor /usr/local/bin/pinniped-supervisor