func
func copied to clipboard
cleanup: Further remove docker.io registry
There are some internal images that are hosted at docker registry. We need to remove that dependency.
- [x] 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
rust paketo image
That's only used when building builder. Then it's baked into our builder hosted at ghcr.io, so func user is not pulling docker.io/paketocommunity/rust:0.47.0.
Related https://github.com/knative/func/pull/2775
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
/remove-lifecycle stale
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.