Inconsistent base image in multistage Dockerfile
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 82/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- debian, docker, python
- Domain
- build-system, devops
Research direction
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.
Written by the indexing model from the issue text.
Description
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
- Dominant language
- Python
- Stars
- 21
- Forks
- 13
- Avg merge
- 3h 1m
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from crossplane/function-template-python
-
enhancement
Difficulty 3/5 1-2 days Newbie friendliness 55/100
-
enhancement good first issue help wanted
Difficulty 4/5 3-5 days Newbie friendliness 35/100
crossplane/function-template-python#88 · 1 comment · 1 reaction ·
-
Dependency Dashboard Open
Difficulty 1/5 Under an hour Newbie friendliness 10/100
All issues in crossplane/function-template-python
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100