From a7fefa387a6a38c04402511a3435f1e1af33fcea Mon Sep 17 00:00:00 2001 From: vivekkoya <67130044+vivekkoya@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:05:03 -0700 Subject: [PATCH] Update designdoc.md with correct link to skaffold repository --- docs/designdoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/designdoc.md b/docs/designdoc.md index 9fd4bd7eaa..13c976189e 100644 --- a/docs/designdoc.md +++ b/docs/designdoc.md @@ -149,7 +149,7 @@ There are approximately [18 supported Dockerfile commands](https://docs.docker.c ### Source Context {#source-context} -The source context can be provided as a local directory, which will be uploaded to a GCS bucket. Like [skaffold](https://docs.google.com/document/d/1l2wAfAkOzENyj79m8De2SUKMq9Km_nyrfO9MlAX9sTM/edit#heading=h.cxx11j5pl834), we could potentially parse the Dockerfile for dependencies and upload only the files we need to save time. Other possible source contexts include Git repositories or pre-packaged tarball contexts. +The source context can be provided as a local directory, which will be uploaded to a GCS bucket. Like [skaffold](https://github.com/GoogleContainerTools/skaffold), we could potentially parse the Dockerfile for dependencies and upload only the files we need to save time. Other possible source contexts include Git repositories or pre-packaged tarball contexts. ### Permissions in the Kubernetes cluster {#permissions-in-the-kubernetes-cluster}