Update designdoc.md with correct link to skaffold repository (#2775)

This commit is contained in:
vivekkoya 2023-10-09 07:45:34 -07:00 committed by GitHub
parent 3cdf1ae8be
commit 24cc14a3ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ There are approximately [18 supported Dockerfile commands](https://docs.docker.c
### Source Context {#source-context} ### 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} ### Permissions in the Kubernetes cluster {#permissions-in-the-kubernetes-cluster}