harbor-operator/Dockerfile

5 lines
120 B
Docker
Raw Permalink Normal View History

2022-11-14 19:08:45 +00:00
FROM harbor.k-space.ee/k-space/microservice-base
RUN pip3 install kopf
ADD /app /app
ENTRYPOINT /app/harbor-operator.py