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,559,510
Community Members
 
Community Events
184
Community Groups

How to use "Run Bamboo jobs in Docker"

Edited

Hi,
After 2 years I've returned to Bamboo and I've decided to use new (at least for me) functionality - "Run bamboo jobs in docker". But I do not understand how to use it.

I would like to start Java compilation in openjdk:8 image. I've configured a job to run in docker but how to properly execute a command in such docker, should I use Script task and "docker run ..." or is it a better way?

Michal Szymanski

1 answer

1 vote
edwin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Aug 26, 2019

Hi @Michał Szymański ,

Under job configuration, there is a Docker tab where if you specify the image then the build will run inside that image.

Screen Shot 2019-08-26 at 7.27.56 AM.png

Documentation: Docker Runner

What do you mean by 'build', I've configured job as you showed and I've created one test 'script' task that had one command 'hostname' and I've got name of host name not docker container. 

Should I use 'special' task that can be run inside docker image?

Michal 

edwin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Aug 26, 2019

Yes, the task. But to run this task in a Docker container, you'll have to specify an image in the Docker tab. As shown in the screenshot.

Strange when I execute script with hostname it showed host name not docker name but when execute 'java -version' it showed java from docker :) Simply it works :) Thank you :)

Like edwin likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events