-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathcompose.yaml
74 lines (60 loc) · 1.73 KB
/
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
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
71
72
73
74
# SPDX-FileCopyrightText: 2022 Aleksandr Mezin <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
# This is not a real docker/podman-compose file.
# Anything except 'image's is ignored.
# However, you could use this file to run 'podman-compose pull'.
# Or 'tox -e images pull'.
services:
alpine-3.18:
image: ghcr.io/ddterm/gnome-shell-image/alpine-3.18:2025.02.16.0
profiles:
- legacy
alpine-3.19:
image: ghcr.io/ddterm/gnome-shell-image/alpine-3.19:2025.02.16.0
profiles:
- esm
alpine-3.20:
image: ghcr.io/ddterm/gnome-shell-image/alpine-3.20:2025.02.16.0
profiles:
- esm
alpine-3.21:
image: ghcr.io/ddterm/gnome-shell-image/alpine-3.21:2025.02.16.0
profiles:
- esm
fedora-40:
image: ghcr.io/ddterm/gnome-shell-image/fedora-40:2025.02.16.0
profiles:
- esm
fedora-41:
image: ghcr.io/ddterm/gnome-shell-image/fedora-41:2025.02.16.0
profiles:
- esm
archlinux:
image: ghcr.io/ddterm/gnome-shell-image/archlinux:2025.02.16.0
profiles:
- esm
opensuse-tumbleweed:
image: ghcr.io/ddterm/gnome-shell-image/opensuse-tumbleweed:2025.02.16.0
profiles:
- esm
debian-12:
image: ghcr.io/ddterm/gnome-shell-image/debian-12:2025.02.16.0
profiles:
- legacy
ubuntu-22.04:
image: ghcr.io/ddterm/gnome-shell-image/ubuntu-22.04:2025.02.16.0
profiles:
- legacy
ubuntu-24.04:
image: ghcr.io/ddterm/gnome-shell-image/ubuntu-24.04:2025.02.16.0
profiles:
- esm
ubuntu-24.10:
image: ghcr.io/ddterm/gnome-shell-image/ubuntu-24.10:2025.02.16.0
profiles:
- esm
opensuse-leap-15.6:
image: ghcr.io/ddterm/gnome-shell-image/opensuse-leap-15.6:2025.02.16.0
profiles:
- esm