Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres committed Sep 6, 2018
1 parent 9487cc4 commit 291ac68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/implementing-new-runtime.md
Expand Up @@ -22,7 +22,7 @@ In case a custom init image is required, create a Dockerfile under the folder `d

The goal of this image is to have available any tools or files necessary to compile a function or install dependencies. It is not necessary to specify the `CMD` to compile or install dependencies, that will be specified in the Kubeless source code.

In case that the function server needs to be compiled at this step, see the requirements [in the next section](create-a-runtime-image).
In case that the function server needs to be compiled at this step, see the requirements in the next section.

See an example of an init image for [Go](https://github.com/kubeless/kubeless/blob/master/docker/runtime/golang/Dockerfile.init).

Expand Down

0 comments on commit 291ac68

Please sign in to comment.