crossplane / crossplane/function-template-python
Inconsistent base image in multistage Dockerfile
- 主要語言
- Python
- 星號
- 21
- 分支
- 13
- 平均合併
- 3 小時 1 分鐘
- 30 天內合併 PR
- 1
描述
### 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
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
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.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- debian, docker, python
- 領域
- build-system, devops
- Issue 類型
- 缺陷
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 活躍
- 描述清晰度
- 描述清楚
- 新手友好度
- 82/100