crossplane / crossplane/function-template-python
Inconsistent base image in multistage Dockerfile
- 主要言語
- Python
- スター
- 21
- フォーク
- 13
- 平均マージ
- 3時間 1分
- マージ済み PR(30日)
- 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