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

16 lines
302 B
YAML

#version: '3'
services:
app:
image: "epicmorg/bitbucket:9.5.0"
build:
context: .
app-jdk17:
image: "epicmorg/bitbucket:9.5.0-jdk17"
build:
context: .
app-jdk21:
image: "epicmorg/bitbucket:9.5.0-jdk21"
build:
context: .
dockerfile: Dockerfile.jdk21