-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yml
70 lines (70 loc) · 2.1 KB
/
docker-compose.yml
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
69
70
version: '2.3'
services:
ubuntu-init-14.04:
image: ${DOCKER_REPO}/ubuntu-init:14.04${DOCKER_REV_TAG:-}
build:
context: ubuntu-init
cache_from:
- ${DOCKER_REPO}/ubuntu-init:14.04
dockerfile: Dockerfile-14.04
ubuntu-init-16.04:
image: ${DOCKER_REPO}/ubuntu-init:16.04${DOCKER_REV_TAG:-}
build:
context: ubuntu-init
cache_from:
- ${DOCKER_REPO}/ubuntu-init:16.04
args:
UBUNTU_VERSION: '16.04'
ubuntu-init-18.04:
image: ${DOCKER_REPO}/ubuntu-init:18.04${DOCKER_REV_TAG:-}
build:
context: ubuntu-init
cache_from:
- ${DOCKER_REPO}/ubuntu-init:18.04
args:
UBUNTU_VERSION: '18.04'
ubuntu-init-python-14.04:
image: ${DOCKER_REPO}/ubuntu-init-python:14.04${DOCKER_REV_TAG:-}
build:
context: ubuntu-init-python
cache_from:
- ${DOCKER_REPO}/ubuntu-init-python:14.04
dockerfile: Dockerfile-14.04
depends_on:
- ubuntu-init-14.04
ubuntu-init-python-16.04:
image: ${DOCKER_REPO}/ubuntu-init-python:16.04${DOCKER_REV_TAG:-}
build:
context: ubuntu-init-python
cache_from:
- ${DOCKER_REPO}/ubuntu-init-python:16.04
args:
UBUNTU_VERSION: '16.04'
depends_on:
- ubuntu-init-16.04
ubuntu-init-python-18.04:
image: ${DOCKER_REPO}/ubuntu-init-python:18.04${DOCKER_REV_TAG:-}
build:
context: ubuntu-init-python
cache_from:
- ${DOCKER_REPO}/ubuntu-init-python:18.04
args:
UBUNTU_VERSION: '18.04'
depends_on:
- ubuntu-init-18.04
ubuntu-init-python3-18.04:
image: ${DOCKER_REPO}/ubuntu-init-python3:18.04${DOCKER_REV_TAG:-}
build:
context: ubuntu-init-python3
cache_from:
- ${DOCKER_REPO}/ubuntu-init-python3:18.04
args:
UBUNTU_VERSION: '18.04'
depends_on:
- ubuntu-init-18.04
jdk11-datadog-agent:
image: ${DOCKER_REPO}/jdk11-datadog-agent:11.0.16-jre-slim-buster-datadog-agent${DOCKER_REV_TAG:-}
build:
context: jdk11-datadog-agent
cache_from:
- ${DOCKER_REPO}/jdk11-datadog-agent:11.0.16-jre-slim-buster-datadog-agent