Update designdoc.md with correct link to skaffold repository (#2775)
This commit is contained in:
parent
3cdf1ae8be
commit
24cc14a3ef
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue