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,554,229
Community Members
 
Community Events
184
Community Groups

What image is compatible with pipeline with pipe: atlassian/google-app-engine-deploy:1.1.1?

maven:3.8.1-openjdk-8 was working but includes python 2

Getting an error saying Python 3 is now required.

What image has java 8, maven, and python 3?

1 answer

1 accepted

0 votes
Answer accepted
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Apr 21, 2023

Hi Bruce,

There is no requirement to use a specific Docker image as a build container with the pipe. When a pipe is executed, there is another Docker container (the pipe's container) running inside the build container of the step (Docker-in-Docker). The pipe's container should have all the tools it needs to run.

If another command of your build requires python 3, then you would indeed need to use a container with python 3 or install python 3 during the build by including the necessary commands in that step in your bitbucket-pipelines.yml.

For the build container, we support public and private Docker images including those hosted on Docker Hub, AWS, GCP, Azure, and self-hosted registries accessible on the internet. Please keep in mind that Atlassian neither owns nor maintains every single image in these registries, so I don't know which image would meet your requirements.

I did check, though, a different version of the image you are using, specifically maven:3.8.3-openjdk-8. If I use this image as a build container and add the following command in my yml file:

- python3 --version

it looks like Python 3 is installed, as the output is

+ python3 --version
Python 3.9.2

If you are familiar with Docker, we do recommend creating and using your own custom Docker image that includes only the tools and the versions you need, in order to keep it lightweight:

Kind regards,
Theodora

Thank you very much!

Docker image maven:3.8.3-openjdk-8 got me back up and running.

As a solo, full stack, developer of 4 web applications, taking the time to build my own docker images for this purpose is something that would slow me down too much. 

I very much appreciate how BitBucket pipelines increases my productivity dramatically.

Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Apr 24, 2023

Hi Bruce,

Thank you for the update and you are very welcome!

I understand that building your own Docker image can be time-consuming. It's good to hear that the image maven:3.8.3-openjdk-8 works for you and that pipelines increases your productivity.

Please feel free to reach out if you ever need anything else!

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events