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.25k stars 359 forks source link

Replace the base image with alpine #312

Closed niaiwomattt closed 4 years ago

niaiwomattt commented 4 years ago

In k8s, scratch mirroring is very inconvenient. You cannot execute commands such as mount ls, and you cannot debug the problem.

aeneasr commented 4 years ago

I guess we can switch over to an alpine-based image here. Would you be able to PR that?

niaiwomattt commented 4 years ago

I guess we can switch over to an alpine-based image here. Would you be able to PR that?

I didn't succeed, USER 1000 failed, I can't solve it, can you try it? If successfully transferred to hub.docker.com, share the address here, thank you!

Did your test succeed? I see your branch!

niaiwomattt commented 4 years ago

3 days ago you submitted the branch, when did you submit it to hub.docker.com If you did, hope to reply, thank you!

aeneasr commented 4 years ago

Hey, this is now released!

https://github.com/ory/oathkeeper/releases/tag/v0.33.1-beta.1