alexdmoss / distroless-python

Creates a distroless container image with up-to-date python installed, for use in kubernetes
Apache License 2.0
33 stars 3 forks source link

Setting necessary environment variables #3

Open PaulElser opened 9 months ago

PaulElser commented 9 months ago

I am trying to use your pandas example code to adapt it to my own needs with paho-mqtt.

However, I am a little bit confused about setting the correct environment variables PYTHON_BUILDER_IMAGE and PYTHON_DISTROLESS_IMAGE. I assume I have to set them manually before using the Dockerfile in tests/pandas.