删除 Cloud Function 是否会自动从 Cloud Storage 中删除 Artifacts 容器映像?

Is removing Cloud Function will automatically delete Artifacts container images from Cloud Storage?

如果我删除云函数,它会通过删除该函数的所有容器镜像来释放我的云存储中的一些 space 吗?

Cloud Function 默认使用 Container Registry 存储根据函数源代码构建的映像。如果删除 Cloud Function,Cloud Storage 和 Container Registry 中的相关构建工件也会自动删除。

有关详细信息,请参阅此官方 documentation