Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,671
Community Members
 
Community Events
184
Community Groups

How to get the image for Docker Runner?

Bamboo version 6.4.0 build 60404 - 17 Feb 18

I am having trouble understanding how the Docker Runner is supposed to work: namely, how is it supposed to get the image that it uses?

I can create an earlier stage with a job having a Docker pull task that runs in the agent environment, but I have no guarantee that it will run on the same agent/host.

Likewise, I can create a job in the same stage with the Docker pull task, but that could also run in parallel and/or on another host.

I tried adding a Docker pull task to a job that runs in Docker Runner, thinking that maybe this would be a bit of awkward magic that would run the pull in the agent environment and then run the other tasks in the Docker Runner.

The best I can figure out is that this feature is intended to be used where a local set of images will be downloaded & maintained by the Bamboo/system admins, outside of Bamboo itself.

1 answer

0 votes
Gabriel Ribeiro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 06, 2018

 

Hi Wil,

As stated in the official documentation, "Docker runner is meant to run builds and deployments in a Docker container to isolate the build process from the environment it runs in." So, basically, Bamboo requires that the image you've set in the task configuration is available locally (agent's environment) or it can be downloaded from the default docker registry.

If you want to ensure that the task will use the latest image, you'll need to push it before the job starts its execution, I would say that the best approach would be to create a "master" plan to build and push the docker image and a "child" or dependent plan to build the project itself.

thanks.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events