STAM 229243e22a
2025 first commit
openssl update
atlassian images update
updated jdk and deps like maven gradle and kotlin
boringssl deprecation
12, 13, sid build fixes
added nodejs23
2025-01-09 17:49:09 +03:00

20 lines
409 B
YAML

#version: '3.9'
services:
app:
image: "epicmorg/jira:9.12.17"
build:
context: .
app-jdk8:
image: "epicmorg/jira:9.12.17-jdk8"
build:
context: .
app-jdk11:
image: "epicmorg/jira:9.12.17-jdk11"
build:
context: .
dockerfile: Dockerfile.jdk11
app-jdk17:
image: "epicmorg/jira:9.12.17-jdk17"
build:
context: .
dockerfile: Dockerfile.jdk17