File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,21 +18,21 @@ Explore our collection of high-performance, FreeBSD-native OCI images. All image
1818
1919## Active Images
2020
21- | Category | Image | Description | Links | Last Update |
22- |----------| -------|-------------|-------|:------------:|
23- {% - for c in active_configs | sort (attribute ='category ' ) %}
24- | **{{ c.category }}** | [{{ c.icon }} **{{ c.title }}**]({{ c.name }}.md) | {{ c.description }} | [:simple-github:]({{ c.repo_url }}){target=_blank} {% if c .upstream_url %} · [:material-link-variant:]({{ c.upstream_url }}){target=_blank}{% endif %} | [{{ c.last_update }}]({{ c.repo_url }}/commits){target=_blank} |
21+ | Image | Category | Description | Links | Last Update |
22+ |-------| ----------|-------------|-------|:------------:|
23+ {% - for c in active_configs | sort (attribute ='title ' ) %}
24+ | [{{ c.icon }} **{{ c.title }}**]({{ c.name }}.md) | **{{ c.category }}** | {{ c.description }} | [:simple-github:]({{ c.repo_url }}){target=_blank} {% if c .upstream_url %} · [:material-link-variant:]({{ c.upstream_url }}){target=_blank}{% endif %} | [{{ c.last_update }}]({{ c.repo_url }}/commits){target=_blank} |
2525{% - endfor %}
2626
2727{% if deprecated_configs %}
2828## Deprecated Images
2929
3030The following images are no longer actively maintained.
3131
32- | Category | Image | Description | Links | Last Update |
33- |----------| -------|-------------|-------|:------------:|
34- {% - for c in deprecated_configs | sort (attribute ='category ' ) %}
35- | **{{ c.category }}** | [{{ c.icon }} **{{ c.title }}**]({{ c.name }}.md) []({{ c.name }}.md) | {{ c.description }}<br > :material-information-outline: **Deprecated**: {{ c.deprecated.reason }}{% if c .deprecated .replacement %} Use [{{ c.deprecated.replacement }}]({{ c.deprecated.replacement }}.md).{% endif %} | [:simple-github:]({{ c.repo_url }}){target=_blank} {% if c .upstream_url %} · [:material-link-variant:]({{ c.upstream_url }}){target=_blank}{% endif %} | [{{ c.last_update }}]({{ c.repo_url }}/commits){target=_blank} |
32+ | Image | Category | Description | Links | Last Update |
33+ |-------| ----------|-------------|-------|:------------:|
34+ {% - for c in deprecated_configs | sort (attribute ='title ' ) %}
35+ | [{{ c.icon }} **{{ c.title }}**]({{ c.name }}.md) []({{ c.name }}.md) | **{{ c.category }}** | {{ c.description }}<br > :material-information-outline: **Deprecated**: {{ c.deprecated.reason }}{% if c .deprecated .replacement %} Use [{{ c.deprecated.replacement }}]({{ c.deprecated.replacement }}.md).{% endif %} | [:simple-github:]({{ c.repo_url }}){target=_blank} {% if c .upstream_url %} · [:material-link-variant:]({{ c.upstream_url }}){target=_blank}{% endif %} | [{{ c.last_update }}]({{ c.repo_url }}/commits){target=_blank} |
3636{% - endfor %}
3737{% endif %}
3838
You can’t perform that action at this time.
0 commit comments