crossplane / crossplane/function-template-python
Inconsistent base image in multistage Dockerfile
- Linguagem predominante
- Python
- Estrelas
- 21
- Forks
- 13
- Merge médio
- 3h 1min
- PRs com merge (30d)
- 1
Descrição
### What happened?
From the Dockerfile comment:
```
# It's important that this is Debian 12 to match the distroless image.
FROM debian:13-slim AS build
...
FROM gcr.io/distroless/python3-debian12 AS image
```
It looks like renovate upgraded only the first image, leaving both the comment and the second image hanging in Debian 12.
### How can we reproduce it?
n/a
### What environment did it happen in?
Function version: main
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Open the Dockerfile and compare the Debian version in the build-stage FROM line with the distroless Python image and the accompanying comment. Align the base-image versions so they consistently target Debian 12, then verify the Docker build completes successfully.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- debian, docker, python
- Domínio
- build-system, devops
- Tipo de issue
- Bug
- Dificuldade
- 2/5
- Tempo estimado
- 1-3 horas
- Status de atividade
- Ativa
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 82/100