Hi, I am looking for a prefect docker base image t...
# prefect-cloud
j
Hi, I am looking for a prefect docker base image that doesn’t use an openssl version that is
3.0.X
where X >= 10. It’s to work around a
snowflake-connector-python
oscrypto
bug described here: https://community.snowflake.com/s/article/Python-Connector-fails-to-connect-with-LibraryNotFoundError-Error-detecting-the-version-of-libcrypto#o[…]l I’m looking at the prefecthq docker hub, but I’m unable to figure out if there are any images using openssl 3.1, for example, which would allow me to get around the bug.
n
hi @Jonah - hmm I'm not actually seeing OpenSSL coming in from a fresh prefect install, I could be missing something if you're looking for a workaround, could you just add a
RUN pip install pyopenssl==x.x.x oscrypto==x.x.x
to your Dockerfile?
j
Hi @Nate, I’m using a Prefect Docker base image that already has openssl installed at version 3.0.10. I need a different image that has either a lower or higher version to get around the oscrypto bug.