Add poetry and fix CICD
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-20 14:55:08 +02:00
parent 38f78cf007
commit d3251806fa
12 changed files with 490 additions and 30 deletions

12
Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
FROM python:3
ENV VAULT_ADDR=https://vault.k8s.psynet.su
ENV VAULT_ROLE=raider-ro
ENV VAULT_PATH=raider/data/raider
# WORKDIR /python-hvac
# COPY python-hvac .
RUN poetry install
ENTRYPOINT [ "python-hvac" ]