Azure / aks-app-routing-operator

Kubernetes operator that implements AKS Application Routing
https://learn.microsoft.com/en-us/azure/aks/app-routing
MIT License
29 stars 20 forks source link

Updating Base Image to Use Distroless #164

Closed jaiveerk closed 5 months ago

jaiveerk commented 5 months ago

Description

Updating our base image to use OSS static distroless image instead of scratch. This image runs with a specific UID we can configure our podsecuritycontext with. This gives us explicit control over file and process ownership and allows us to safely mount a homedir/filesystem that can be used for caching and other purposes.

Fixes # (issue) Feature # (details)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Is it a breaking change which will impact consuming tool(s)?

Checklist:

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 7806946932


Totals Coverage Status
Change from base Build 7789109122: 0.0%
Covered Lines: 2557
Relevant Lines: 3147

💛 - Coveralls
OliverMKing commented 5 months ago

/ok-to-test sha=cd23800