kubernetes / examples

Kubernetes application example tutorials
Apache License 2.0
6.16k stars 4.52k forks source link

Bump example-dns-backend to python3 #546

Closed dims closed 3 days ago

dims commented 3 days ago

2.7 is dated, so let's update it

More importantly looking at: https://explore.ggcr.dev/?image=registry.k8s.io%2Fexample-dns-backend:v1

The image is using schema version 1 which has been already removed or will be in containerd 2.0

{
"schemaVersion": 1,
"name": "google_containers/example-dns-backend",
"architecture": "amd64",
"fsLayers": [

So let's build a v2 version of this image

hakuna-matatah commented 3 days ago

/lgtm

dims commented 3 days ago

/assign soltysh

k8s-ci-robot commented 3 days ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dims, hakuna-matatah, soltysh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes/examples/blob/master/OWNERS)~~ [soltysh] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment