This is the Digital Ocean image, it's intended to be used as a helper image for CI/CD pipelines.
curl
jq
git
argocd
doctl
kubectl
helm
To use this image locally, you need to add your digital ocean access token as an environment variable.
For example, doks repo use this image to deploy the k8s cluster to digital ocean and environment variable is set in the github secrets and when you run it locally you need to set DIGITALOCEAN_ACCESS_TOKEN
environment variable to be able to interact with Digital Ocean api.
Edit your bash profile (~/.bashrc, ~/.zshrc, etc.) and add the following line:
export DIGITALOCEAN_ACCESS_TOKEN=ACCES_TOKEN