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.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.