Sylvain Desbureaux | 2faa6e6 | 2020-05-11 15:03:44 +0200 | [diff] [blame] | 1 | FROM nexus3.onap.org:10001/onap/integration-python:7.0.0 |
2 | |||||
3 | ENV CERT="/var/run/secrets/kubernetes.io/serviceaccount/ca.crt" | ||||
4 | ENV TOKEN="/var/run/secrets/kubernetes.io/serviceaccount/token" | ||||
5 | |||||
6 | COPY ready.py . | ||||
7 | |||||
Sylvain Desbureaux | 7b09ee0 | 2020-07-22 17:41:45 +0200 | [diff] [blame] | 8 | ENTRYPOINT ["/app/ready.py"] |
Sylvain Desbureaux | 2faa6e6 | 2020-05-11 15:03:44 +0200 | [diff] [blame] | 9 | CMD [""] |