Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bamboo Specs Runner as ARM image

Benjamin Mueller
Contributor
December 12, 2024

 

I am surprised that, while all Atlassian tools are now available as ARM64 images on DockerHub, there is no corresponding ARM image for bamboo-specs-runner for Bamboo. https://hub.docker.com/r/atlassian/bamboo-specs-runner When is this planned as an ARM version? 

Another question: The source code is also available for all other Atlassian images. Is it also available for the spec-runner? If so, I could build the ARM version myself during the transition period.

 

1 answer

1 vote
Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 7, 2025 edited

The source code for Specs Runner image is not publicly available ATM.

However, minimum Dockerfile to build image capable of running specs is this:

FROM maven:3.9.4-eclipse-temurin-17
ENV MAVEN_OPTS="--add-opens java.base/java.security=ALL-UNNAMED"

 Atlassian's image do a bit more: they preload the image with Maven artifacts used by specs, but that's pretty much it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events