cleanup: Further remove docker.io registry
Open
Nobody has claimed this yet.
kind/good-first-issue
- Dominant language
- Go
- Stars
- 365
- Forks
- 223
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 25
Description
There are some internal images that are hosted at docker registry. We need to remove that dependency.
- pack builder lifecycleimage will be mirrored (most likely) into the ghcr registry https://github.com/knative/func/blob/8ab6083972141ae7a181cb3b7f99cc92afee537a/pkg/builders/buildpacks/builder.go#L117
- rust paketo image https://github.com/knative/func/blob/cad00d7a1691046714f625d091ca92ee11c2225d/hack/cmd/update-builder/main.go#L575
- python base image (pkg/oci/python_builder.go being added in PR #2685)
(if you find more, feel free to add a comment or edit this text)
/assign
Contributor guide
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.
Research direction
Start by reviewing the linked lifecycle image reference in pkg/builders/buildpacks/builder.go, then inspect the rust Paketo image in hack/cmd/update-builder/main.go and the Python base image in pkg/oci/python_builder.go. Search for other internal docker.io image references and verify that each is replaced or mirrored through the intended registry, with no remaining dependency on docker.io.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- build-system, infrastructure
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100