You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
containers: # list of containers that you want present for your build, you can define a default container in the Jenkinsfile
- name: calm-dsl
image: ntnx/calm-dsl:latest
command: ["tail", "-f", "/dev/null"] # this or any command that is bascially a noop is required, this is so that you don't overwrite the entrypoint of the base container
imagePullPolicy: Always # use cache or pull image for agent
# - name: docker
# image: docker:18.06.1
# command: ["tail", "-f", "/dev/null"]
# imagePullPolicy: Always
# volumeMounts:
# - name: docker
# mountPath: /var/run/docker.sock # We use the k8s host docker engine