Skip to content

SolDevelo/atlassian-sdk-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Atlassian Plugin SDK + Node.js 20 on JDK 21

This Docker image is based on Eclipse Temurin JDK 21 and includes:

  • Atlassian Plugin SDK 8.2.8
  • Node.js 20.8.1
  • Maven 3.9.6
  • Basic system tools (curl, git, unzip, zip, wget, etc.)

It provides a ready-to-use environment for developing and testing Atlassian plugins (e.g., Jira, Confluence) using Node.js and Java 21.


📦 Included Components

Component Version
JDK (Eclipse Temurin) 21
Atlassian Plugin SDK 8.2.8
Node.js 20.8.1
Maven 3.9.6

⚙️ Build the Image

Make sure you have the Dockerfile and the atlassian-plugin-sdk-8.2.8.tar.gz archive in the same directory, then run:

docker build -t atlassian-sdk-node .

⚙️ Run the Container

Start an interactive container:

docker run -it --rm -v "$PWD":/usr/src/app atlassian-sdk-node bash

About

Image containing Atlassian SDK and Node.js, for building plugins on BitBucket Pipelines or other CI services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors