Skip to content

Commit f08323b

Browse files
Merge branch 'gh-pages' into gh-pages
2 parents 0c50a37 + a8c6cf2 commit f08323b

File tree

3 files changed

+70
-8
lines changed

3 files changed

+70
-8
lines changed

.github/lint-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
3+
extends: default
4+
5+
6+
rules:
7+
line-length: disable
8+
trailing-spaces: disable
9+
document-start: disable
10+

.github/workflows/lint.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 'Lint collection-index.yml'
2+
on:
3+
pull_request:
4+
paths:
5+
- _data/collection-index.yml
6+
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
11+
jobs:
12+
yamllint:
13+
name: 'Yamllint'
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: 'Checkout'
17+
uses: actions/checkout@v6
18+
- name: 'Yamllint'
19+
uses: karancode/yamllint-github-action@@v2.1.1
20+
with:
21+
yamllint_file_or_dir: _data/collection-index.yml
22+
yamllint_strict: true
23+
yamllint_config_filepath: .github/lint-config.yaml
24+
yamllint_comment: true
25+
env:
26+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

_data/collection-index.yml

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,6 @@
383383
contact: https://github.com/CodeMan99/features/issues
384384
repository: https://github.com/CodeMan99/features
385385
ociReference: ghcr.io/codeman99/features
386-
- name: Features by Favalos
387-
maintainer: Fernando Avalos
388-
contact: https://github.com/favalos/devcontainer-features/issues
389-
repository: https://github.com/favalos/devcontainer-features
390-
ociReference: ghcr.io/favalos/devcontainer-features
391386
- name: Community Templates
392387
maintainer: devcontainers-community
393388
contact: https://github.com/orgs/devcontainers-community/discussions
@@ -778,6 +773,11 @@
778773
contact: https://github.com/rafaph/devcontainer-features/issues
779774
repository: https://github.com/rafaph/devcontainer-features
780775
ociReference: ghcr.io/rafaph/devcontainer-features
776+
- name: Dev Container Features by weslyg
777+
maintainer: weslyg
778+
contact: https://github.com/weslyg/features/issues
779+
repository: https://github.com/weslyg/features
780+
ociReference: ghcr.io/weslyg/features
781781
- name: SPFx Dev Container
782782
maintainer: Troy
783783
contact: https://github.com/tpalacino/SPFx-dev-container/issues
@@ -966,7 +966,10 @@
966966
maintainer: David Zucker
967967
contact: https://github.com/davzucky/devcontainers-features-wolfi/issues
968968
repository: https://github.com/davzucky/devcontainers-features-wolfi
969-
ociReference: ghcr.io/davzucky/devcontainers-features-wolfi
969+
maintainer: eBizBase
970+
contact: https://github.com/ebizbase/dev-infras/issues
971+
repository: https://github.com/ebizbase/dev-infras
972+
ociReference: ghcr.io/ebizbase/devcontainers-features
970973
- name: slang programming language
971974
maintainer: loag
972975
contact: https://github.com/Loag/slang-feature/issues
@@ -977,7 +980,6 @@
977980
contact: https://github.com/zetta/devcontainer-features/issues
978981
repository: https://github.com/zetta/devcontainer-features
979982
ociReference: ghcr.io/zetta/devcontainer-features
980-
ociReference: ghcr.io/davzucky/devcontainers-features-wolfi
981983
- name: devcontainer features for ubuntugis
982984
maintainer: Conner Shoop
983985
contact: https://github.com/connershoop/devcontainer-feature-ubuntugis/issues
@@ -988,7 +990,6 @@
988990
contact: https://github.com/The-Nefarious-Developer/devcontainer-templates/issues
989991
repository: https://github.com/The-Nefarious-Developer/devcontainer-templates
990992
ociReference: ghcr.io/the-nefarious-developer/devcontainer-templates
991-
ociReference: ghcr.io/davzucky/devcontainers-features-wolfi
992993
- name: Dev Container Features by ForWarD Software
993994
maintainer: ForWarD Software
994995
contact: https://github.com/forwardsoftware/devcontainer-features/issues
@@ -1154,6 +1155,11 @@
11541155
contact: https://github.com/RyanLua/templates/issues
11551156
repository: https://github.com/RyanLua/templates
11561157
ociReference: ghcr.io/ryanlua/templates
1158+
- name: Dev Container Features by Daniel Lindemann
1159+
maintainer: Daniel Lindemann
1160+
contact: https://github.com/daniellindemann/dev-container-features/issues
1161+
repository: https://github.com/daniellindemann/dev-container-features/tree/main/src/dotnet-usersecrets-persistence
1162+
ociReference: ghcr.io/daniellindemann/dev-container-features
11571163
- name: Starship
11581164
maintainer: Tobias Chavarria
11591165
contact: https://github.com/tobiaschc/devcontainer-features/issues
@@ -1224,6 +1230,11 @@
12241230
contact: https://github.com/navinkrishnan/devcontainer-templates-btp/issues
12251231
repository: https://github.com/navinkrishnan/devcontainer-templates-btp
12261232
ociReference: ghcr.io/navinkrishnan/devcontainer-templates-btp
1233+
- name: Gemini CLI (via npm)
1234+
maintainer: siri404
1235+
contact: https://github.com/siri404/devcontainer-ai-features/issues
1236+
repository: https://github.com/siri404/devcontainer-ai-features
1237+
ociReference: ghcr.io/siri404/devcontainer-ai-features
12271238
- name: EdgeActions Dev Container Templates
12281239
maintainer: Azure EdgeActions Developer Experiences Team
12291240
contact: https://github.com/Azure/edgeactions-devcontainers/issues
@@ -1269,3 +1280,18 @@
12691280
contact: https://github.com/philips-software/amp-devcontainer/issues
12701281
repository: https://github.com/philips-software/amp-devcontainer
12711282
ociReference: ghcr.io/philips-software/amp-devcontainer/rust-template
1283+
- name: Devcontainer Features for Devcontainer Configurations
1284+
maintainer: devcontainer-config
1285+
contact: https://github.com/devcontainer-config/features/issues
1286+
repository: https://github.com/devcontainer-config/features
1287+
ociReference: ghcr.io/devcontainer-config/features
1288+
- name: Assorted Features
1289+
maintainer: Evit15
1290+
contact: https://github.com/Evit15/devcontainer-features/issues
1291+
repository: https://github.com/Evit15/devcontainer-features
1292+
ociReference: ghcr.io/Evit15/devcontainer-features
1293+
- name: fexec
1294+
maintainer: roboslone
1295+
contact: https://github.com/roboslone/go-framework/issues
1296+
repository: https://github.com/roboslone/go-framework/tree/main/src/fexec
1297+
ociReference: ghcr.io/roboslone/go-framework

0 commit comments

Comments
 (0)