ory / oathkeeper

A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP(s) requests. Inspired by the BeyondCorp / Zero Trust white paper. Written in Go.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=hydra
Apache License 2.0
3.2k stars 349 forks source link

fix: change distroless to base [Do not merge yet] #1123

Closed Demonsthere closed 11 months ago

Demonsthere commented 11 months ago

Related issue(s)

This PR changes the minimal static image to base, which includes a simple shell.

Checklist

Further Comments

codecov[bot] commented 11 months ago

Codecov Report

Merging #1123 (8bafbae) into master (75eb682) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 8bafbae differs from pull request most recent head 5b70f34. Consider uploading reports for the commit 5b70f34 to get more accurate results

@@           Coverage Diff           @@
##           master    #1123   +/-   ##
=======================================
  Coverage   78.22%   78.22%           
=======================================
  Files          80       80           
  Lines        3863     3863           
=======================================
  Hits         3022     3022           
  Misses        566      566           
  Partials      275      275           
Demonsthere commented 11 months ago

Closing as not needed after discussion