-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
appdefs.yml
653 lines (646 loc) · 25.2 KB
/
appdefs.yml
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
---
#
# Definitions for MKVToolNix docker container.
#
# This file is used as data source to generate README.md and unRAID template files
# from Jinja2 templates.
#
app:
id: 5
name: mkvtoolnix
friendly_name: MKVToolNix
gui_type: x11
base_os: alpine
project:
description: |-
MKVToolNix is a set of tools to create, alter and inspect Matroska files.
url: https://mkvtoolnix.download
unraid:
support_url: https://forums.unraid.net/topic/58039-support-mkvtoolnix/
category: MediaApp:Video
documentation:
changelog:
- version: 24.12.2
date: 2024-12-29
changes:
- 'Updated MKVToolNix to version 89.0.'
- version: 24.12.1
date: 2024-12-07
changes:
- 'Updated MediaInfo to version 24.11.'
- 'Updated baseimage to version 4.6.7, which brings the following changes:'
- '2:Fixed web audio feature with URL path-based reverse proxy.'
- '2:Fixed TLS secure connection method for VNC that was preventing web access.'
- '2:Fixed CJK font installation.'
- '2:Rebuild against latest distro images to get security fixes.'
- version: 24.10.1
date: 2024-10-20
changes:
- 'Updated MKVToolNix to version 88.0.'
- version: 24.09.2
date: 2024-09-29
changes:
- 'Updated baseimage to version 4.6.4, which brings the following changes:'
- '2:Fixed web authentication feature with URL path-based reverse proxy.'
- '2:Rebuild against latest distro images to get security fixes.'
- version: 24.09.1
date: 2024-09-13
changes:
- 'Updated MKVToolNix to version 87.0.'
- version: 24.07.2
date: 2024-07-22
changes:
- 'Updated MKVToolNix to version 86.0.'
- version: 24.07.1
date: 2024-07-03
changes:
- 'Updated MediaInfo library to version 24.06.'
- 'Updated baseimage to version 4.6.3, which brings the following changes:'
- '2:Audio support through web browser.'
- '2:Web authentication support.'
- '2:Better support of GTK4 applications.'
- '2:Updated noVNC to version 1.5.0.'
- '2:Updated web UI components (Bootstrap, Font Awesome).'
- '2:When connecting, the control bar is now temporarily shown only once.'
- '2:During package mirror setup, make sure to keep permissions of copied files.'
- version: 24.06.1
date: 2024-06-09
changes:
- 'Updated MKVToolNix to version 85.0.'
- 'Updated MediaInfo to version 24.05.'
- version: 24.05.1
date: 2024-05-02
changes:
- 'Updated MKVToolNix to version 84.0.'
- 'Updated MediaInfo to version 24.04.'
- version: 24.04.1
date: 2024-04-02
changes:
- 'Updated MKVToolNix to version 83.0'
- 'Updated MediaInfo to version 24.03.'
- version: 24.02.1
date: 2024-02-01
changes:
- 'Updated MKVToolNix to version 82.0.'
- 'Updated MediaInfo to version 24.01.'
- 'Updated baseimage to version 4.5.3, which brings the following changes:'
- '2:Disabled fullscreen support when page is loaded into an iFrame.'
- '2:Rebuilt against latest distro images to get security fixes.'
- version: 23.12.1
date: 2023-12-09
changes:
- 'Updated MKVToolNix to version 81.0.'
- version: 23.11.3
date: 2023-11-19
changes:
- 'Updated baseimage to version 4.5.2, which brings the following changes:'
- '2:Fixed issue that would cause the helper that takes ownership of a directory to fail when using a very high user or group ID.'
- version: 23.11.2
date: 2023-11-10
changes:
- 'Updated baseimage to version 4.5.1, which brings the following changes:'
- '2:Mirror for packages installation can be set via the `PACKAGES_MIRROR` environment variable.'
- '2:Improved the way the `take-ownership` script is working.'
- '2:Readiness and minimum running time checks should not be done for a service defined with an interval.'
- '2:Raise an error when a synched service fails to start.'
- '2:Minimum running time check of a service was using an incorrect way to verify if process is still alive.'
- '2:Fixed installation of CJK font.'
- version: 23.11.1
date: 2023-11-02
changes:
- 'Updated MKVToolNix to version 80.0.'
- version: 23.08.1
date: 2023-08-20
changes:
- 'Updated MKVToolNix to version 79.0.'
- 'Updated MediaInfo to version 23.07.'
- version: 23.07.1
date: 2023-07-06
changes:
- 'Updated MKVToolNix to version 78.0.'
- 'Updated MediaInfo to version 23.06.'
- version: 23.06.1
date: 2023-06-06
changes:
- 'Updated MKVToolNix to version 77.0.'
- 'Updated baseimage to version 4.4.2, which brings the following changes:'
- '2:Rebuilt against latest distro images to get security fixes.'
- '2:Updated X server to version 1.20.14.'
- version: 23.05.1
date: 2023-05-02
changes:
- 'Updated MKVToolNix to version 76.0.'
- version: 23.04.1
date: 2023-04-30
changes:
- 'Updated MediaInfo to version 23.04.'
- 'Updated baseimage to version 4.4.1, which brings the following changes:'
- '2:Updated TigerVNC to version 1.13.1.'
- version: 23.03.2
date: 2023-03-26
changes:
- 'Updated MKVToolNix to version 75.0.0.'
- version: 23.03.1
date: 2023-03-05
changes:
- 'Added workaround for MKVToolNix that might not start on Synology.'
- 'Updated baseimage to version 4.4.0, which brings the following changes:'
- '2:Updated components providing access to application''s UI over web.'
- '2:Improved web UI usage with touch devices.'
- '2:Fixed issue with initialization of Linux users and groups when the `GROUP_ID` is also part of `SUP_GROUP_IDS`.'
- version: 23.02.5
date: 2023-02-14
changes:
- 'Restored proper handling of filenames with non-ASCII characters.'
- 'Updated baseimage to version 4.3.6, which brings the following changes:'
- '2:Limit the maximum number of opened files on system having a very large, unlimited value. This prevents unnecessary waste of CPU resources and time for applications trying to close all possible file descriptors.'
- version: 23.02.4
date: 2023-02-13
changes:
- 'Fixed MKVToolNix not starting correctly.'
- version: 23.02.3
date: 2023-02-13
changes:
- 'Updated MKVToolNix to version 74.0.0.'
- version: 23.02.2
date: 2023-02-08
changes:
- 'Updated baseimage to version 4.3.4, which brings the following changes:'
- '2:Fixed error message from openbox about missing Fontconfig cache directory.'
- 'Do not use the OCI Docker image format yet to keep better compatibility (e.g with older docker clients).'
- version: 23.02.1
date: 2023-02-04
changes:
- 'Updated baseimage to version 4.3.3, which brings robustness related enhancements.'
- version: 23.01.1
date: 2023-01-04
changes:
- 'Updated MKVToolNix to version 73.0.0.'
- 'Updated MediaInfo to version 22.12.'
- 'Update of the baseimage to version 4.3.1 brings the following changes:'
- '2:Control menu can be moved to the right side of the screen.'
- '2:Automatic focus of the clipboard text box when opening the control menu.'
- '2:Automatic close of the control menu when clicking into the application.'
- '2:Rotation of the internal web server log files.'
- version: 22.11.1
date: 2022-11-14
changes:
- 'Updated MKVToolNix to version 72.0.0.'
- version: 22.10.2
date: 2022-10-24
changes:
- 'Update of the baseimage to version 4.1.1 brings the following changes:'
- '2:Collapse the setting section of the control panel by default on touch devices to accommodate the size taken by the on-screen keyboard.'
- '2:Include the Docker image platform in informational box printed during container startup.'
- '2:A umask value of `0000` was not properly applied.'
- '2:Fixed issue where the window manager configuration may fail to load.'
- version: 22.10.1
date: 2022-10-16
changes:
- 'Versioning scheme of the Docker image changed to `YY.MM.SEQUENCE`.'
- 'Update of the baseimage to version 4.0.4 brings the following new features:'
- '2:Multi-arch image support.'
- '2:Support for dark mode.'
- '2:Support for remote window resize.'
- '2:Update to the web UI, with a new, simplified and less intrusive look.'
- version: 1.66.0
date: 2022-10-09
changes:
- 'Updated MKVToolNix to version 71.1.0.'
- 'Updated MediaInfo to version 22.09.'
- version: 1.65.0
date: 2022-08-16
changes:
- 'Updated MKVToolNix to version 70.0.0.'
- version: 1.64.0
date: 2022-07-11
changes:
- 'Updated MKVToolNix to version 69.0.0.'
- 'Updated MediaInfo to version 22.06.'
- version: 1.63.0
date: 2022-05-23
changes:
- 'Updated MKVToolNix to version 68.0.0.'
- version: 1.62.0
date: 2022-04-12
changes:
- 'Updated MKVToolNix to version 67.0.0.'
- 'Updated MediaInfo to version 22.03.'
- version: 1.61.0
date: 2022-03-14
changes:
- 'Updated MKVToolNix to version 66.0.0.'
- version: 1.60.0
date: 2022-02-07
changes:
- 'Updated MKVToolNix to version 65.0.0.'
- version: 1.59.0
date: 2021-12-30
changes:
- 'Updated MKVToolNix to version 64.0.0.'
- 'Now using baseimage version 3.5.8, based on Alpine 3.15, which brings the following change:'
- '2:Updated installed packages to get latest security fixes.'
- version: 1.58.0
date: 2021-11-23
changes:
- 'Updated MKVToolNix to version 63.0.0.'
- version: 1.57.0
date: 2021-10-13
changes:
- 'Updated MKVToolNix to version 62.0.0.'
- 'Updated MediaInfo to version 29.09.'
- version: 1.56.0
date: 2021-08-30
changes:
- 'Updated MKVToolNix to version 61.0.0.'
- version: 1.55.0
date: 2021-08-08
changes:
- 'Updated MKVToolNix to version 60.0.0.'
- version: 1.54.0
date: 2021-07-13
changes:
- 'Updated MKVToolNix to version 59.0.0.'
- version: 1.53.0
date: 2021-06-16
changes:
- 'Updated MKVToolNix to version 58.0.0.'
- version: 1.52.0
date: 2021-05-25
changes:
- 'Updated MKVToolNix to version 57.0.0.'
- version: 1.51.1
date: 2021-04-13
changes:
- 'Now using baseimage version 3.5.7, which brings the following change:'
- '2:Updated installed packages to get latest security fixes.'
- version: 1.51.0
date: 2021-04-12
changes:
- 'Updated MKVToolNix to version 56.1.0.'
- version: 1.50.0
date: 2021-04-07
changes:
- 'Updated MKVToolNix to version 56.0.0.'
- 'Updated MediaInfo to version 21.03.'
- version: 1.49.0
date: 2021-03-13
changes:
- 'Updated MKVToolNix to version 55.0.0.'
- version: 1.48.0
date: 2021-03-05
changes:
- 'Updated MKVToolNix to version 54.0.0.'
- version: 1.47.0
date: 2021-02-03
changes:
- 'Updated MKVToolNix to version 53.0.0.'
- version: 1.46.0
date: 2021-01-05
changes:
- 'Updated MKVToolNix to version 52.0.0.'
- 'Updated MediaInfo to version 20.09.'
- version: 1.45.0
date: 2020-10-04
changes:
- 'Upgraded MKVToolNix to version 51.0.0.'
- version: 1.44.0
date: 2020-09-08
changes:
- 'Upgraded MKVToolNix to version 50.0.0.'
- 'Upgraded MediaInfo to version 20.08.'
- 'Fixed an issue where setting the interface language would not work.'
- version: 1.43.0
date: 2020-08-05
changes:
- 'Upgraded MKVToolNix to version 49.0.0.'
- 'Now using baseimage version 3.5.6, which brings the following changes:'
- '2:Other small adjustments for the YAD log monitor target.'
- version: 1.42.0
date: 2020-07-19
changes:
- 'Upgraded MKVToolNix to version 48.0.0.'
- 'Now using baseimage v3.5.5, based on Alpine 3.12, which brings the following changes:'
- '2:Upgraded glibc to version 2.31 on Alpine Linux images with glibc integrated.'
- '2:Updated installed packages to get latest security fixes.'
- '2:Adjusted the log monitor target for recent versions of YAD.'
- version: 1.41.0
date: 2020-06-22
changes:
- 'Upgraded MKVToolNix to version 47.0.0.'
- version: 1.40.0
date: 2020-05-04
changes:
- 'Upgraded MKVToolNix to version 46.0.0.'
- version: 1.39.0
date: 2020-04-05
changes:
- 'Upgraded MKVToolNix to version 45.0.0.'
- 'Upgraded MediaInfo to version 20.03.'
- version: 1.38.0
date: 2020-03-08
changes:
- 'Upgraded MKVToolNix to version 43.0.0.'
- version: 1.37.0
date: 2020-02-11
changes:
- 'Upgraded MKVToolNix to version 43.0.0.'
- version: 1.36.0
date: 2020-01-07
changes:
- 'Upgraded MKVToolNix to version 42.0.0.'
- 'Now using baseimage v3.5.3, which brings the following changes:'
- '2:Updated installed packages to get latest security fixes.'
- '2:Make sure the tzdata is installed.'
- version: 1.35.0
date: 2019-12-07
changes:
- 'Upgraded MKVToolNix to version 41.0.0.'
- version: 1.34.0
date: 2019-11-09
changes:
- 'Upgraded MKVToolNix to version 40.0.0.'
- version: 1.33.0
date: 2019-11-05
changes:
- 'Upgraded MKVToolNix to version 39.0.0.'
- version: 1.32.0
date: 2019-10-06
changes:
- 'Upgraded MKVToolNix to version 38.0.0.'
- version: 1.31.0
date: 2019-08-26
changes:
- 'Upgraded MKVToolNix to version 37.0.0.'
- version: 1.30.0
date: 2019-08-13
changes:
- 'Upgraded MKVToolNix to version 36.0.0.'
- 'Upgraded MediaInfo to version 19.07.'
- version: 1.29.0
date: 2019-06-22
changes:
- 'Upgraded MKVToolNix to version 35.0.0.'
- version: 1.28.0
date: 2019-05-28
changes:
- 'Upgraded MKVToolNix to version 34.0.0.'
- version: 1.27.0
date: 2019-04-26
changes:
- 'Upgraded MediaInfo to version 19.04.'
- 'Now using baseimage v3.5.2, which brings the following changes:'
- '2:Updated installed packages to get latest security fixes.'
- '2:Fixed issue where the container could have a zombie process.'
- '2:Fixed issue where the password would not be submitted when pressing the enter key in the password modal.'
- '2:Use relative path for favicon ressources to be more friendly with reverse proxy senarios.'
- version: 1.26.0
date: 2019-04-18
changes:
- 'Upgraded MKVToolNix to version 33.1.0.'
- version: 1.25.0
date: 2019-03-13
changes:
- 'Upgraded MKVToolNix to version 32.0.0.'
- 'Use baseimage based on Alpine Linux 3.9.'
- version: 1.24.0
date: 2019-02-12
changes:
- 'Upgraded MKVToolNix to version 31.0.0.'
- 'Upgraded MediaInfo to version 18.12.'
- version: 1.23.0
date: 2019-01-07
changes:
- 'Upgraded MKVToolNix to version 30.1.0.'
- 'Fixed issue where special characters would not display correctly in open file dialog box.'
- version: 1.22.0
date: 2018-12-03
changes:
- 'Upgraded MKVToolNix to version 29.0.0.'
- version: 1.21.0
date: 2018-10-26
changes:
- 'Upgraded MKVToolNix to version 28.2.0.'
- 'Added MediaInfo, which can be invoked from MKVToolNix context menu.'
- version: 1.20.1
date: 2018-09-19
changes:
- 'Now using baseimage v3.5.1, which brings the following changes:'
- '2:Updated installed packages to get latest security fixes.'
- version: 1.20.0
date: 2018-08-27
changes:
- 'Upgraded MKVToolNix to version 26.0.0.'
- version: 1.19.0
date: 2018-07-12
changes:
- 'Now using baseimage v3.4.0, which is based on Alpine Linux 3.8.'
- 'Upgraded MKVToolNix to version 25.0.0.'
- version: 1.18.0
date: 2018-06-11
changes:
- 'Upgraded MKVToolNix to version 24.0.0.'
- 'Now using baseimage v3.3.6, which brings the following changes (since last used version):'
- '2:Upgraded s6-overlay to version 1.21.4.0.'
- '2:Wait for a limited time when terminating a service.'
- '2:Set and create the XDG_RUNTIME_DIR directory.'
- version: 1.17.0
date: 2018-05-02
changes:
- 'Upgraded MKVToolNix to version 23.0.0.'
- version: 1.16.0
date: 2018-04-03
changes:
- 'Upgraded MKVToolNix to version 22.0.0.'
- 'Switched to a baseimage based on Alpine Linux 3.7.'
- version: 1.15.1
date: 2018-03-02
changes:
- 'Now using baseimage v3.3.4, which brings the following changes (since last used version):'
- '2:Make sure the log monitor is started after the X server.'
- '2:Fixed an issue where the log monitor `yad` target would use XDG folders of the application.'
- '2:Fixed issue where log monitor states were not cleared during container startup.'
- version: 1.15.0
date: 2018-02-24
changes:
- 'Upgraded MKVToolNix to version 21.0.0.'
- version: 1.14.2
date: 2018-02-03
changes:
- 'Now using baseimage v3.3.2, which brings the following changes:'
- '2:Restored timezone support in Alpine Linux images with glibc.'
- '2:Fixed issue in `add-pkg` helper where a package could be incorrectly detected as installed.'
- version: 1.14.1
date: 2018-01-30
changes:
- 'Now using baseimage v3.3.1, which brings the following changes:'
- '2:Adjusted the way some ressources are accessed to better support reverse proxy to the container.'
- version: 1.14.0
date: 2018-01-22
changes:
- 'Now using baseimage v3.3.0, which brings the following changes (since last used version):'
- '2:For Alpine Linux images with glibc, automatically update dynamic linker''s cache after new libraries are installed.'
- '2:Fixed the LANG environment variable not being set properly.'
- '2:Added the ability to automatically install a CJK (Chinese/Japanese/Korean) font.'
- version: 1.13.0
date: 2018-01-15
changes:
- 'Upgraded MKVToolNix to version 20.0.0.'
- version: 1.12.1
date: 2018-01-11
changes:
- 'Now using baseimage v3.2.2, which brings the following changes (since last used version):'
- '2:Upgraded S6 overlay to version 1.21.2.2.'
- '2:Upgraded glibc to version 2.26 (Alpine Linux glibc images).'
- '2:Adjusted the way ownership of /config is taken to better support cases where the folder is mapped to a network share.'
- 'Small adjustment to the way ownership of files are taken.'
- version: 1.12.0
date: 2017-12-17
changes:
- 'Upgraded MKVToolNix to version 19.0.0.'
- version: 1.11.2
date: 2017-12-12
changes:
- 'Now using baseimage v3.1.4, which brings the following changes:'
- '2:Set 2 worker processes for nginx.'
- version: 1.11.1
date: 2017-11-20
changes:
- 'Now using baseimage v3.1.3, which brings the following changes:'
- '2:Upgraded S6 overlay to version 1.21.2.1.'
- version: 1.11.0
date: 2017-11-19
changes:
- 'Upgraded MKVToolNix to version 18.0.0.'
- version: 1.10.1
date: 2017-11-07
changes:
- 'Now using baseimage v3.1.2, which brings the following changes (from last used version):'
- '2:Fixed an issue where a self-disabled service could be restarted.'
- '2:Upgraded S6 overlay to version 1.21.2.0.'
- '2:Use a more efficient way to monitor status files.'
- version: 1.10.0
date: 2017-10-29
changes:
- 'Now using baseimage v3.1.0, which brings the following changes:'
- '2:Upgraded S6 overlay to version 1.21.1.1.'
- '2:Enhanced integration of service dependencies functionality.'
- '2:Added a simple log monitor.'
- '2:Fixed race condition where container''s exit code would not be the expected one.'
- '2:Fixed issue where application''s GUI fails to displayed when accessing it through the web interface via standard ports 80/443.'
- version: 1.9.0
date: 2017-10-17
changes:
- 'Upgraded MKVToolNix to version 17.0.0.'
- version: 1.8.2
date: 2017-10-09
changes:
- 'Now using baseimage v3.0.2, which brings the following changes:'
- '2:Fixed issue where nginx config change was not applied correctly on systems without IPV6 support and secure connection disabled.'
- version: 1.8.1
date: 2017-10-08
changes:
- 'Now using baseimage v3.0.1, which brings the following changes:'
- '2:Fixed nginx config for systems without IPV6 support.'
- version: 1.8.0
date: 2017-10-07
changes:
- 'Now using baseimage v3.0.0, which brings the following changes:'
- '2:Better support for service dependencies.'
- '2:Added support for secure access to the application''s GUI.'
- version: 1.7.0
date: 2017-10-01
changes:
- 'Upgraded MKVToolNix to version 16.0.0.'
- version: 1.6.0
date: 2017-09-21
changes:
- 'Added support for interface language.'
- 'Now using baseimage v2.0.9, which brings the following changes:'
- '2:Restore default `/etc/shadow` during container startup.'
- version: 1.5.1
date: 2017-09-08
changes:
- 'Now using baseimage v2.0.8, which brings the following changes (from last used version):'
- '2:Fixed timezone support on alpine-glibc images.'
- '2:Fixed duplicated entries in /etc/passwd and /etc/group that were created after a restart of the container.'
- version: 1.5.0
date: 2017-08-21
changes:
- 'Upgraded MKVToolNix to version 15.0.0.'
- version: 1.4.3
date: 2017-08-14
changes:
- 'Now using baseimage v2.0.6, which brings the following changes:'
- '2:Upgraded S6 overlay to version 1.20.0.0.'
- version: 1.4.2
date: 2017-07-31
changes:
- 'Now using baseimage v2.0.5, which brings the following changes (from last used version):'
- '2:Clear the environment of the container during startup.'
- '2:Clear the /tmp folder during startup.'
- '2:Cleanly terminate the X server when container is restarted/stopped.'
- '2:Improved robustness of X server starting process.'
- '2:Removed unneeded files from the image.'
- version: 1.4.1
date: 2017-07-27
changes:
- 'Now using baseimage v2.0.3, which brings the following changes:'
- '2:Improved robustness of the X server starting process.'
- version: 1.4.0
date: 2017-07-23
changes:
- 'Upgraded MKVToolNix to version 14.0.0.'
- 'Now using baseimage v2.0.2, which brings the following changes:'
- '2:Proper VNC port is exposed.'
- version: 1.3.1
date: 2017-07-18
changes:
- 'Now using baseimage v2.0.1, which brings the following changes:'
- '2:Internal enhancements.'
- '2:Clean temporary files left by npm.'
- version: 1.3.0
date: 2017-07-17
changes:
- 'Now using baseimage v2.0.0, which brings the following changes:'
- '2:Various internal enhancements.'
- '2:Fixed the way a service waits for another one.'
- version: 1.2.0
date: 2017-07-04
changes:
- 'Now using baseimage v1.5.0, which brings the following changes:'
- '2:Added the UMASK environment variable to control how file permissions are set for newly created files.'
- '2:Added the X11VNC_EXTRA_OPTS environment variable used to pass additional arguments to the x11vnc server.'
- '2:By default, activate auto-scaling of application''s window.'
- '2:Applied latest Alpine Linux security updates.'
- version: 1.1.0
date: 2017-06-25
changes:
- 'Display MKVToolNix version during startup.'
- 'Updated MKVToolNix to version 13.0.0.'
- version: 1.0.2
date: 2017-06-22
changes:
- 'Now using baseimage v1.4.3, which brings the following changes:'
- '2:Updated Alpine Linux to version 3.6.2.'
- version: 1.0.1
date: 2017-06-21
changes:
- 'Now using baseimage v1.4.2, which brings the following changes (from last used version):'
- '2:Associate the application''s icon to a unique version to avoid browser cache issues.'
- '2:Fixed prefix of some service related messages.'
- '2:Added support for supplying supplementary groups of the application.'
- version: 1.0.0
date: 2017-06-13
changes:
- 'Initial release.'
container:
storage_permissions: rw
# Environment variables.
environment_variables: []
# Volumes
volumes: []
# Network ports
ports: []
# Devices
devices: []