lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.83k stars 431 forks source link

Different OpenSSL version in `build-python3.6` and `python3.6` #266

Closed jakul closed 4 years ago

jakul commented 4 years ago
$ docker run --rm --entrypoint openssl lambci/lambda:python3.6 version
OpenSSL 1.0.2k-fips  26 Jan 2017
$ docker run --rm --entrypoint openssl lambci/lambda:build-python3.6 version
OpenSSL 1.0.1k-fips 8 Jan 2015
$ docker run --rm --entrypoint openssl lambci/lambda:python3.7 version
OpenSSL 1.0.2k-fips  26 Jan 2017
$ docker run --rm --entrypoint openssl lambci/lambda:build-python3.7 version
OpenSSL 1.0.2k-fips  26 Jan 2017

I think build-python3.6 needs to be updated/rebuilt/republished to use the correct OpenSSL version.

mhart commented 4 years ago

I think you just haven't pulled that image in a while.

jakul commented 4 years ago

Oops!

Thanks for the quick response!

[image: image.png] -- Craig Blaszczyk

Em qua., 22 de abr. de 2020 às 13:23, Michael Hart notifications@github.com escreveu:

Closed #266 https://github.com/lambci/docker-lambda/issues/266.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lambci/docker-lambda/issues/266#event-3260328866, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGSUSUMX2LERTKDUYGNLBLRN3OSPANCNFSM4MOC3F6Q .