-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompose.yaml
More file actions
46 lines (40 loc) · 1.11 KB
/
compose.yaml
File metadata and controls
46 lines (40 loc) · 1.11 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
# WARN: service order in this file is important as compose will build the files in the order listed.
# NOTE: if adding services, also add them to tasks/build-dev.
services:
base-22.04:
image: ghcr.io/level12/ubuntu-base:22.04
container_name: ubuntu-base-22.04
build:
context: base
dockerfile: Dockerfile
args:
UBUNTU_TAG: 22.04
base-24.04:
image: ghcr.io/level12/ubuntu-base:24.04
container_name: ubuntu-base-24.04
build:
context: base
dockerfile: Dockerfile
args:
UBUNTU_TAG: 24.04
mive-24-3.12:
image: ghcr.io/level12/ubuntu-mive:24-3.12
container_name: ubuntu-mive-24-3.12
build:
context: mive
dockerfile: Dockerfile
args:
UBUNTU_TAG: 24.04
PYTHON_VER: 3.12
mive-24-3.13:
image: ghcr.io/level12/ubuntu-mive:24-3.13
container_name: ubuntu-mive-24-3.13
build:
context: mive
dockerfile: Dockerfile
args:
UBUNTU_TAG: 24.04
PYTHON_VER: 3.13
version-checks:
image: ghcr.io/level12/ubuntu-mive:24-3.13
entrypoint: /usr/local/bin/mive-version-checks