okteto / docs

Apache License 2.0
6 stars 16 forks source link

document how to use a custom pipeline image #3

Closed rberrelleza closed 1 year ago

rberrelleza commented 2 years ago

Minimum required: git, bash and openssh-client + whatever includes alpine:latest by default

FROM alpine:latest

RUN apk update && apk add --no-cache git bash openssh-client
pchico83 commented 2 years ago

The configuration setting is this one: https://github.com/okteto/app/blob/master/chart/okteto-enterprise/values.yaml#L159

pchico83 commented 2 years ago

Also, we should mention use cases, like installing your own deployment tool and link to what comes by default: https://okteto.com/docs/cloud/okteto-pipeline/#built-in-tools

rberrelleza commented 1 year ago

done!