There is next documention by link:
Builds and deployments are normally run on the Bamboo agent’s native operating system. However, both jobs and environments can be instrumented to be run in a Docker container, for better control over the available tool set and additional build isolation. Docker is a tool which automates the running and deployment of applications inside containers.
The Docker image can be configured on a plan level and on the job level. The configuration from the job level overrides the Docker settings from plan level.
Anybody got it work or there is a bug ?
PS: colleagues asked the same question here.
---version: 2deployment:name: Deploy JSPlannersource-plan: PHSRVS-JSPLNRrelease-naming:next-version-name: 0.${bamboo.buildNumber}environments:- TOSTOS:docker:image: dockerhub/kaniko:v0.10.0tasks:- script:- hostname
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.