Docker image adding common tools to Docksal CLI.
This Docker image adds the following tools to the docksal/cli image:
- kubectl
- helm3
- kustomize
- aws cli
- yq
- vim
- expect
This image can be used to directly replace the Docksal CLI image if these additional tools are needed. Simply reference phase2/docker-cli:TAG
(or ghcr.io/phase2/docker-cli:TAG
to pull directly from GitHub).
The GitHub actions in .github/workflows/default.yml
define a matrix of PHP versions being generated. Update this list with any new version needed. Must ensure that the upstream Docksal CLI image is available for each version of PHP. Currently on version 8.x images are generated.
- General questions on Docksal should go to the docksal documentation
Please email [email protected] with security concerns.