istio-ecosystem / authservice

Move OIDC token acquisition out of your app code and into the Istio mesh
Apache License 2.0
217 stars 63 forks source link

Update base image of Authservice container image #101

Closed cfryanr closed 7 months ago

cfryanr commented 4 years ago

@AndrewBabbitt97 reports on a PR that he created and later closed:

Disregard the change, however of note is that it looks like the version of debian your last release was built with has an issue with some ssl certs, found the reason my change worked wasnt the code change but by building the image using a newer version of the debian image.

See https://github.com/istio-ecosystem/authservice/pull/100#issuecomment-641721714

Sounds like we need to update base image of Authservice container image.

nacx commented 7 months ago

Starting from v1.0.0, the authservice builds FROM scratch, and it just contains the statically linked binary.