Skip to content

Commit 52dcee4

Browse files
committed
doc(README): update supported tags [skip ci]
1 parent 8b3275d commit 52dcee4

File tree

3 files changed

+65
-32
lines changed

3 files changed

+65
-32
lines changed

.github/workflows/docker-publish-latest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
# - # j [ ] teTeX scheme (more than medium, but nowhere near full)
6060
# - # k [ ] custom selection of collections
6161
variant:
62-
# - focal # 20.04 LTS
6362
- jammy # 22.04 LTS
6463
- noble # 24.04 LTS
6564
name: Build TeXLive [${{ matrix.scheme }}-${{ matrix.variant }}]

.github/workflows/docker-publish-manual.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ on:
1313
required: false
1414
default: latest
1515
input_variant:
16-
description: "Ubuntu version (noble:24.04 LTS, jammy:22.04 LTS, focal:20.04 LTS) (use jammy on local arm64/Apple Silicon)"
16+
description: "Ubuntu version (noble:24.04 LTS, jammy:22.04 LTS) (use jammy on local arm64/Apple Silicon)"
1717
type: choice
1818
options:
1919
- noble
2020
- jammy
21-
- focal
2221
input_variant_default:
2322
description: "Use this Ubuntu version as the default for the TeXLive year version"
2423
type: boolean

README.md

Lines changed: 64 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,69 @@ docker pull ghcr.io/rnicrosoft-studio/latex:<TAG>
99
# Supported tags
1010
`<YEAR>-<SCHEME>-<VARIANT>`
1111

12-
| | Default |
13-
| -- | -- |
14-
| `<YEAR>` | latest / 2024 |
15-
| `<SCHEME>` | full |
16-
| `<VARIANT>` | jammy |
12+
| | Default | Options |
13+
| -- | -- | -- |
14+
| `<YEAR>` | latest / 2024 | latest, 2024, 2023 |
15+
| `<SCHEME>` | full | full, medium, small, basic, minimal, infraonly |
16+
| `<VARIANT>` | jammy | noble, jammy |
1717

1818

19-
* `noble` `jammy`
20-
* `latest` `latest-noble` `latest-jammy`
21-
* `2024` `2024-noble` `2024-jammy`
22-
* `full` `full-noble` `full-jammy`
23-
* `latest-full` `latest-full-noble` `latest-full-jammy`
24-
* `2024-full` `2024-full-noble` `2024-full-jammy`
25-
* `medium` `medium-noble` `medium-jammy`
26-
* `latest-medium` `latest-medium-noble` `latest-medium-jammy`
27-
* `2024-medium` `2024-medium-noble` `2024-medium-jammy`
28-
* `small` `small-noble` `small-jammy`
29-
* `latest-small` `latest-small-noble` `latest-small-jammy`
30-
* `2024-small` `2024-small-noble` `2024-small-jammy`
31-
* `basic` `basic-noble` `basic-jammy`
32-
* `latest-basic` `latest-basic-noble` `latest-basic-jammy`
33-
* `2024-basic` `2024-basic-noble` `2024-basic-jammy`
34-
* `minimal` `minimal-noble` `minimal-jammy`
35-
* `latest-minimal` `latest-minimal-noble` `latest-minimal-jammy`
36-
* `2024-minimal` `2024-minimal-noble` `2024-minimal-jammy`
37-
* `infraonly` `infraonly-noble` `infraonly-jammy`
38-
* `latest-infraonly` `latest-infraonly-noble` `latest-infraonly-jammy`
39-
* `2024-infraonly` `2024-infraonly-noble` `2024-infraonly-jammy`
19+
* 2024
20+
* 2024-noble
21+
* `2024-full-noble`
22+
* `latest-noble` `latest-full-noble`
23+
* `2024` `noble`
24+
* `2024-noble` `full-noble`
25+
* `2024-medium-noble`
26+
* `latest-medium-noble`
27+
* `medium-noble`
28+
* `2024-small-noble`
29+
* `latest-small-noble`
30+
* `small-noble`
31+
* `2024-basic-noble`
32+
* `latest-basic-noble`
33+
* `basic-noble`
34+
* `2024-minimal-noble`
35+
* `latest-minimal-noble`
36+
* `minimal-noble`
37+
* `2024-infraonly-noble`
38+
* `latest-infraonly-noble`
39+
* `infraonly-noble`
40+
* 2024-jammy
41+
* `2024-full-jammy`
42+
* `latest` `latest-full` `latest-jammy` `latest-full-jammy`
43+
* `2024` `full` `jammy`
44+
* `2024-full` `2024-jammy` `full-jammy`
45+
* `2024-medium-jammy`
46+
* `latest-medium` `latest-medium-jammy`
47+
* `2024-medium` `medium-jammy`
48+
* `2024-small-jammy`
49+
* `latest-small` `latest-small-jammy`
50+
* `2024-small` `small-jammy`
51+
* `2024-basic-jammy`
52+
* `latest-basic` `latest-basic-jammy`
53+
* `2024-basic` `basic-jammy`
54+
* `2024-minimal-jammy`
55+
* `latest-minimal` `latest-minimal-jammy`
56+
* `2024-minimal` `minimal-jammy`
57+
* `2024-infraonly-jammy`
58+
* `latest-infraonly` `latest-infraonly-jammy`
59+
* `2024-infraonly` `infraonly-jammy`
60+
* 2023
61+
* 2023-jammy
62+
* `2023-full-jammy`
63+
* `2023`
64+
* `2023-full` `2023-jammy`
65+
* `2023-medium-jammy`
66+
* `2023-medium`
67+
* `2023-small-jammy`
68+
* `2023-small`
69+
* `2023-basic-jammy`
70+
* `2023-basic`
71+
* `2023-minimal-jammy`
72+
* `2023-minimal`
73+
* `2023-infraonly-jammy`
74+
* `2023-infraonly`
4075

4176
# Notice
4277

@@ -55,7 +90,7 @@ Latexmk: All targets (main.xdv main.pdf) are up-to-date
5590
'xelatex': time = 6.38
5691
'xdvipdfmx': time = 0.82
5792
Processing time = 23.93, of which invoked processes = 22.66, other = 1.27.
58-
Elapsed clock time = 105.81. <=====
93+
Elapsed clock time = 105.81. <==========
5994
Number of rules run = 5
6095
```
6196

@@ -71,7 +106,7 @@ Latexmk: Run number 1 of rule 'xdvipdfmx'
71106
'xelatex': time = 5.23
72107
'xdvipdfmx': time = 1.47
73108
Processing time = 22.07, of which invoked processes = 20.11, other = 1.96.
74-
Elapsed clock time = 22.07. <=====
109+
Elapsed clock time = 22.07. <==========
75110
Number of rules run = 5
76111
```
77112

@@ -85,6 +120,6 @@ Latexmk: All targets (main.xdv main.pdf) are up-to-date
85120
'xelatex': time = 4.79
86121
'xdvipdfmx': time = 0.71
87122
Processing time = 18.52, of which invoked processes = 17.38, other = 1.14.
88-
Elapsed clock time = 18.53. <=====
123+
Elapsed clock time = 18.53. <==========
89124
Number of rules run = 5
90125
```

0 commit comments

Comments
 (0)