Skip to content

Commit

Permalink
Fix briefly
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
  • Loading branch information
ffjlabo committed Sep 5, 2024
1 parent bfb1765 commit 48022da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,8 @@ For example, If you are using the container platform and the offcial piped conta
- ssh
- jq
- curl
- kubectl, helm, kustomize, terraform stored in $PIPED_TOOL_DIR
- Be careful. These tools are sometimes absent because they are installed when the first deployment has been done using each tool. Please check $PIPED_TOOL_DIR before you use them.
- Binaries can be specified as "kubectl-${version}" or "kubectl".
- If no version is specified on the piped config or app.pipecd.yaml, both the ones with and without default version suffix will be installed.
- Please check the [code](https://github.com/pipe-cd/pipecd/blob/master/pkg/app/piped/toolregistry/install.go#L28C1-L33C2) about the default versions.
- and the builtin commands installed in the base image.
- commands installed by piped in $PIPED_TOOL_DIR (check at runtime)
- built-in commands installed in the base image
The public piped image available in PipeCD main repo (ref: [Dockerfile](https://github.com/pipe-cd/pipecd/blob/master/cmd/piped/Dockerfile)) is based on [alpine](https://hub.docker.com/_/alpine/) and only has a few UNIX commands available (ref: [piped-base Dockerfile](https://github.com/pipe-cd/pipecd/blob/master/tool/piped-base/Dockerfile)).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,8 @@ For example, If you are using the container platform and the offcial piped conta
- git
- ssh
- curl
- kubectl, helm, kustomize, terraform stored in $PIPED_TOOL_DIR
- Be careful. These tools are sometimes absent because they are installed when the first deployment has been done using each tool. Please check $PIPED_TOOL_DIR before you use them.
- Binaries can be specified as "kubectl-${version}" or "kubectl".
- If no version is specified on the piped config or app.pipecd.yaml, both the ones with and without default version suffix will be installed.
- Please check the [code](https://github.com/pipe-cd/pipecd/blob/master/pkg/app/piped/toolregistry/install.go#L28C1-L33C2) about the default versions.
- and the builtin commands installed in the base image.
- commands installed by piped in $PIPED_TOOL_DIR (check at runtime)
- built-in commands installed in the base image
The public piped image available in PipeCD main repo (ref: [Dockerfile](https://github.com/pipe-cd/pipecd/blob/master/cmd/piped/Dockerfile)) is based on [alpine](https://hub.docker.com/_/alpine/) and only has a few UNIX commands available (ref: [piped-base Dockerfile](https://github.com/pipe-cd/pipecd/blob/master/tool/piped-base/Dockerfile)).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,8 @@ For example, If you are using the container platform and the offcial piped conta
- ssh
- jq
- curl
- kubectl, helm, kustomize, terraform stored in $PIPED_TOOL_DIR
- Be careful. These tools are sometimes absent because they are installed when the first deployment has been done using each tool. Please check $PIPED_TOOL_DIR before you use them.
- Binaries can be specified as "kubectl-${version}" or "kubectl".
- If no version is specified on the piped config or app.pipecd.yaml, both the ones with and without default version suffix will be installed.
- Please check the [code](https://github.com/pipe-cd/pipecd/blob/master/pkg/app/piped/toolregistry/install.go#L28C1-L33C2) about the default versions.
- and the builtin commands installed in the base image.
- commands installed by piped in $PIPED_TOOL_DIR (check at runtime)
- built-in commands installed in the base image
The public piped image available in PipeCD main repo (ref: [Dockerfile](https://github.com/pipe-cd/pipecd/blob/master/cmd/piped/Dockerfile)) is based on [alpine](https://hub.docker.com/_/alpine/) and only has a few UNIX commands available (ref: [piped-base Dockerfile](https://github.com/pipe-cd/pipecd/blob/master/tool/piped-base/Dockerfile)).
Expand Down

0 comments on commit 48022da

Please sign in to comment.