kiwigrid / k8s-sidecar

This is a docker container intended to run inside a kubernetes cluster to collect config maps with a specified label and store the included files in a local folder.
MIT License
563 stars 181 forks source link

Stay on python stable #332

Closed jkroepke closed 6 months ago

jkroepke commented 6 months ago

It seems like python is NOT using semver for they images and dependabot is too stupid and offers an Alpha version of python here.

Instead, dependabot will not update the alpine version. It seems like dependabot does not help here.

An potential alternative would be python:3.12-alpine

ChristianGeie commented 6 months ago

@jkroepke thx for the issue. For other Python projects in our company, we use the same base image, but we use Renovate for dependency management. At least there it doesn't happen that alpha versions are suggested.

But whatever, i think we can give python:3.12-alpine a try and then see how dependebot behaves.

Can you please create a PR for this right away?

ChristianGeie commented 6 months ago

@jkroepke my fault, PR is already in place.

jkroepke commented 6 months ago

I hope its fine now.