-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompose.yaml
46 lines (41 loc) · 921 Bytes
/
compose.yaml
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
version: "3.7"
services:
# Ubuntu
noble:
build:
context: .
dockerfile: ubuntu/noble.dockerfile
image: incebellipipo/dockerfile:noble
jammy:
build:
context: .
dockerfile: ubuntu/jammy.dockerfile
image: incebellipipo/dockerfile:jammy
focal:
build:
context: .
dockerfile: ubuntu/focal.dockerfile
image: incebellipipo/dockerfile:focal
# Debian
bookworm:
build:
context: .
dockerfile: debian/bookworm.dockerfile
image: incebellipipo/dockerfile:bookworm
# ROS
humble:
build:
context: .
dockerfile: ros/humble.dockerfile
image: incebellipipo/dockerfile:humble
# ROS
noetic:
build:
context: .
dockerfile: ros/noetic.dockerfile
image: incebellipipo/dockerfile:noetic
jazzy:
build:
context: .
dockerfile: ros/jazzy.dockerfile
image: incebellipipo/dockerfile:jazzy