-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathimage-registry.yml
More file actions
171 lines (162 loc) · 4.98 KB
/
Copy pathimage-registry.yml
File metadata and controls
171 lines (162 loc) · 4.98 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
images:
- name: capy-ubuntu-24.04-base
docker_tag: capy-ubuntu-24.04-base:latest
file: images/capy/dist/capy-ubuntu-24.04-base.tar
os: ubuntu:24.04
architecture: x86_64
compilers: []
variants: [base]
packages: [build-essential, cmake]
boost_preinstalled: true
boost_path: /opt/boost-source
b2_preinstalled: true
ccache_enabled: true
created: 2026-02-10T00:00:00Z
usage_count: 0
last_used: null
size_mb: null
- name: capy-ubuntu-25.04-base
docker_tag: capy-ubuntu-25.04-base:latest
file: images/capy/dist/capy-ubuntu-25.04-base.tar
os: ubuntu:25.04
architecture: x86_64
compilers: []
variants: [base]
packages: [build-essential, cmake]
boost_preinstalled: true
boost_path: /opt/boost-source
b2_preinstalled: true
ccache_enabled: true
created: 2026-02-10T00:00:00Z
usage_count: 0
last_used: null
size_mb: null
- name: capy-ubuntu-22.04-gcc12
docker_tag: capy-ubuntu-22.04-gcc12:latest
file: images/capy/dist/capy-ubuntu-22.04-gcc12.tar
os: ubuntu:22.04
architecture: x86_64
compilers: [gcc-12]
variants: [standard]
packages: [gcc-12, g++-12, build-essential, libssl-dev, zlib1g-dev, cmake]
boost_preinstalled: true
boost_path: /opt/boost-source
b2_preinstalled: true
ccache_enabled: true
created: 2026-02-10T00:00:00Z
usage_count: 0
last_used: null
size_mb: null
- name: capy-ubuntu-24.04-gcc13-cov
docker_tag: capy-ubuntu-24.04-gcc13-cov:latest
file: images/capy/dist/capy-ubuntu-24.04-gcc13-cov.tar
os: ubuntu:24.04
architecture: x86_64
compilers: [gcc-13]
variants: [coverage]
tools: [lcov]
packages: [gcc-13, g++-13, build-essential, lcov, wget, unzip, cmake]
boost_preinstalled: true
boost_path: /opt/boost-source
b2_preinstalled: true
ccache_enabled: true
created: 2026-02-10T00:00:00Z
usage_count: 0
last_used: null
size_mb: null
- name: capy-ubuntu-24.04-clang17
docker_tag: capy-ubuntu-24.04-clang17:latest
file: images/capy/dist/capy-ubuntu-24.04-clang17.tar
os: ubuntu:24.04
architecture: x86_64
compilers: [clang-17]
variants: [standard]
packages: [clang-17, build-essential, libssl-dev, cmake]
boost_preinstalled: true
boost_path: /opt/boost-source
b2_preinstalled: true
ccache_enabled: true
created: 2026-02-10T00:00:00Z
usage_count: 0
last_used: null
size_mb: null
- name: capy-ubuntu-24.04-clang20
docker_tag: capy-ubuntu-24.04-clang20:latest
file: images/capy/dist/capy-ubuntu-24.04-clang20.tar
os: ubuntu:24.04
architecture: x86_64
compilers: [clang-20]
variants: [standard]
packages: [clang-20, build-essential, libssl-dev, cmake]
boost_preinstalled: true
boost_path: /opt/boost-source
b2_preinstalled: true
ccache_enabled: true
created: 2026-02-10T00:00:00Z
usage_count: 0
last_used: null
size_mb: null
- name: capy-ubuntu-24.04-clang20-asan
docker_tag: capy-ubuntu-24.04-clang20-asan:latest
file: images/capy/dist/capy-ubuntu-24.04-clang20-asan.tar
os: ubuntu:24.04
architecture: x86_64
compilers: [clang-20]
variants: [asan, ubsan]
packages: [clang-20, build-essential, libssl-dev, cmake]
boost_preinstalled: true
boost_path: /opt/boost-source
b2_preinstalled: true
ccache_enabled: true
created: 2026-02-10T00:00:00Z
usage_count: 0
last_used: null
size_mb: null
- name: capy-ubuntu-24.04-clang20-x86
docker_tag: capy-ubuntu-24.04-clang20-x86:latest
file: images/capy/dist/capy-ubuntu-24.04-clang20-x86.tar
os: ubuntu:24.04
architecture: x86
compilers: [clang-20]
variants: [x86]
packages: [clang-20, build-essential, gcc-multilib, g++-multilib, cmake]
boost_preinstalled: true
boost_path: /opt/boost-source
b2_preinstalled: true
ccache_enabled: true
created: 2026-02-10T00:00:00Z
usage_count: 0
last_used: null
size_mb: null
- name: capy-ubuntu-25.04-gcc15
docker_tag: capy-ubuntu-25.04-gcc15:latest
file: images/capy/dist/capy-ubuntu-25.04-gcc15.tar
os: ubuntu:25.04
architecture: x86_64
compilers: [gcc-15]
variants: [standard]
packages: [gcc-15, g++-15, build-essential, libssl-dev, zlib1g-dev, cmake]
boost_preinstalled: true
boost_path: /opt/boost-source
b2_preinstalled: true
ccache_enabled: true
created: 2026-02-10T00:00:00Z
usage_count: 0
last_used: null
size_mb: null
- name: capy-ubuntu-25.04-gcc15-asan
docker_tag: capy-ubuntu-25.04-gcc15-asan:latest
file: images/capy/dist/capy-ubuntu-25.04-gcc15-asan.tar
os: ubuntu:25.04
architecture: x86_64
compilers: [gcc-15]
variants: [asan, ubsan]
packages: [gcc-15, g++-15, build-essential, libssl-dev, zlib1g-dev, cmake]
boost_preinstalled: true
boost_path: /opt/boost-source
b2_preinstalled: true
ccache_enabled: true
created: 2026-02-10T00:00:00Z
usage_count: 0
last_used: null
size_mb: null