https://github.com/toolsplus/atlassian-plugin-sdk
Atlassian Plugin SDK Dockefile
https://github.com/toolsplus/atlassian-plugin-sdk
Last synced: about 1 month ago
JSON representation
Atlassian Plugin SDK Dockefile
- Host: GitHub
- URL: https://github.com/toolsplus/atlassian-plugin-sdk
- Owner: toolsplus
- License: apache-2.0
- Created: 2018-12-10T11:29:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T05:44:52.000Z (over 3 years ago)
- Last Synced: 2025-01-24T16:28:38.397Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atlassian Plugin SDK Dockerfile
[](https://github.com/toolsplus/atlassian-plugin-sdk/actions/workflows/docker-build.yml)
This repository contains a **Dockerfile** for Atlassian Plugin SDK based on **openjdk:17-jdk-alpine**. This also includes the AWS CLI.
# Pull
```
docker pull ghcr.io/toolsplus/atlassian-plugin-sdk:latest
```
For more details refer to https://github.com/toolsplus/atlassian-plugin-sdk/pkgs/container/atlassian-plugin-sdk
# Release
To release a new image, simply create a new GitHub release with the name YYYYmmdd-n where n is the increasing number for any release made on the same day, e.g. 20220513-1, 20220513-2, 20220612-1, etc.
The GitHub release will trigger a workflow that builds and published a new Docker image to `ghcr.io/toolsplus/atlassian-plugin-sdk`.