-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcompose.yaml
More file actions
68 lines (62 loc) · 2.24 KB
/
compose.yaml
File metadata and controls
68 lines (62 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
################################################################
# #
# WARNING: THIS FILE IS AUTO-GENERATED. DO NOT EDIT MANUALLY #
# #
################################################################
name: open-integration-engine
services:
ubuntu-jre:
image: openintegrationengine/engine
build:
dockerfile: dockerfiles/4.5.2-tp.1/Dockerfile
target: ubuntu-jre
context: ../../
platforms:
- linux/amd64
# - linux/arm64
tags:
- openintegrationengine/engine:4.5.2-tp.1-ubuntu
- openintegrationengine/engine:4.5.2-tp.1-ubuntu-jre
- openintegrationengine/engine:latest-ubuntu-jre
- openintegrationengine/engine:latest-ubuntu
ubuntu-jdk:
image: openintegrationengine/engine
build:
dockerfile: dockerfiles/4.5.2-tp.1/Dockerfile
target: ubuntu-jdk
context: ../../
platforms:
- linux/amd64
# - linux/arm64
tags:
- openintegrationengine/engine:4.5.2-tp.1-ubuntu
- openintegrationengine/engine:4.5.2-tp.1-ubuntu-jdk
- openintegrationengine/engine:latest-ubuntu-jdk
alpine-jre:
image: openintegrationengine/engine
build:
dockerfile: dockerfiles/4.5.2-tp.1/Dockerfile
target: alpine-jre
context: ../../
platforms:
- linux/amd64
# - linux/arm64
tags:
- openintegrationengine/engine:4.5.2-tp.1-alpine
- openintegrationengine/engine:4.5.2-tp.1-alpine-jre
- openintegrationengine/engine:latest-alpine-jre
- openintegrationengine/engine:latest-alpine
- openintegrationengine/engine:latest
alpine-jdk:
image: openintegrationengine/engine
build:
dockerfile: dockerfiles/4.5.2-tp.1/Dockerfile
target: alpine-jdk
context: ../../
platforms:
- linux/amd64
# - linux/arm64
tags:
- openintegrationengine/engine:4.5.2-tp.1-alpine
- openintegrationengine/engine:4.5.2-tp.1-alpine-jdk
- openintegrationengine/engine:latest-alpine-jdk