lambci / docker-lambda

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

Rebuild images? #352

Open babyhuey opened 2 years ago

babyhuey commented 2 years ago

Is it possible for you to rebuild all the images, so that we can get updated versions of everything?

I'm getting SSL errors from curl until I update it in the image.

It has been 8 months since last update and would be nice to get all new updates into the containers

acostaso commented 2 years ago

I'm getting SSL errors in the image. fatal: unable to access 'https://servergit/': server certificate verification failed. CAfile: none CRLfile: none

kiveboxops commented 2 years ago

I'm also facing the same issue. The solution, in the meantime, was to extend, upgrade and host the image in my own registry, which is not ideal.