forked from ddterm/gnome-shell-extension-ddterm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yaml
More file actions
51 lines (36 loc) · 1.46 KB
/
compose.yaml
File metadata and controls
51 lines (36 loc) · 1.46 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
# SPDX-FileCopyrightText: 2022 Aleksandr Mezin <mezin.alexander@gmail.com>
#
# 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.20:
image: ghcr.io/ddterm/gnome-shell-image/alpine-3.20:2026.04.26.0
alpine-3.21:
image: ghcr.io/ddterm/gnome-shell-image/alpine-3.21:2026.04.26.0
alpine-3.22:
image: ghcr.io/ddterm/gnome-shell-image/alpine-3.22:2026.04.26.0
alpine-3.23:
image: ghcr.io/ddterm/gnome-shell-image/alpine-3.23:2026.04.26.0
centos-10:
image: ghcr.io/ddterm/gnome-shell-image/centos-10:2026.04.26.0
fedora-42:
image: ghcr.io/ddterm/gnome-shell-image/fedora-42:2026.04.26.0
fedora-43:
image: ghcr.io/ddterm/gnome-shell-image/fedora-43:2026.04.26.0
fedora-44:
image: ghcr.io/ddterm/gnome-shell-image/fedora-44:2026.04.26.0
archlinux:
image: ghcr.io/ddterm/gnome-shell-image/archlinux:2026.04.26.0
opensuse-tumbleweed:
image: ghcr.io/ddterm/gnome-shell-image/opensuse-tumbleweed:2026.04.26.0
debian-13:
image: ghcr.io/ddterm/gnome-shell-image/debian-13:2026.04.26.0
ubuntu-24.04:
image: ghcr.io/ddterm/gnome-shell-image/ubuntu-24.04:2026.04.26.0
ubuntu-25.10:
image: ghcr.io/ddterm/gnome-shell-image/ubuntu-25.10:2026.04.26.0
ubuntu-26.04:
image: ghcr.io/ddterm/gnome-shell-image/ubuntu-26.04:2026.04.26.0