Skip to content

Commit d6636a4

Browse files
authored
Merge branch 'gh-pages' into patch-1
2 parents 653423c + 4496d06 commit d6636a4

File tree

3 files changed

+156
-1
lines changed

3 files changed

+156
-1
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: 120 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,11 @@
918918
contact: https://github.com/lx-0/devcontainer-templates/issues
919919
repository: https://github.com/lx-0/devcontainer-templates
920920
ociReference: ghcr.io/lx-0/devcontainer-templates
921+
- name: AIT-Assistive-Autonomous-Systems Dev Container Features
922+
maintainer: AIT-Assistive-Autonomous-Systems maintainers
923+
contact: https://github.com/AIT-Assistive-Autonomous-Systems/devcontainer_features/issues
924+
repository: https://github.com/AIT-Assistive-Autonomous-Systems/devcontainer_features
925+
ociReference: ghcr.io/ait-assistive-autonomous-systems/devcontainer_features
921926
- name: Hauke's Features for Development Containers
922927
maintainer: Hauke D
923928
contact: https://github.com/haukex/devcontainer-features/issues
@@ -962,6 +967,26 @@
962967
contact: https://github.com/davzucky/devcontainers-features-wolfi/issues
963968
repository: https://github.com/davzucky/devcontainers-features-wolfi
964969
ociReference: ghcr.io/davzucky/devcontainers-features-wolfi
970+
- name: slang programming language
971+
maintainer: loag
972+
contact: https://github.com/Loag/slang-feature/issues
973+
repository: https://github.com/Loag/slang-feature
974+
ociReference: ghcr.io/loag/slang-feature
975+
- name: devcontainer features by zetta
976+
maintainer: zetta
977+
contact: https://github.com/zetta/devcontainer-features/issues
978+
repository: https://github.com/zetta/devcontainer-features
979+
ociReference: ghcr.io/zetta/devcontainer-features
980+
- name: devcontainer features for ubuntugis
981+
maintainer: Conner Shoop
982+
contact: https://github.com/connershoop/devcontainer-feature-ubuntugis/issues
983+
repository: https://github.com/connershoop/devcontainer-feature-ubuntugis
984+
ociReference: ghcr.io/connershoop/devcontainer-feature-ubuntugis
985+
- name: Nefarious Development Containers
986+
maintainer: NickChecan
987+
contact: https://github.com/The-Nefarious-Developer/devcontainer-templates/issues
988+
repository: https://github.com/The-Nefarious-Developer/devcontainer-templates
989+
ociReference: ghcr.io/the-nefarious-developer/devcontainer-templates
965990
- name: Dev Container Features by ForWarD Software
966991
maintainer: ForWarD Software
967992
contact: https://github.com/forwardsoftware/devcontainer-features/issues
@@ -1007,6 +1032,26 @@
10071032
contact: https://github.com/RouL/devcontainer-features/issues
10081033
repository: https://github.com/RouL/devcontainer-features
10091034
ociReference: ghcr.io/roul/devcontainer-features
1035+
- name: devcontainer features by itsalljustdata
1036+
maintainer: Jonathan Mills
1037+
contact: https://github.com/itsalljustdata/devcontainers-custom-features/issues
1038+
repository: https://github.com/itsalljustdata/devcontainers-custom-features
1039+
ociReference: ghcr.io/itsalljustdata/devcontainers-custom-features
1040+
- name: Devcontainer for Cargo lambda
1041+
maintainer: Han Sen
1042+
contact: https://github.com/tokidoki11/devcontainer-feature/issues
1043+
repository: https://github.com/tokidoki11/devcontainer-feature
1044+
ociReference: ghcr.io/tokidoki11/devcontainer-feature/cargo-lambda
1045+
- name: devcontainer features by irfansofyana
1046+
maintainer: irfansofyana
1047+
contact: https://github.com/irfansofyana/devcontainer-features/issues
1048+
repository: https://github.com/irfansofyana/devcontainer-features
1049+
ociReference: ghcr.io/irfansofyana/devcontainer-features
1050+
- name: devcontainer templates by irfansofyana
1051+
maintainer: irfansofyana
1052+
repository: https://github.com/irfansofyana/devcontainer-templates
1053+
contact: https://github.com/irfansofyana/devcontainer-templates/issues
1054+
ociReference: ghcr.io/irfansofyana/devcontainer-templates
10101055
- name: devcontainer templates by techiro
10111056
maintainer: techiro
10121057
contact: https://github.com/techiro/devcontainer-template/issues
@@ -1072,6 +1117,16 @@
10721117
contact: https://github.com/jajera/features/issues
10731118
repository: https://github.com/jajera/features
10741119
ociReference: ghcr.io/jajera/features
1120+
- name: Chromia Rell Development Container
1121+
maintainer: Chromaway AB
1122+
contact: https://github.com/chromiaproject/devcontainers-chromia/issues
1123+
repository: https://github.com/chromiaproject/devcontainers-chromia
1124+
ociReference: ghcr.io/chromiaproject/devcontainers-chromia/simple-chromia
1125+
- name: AWS Lambda Dev Container
1126+
maintainer: Yuji Masaoka
1127+
contact: https://github.com/ymasaoka/devcontainer-templates/issues
1128+
repository: https://github.com/ymasaoka/devcontainer-templates
1129+
ociReference: ghcr.io/ymasaoka/devcontainer-templates
10751130
- name: MrSimonEmms Dev Container Features
10761131
maintainer: MrSimonEmms
10771132
contact: https://github.com/mrsimonemms/devcontainers/issues
@@ -1082,6 +1137,11 @@
10821137
contact: https://github.com/ferdinandkeller/features/issues
10831138
repository: https://github.com/ferdinandkeller/features
10841139
ociReference: ghcr.io/ferdinandkeller/features/httpie
1140+
- name: sebdanielsson's templates
1141+
maintainer: Sebastian Danielsson (@sebdanielsson)
1142+
contact: https://github.com/sebdanielsson/devcontainers/issues
1143+
repository: https://github.com/sebdanielsson/devcontainers
1144+
ocireference: ghcr.io/sebdanielsson/devcontainers
10851145
- name: Rojo Feature
10861146
maintainer: Ryan Luu
10871147
contact: https://github.com/RyanLua/features/issues
@@ -1092,6 +1152,11 @@
10921152
contact: https://github.com/RyanLua/templates/issues
10931153
repository: https://github.com/RyanLua/templates
10941154
ociReference: ghcr.io/ryanlua/templates
1155+
- name: Starship
1156+
maintainer: Tobias Chavarria
1157+
contact: https://github.com/tobiaschc/devcontainer-features/issues
1158+
repository: https://github.com/tobiaschc/devcontainer-features
1159+
ociReference: ghcr.io/tobiaschc/devcontainer-features
10951160
- name: Dev Container Features by Joe Bowbeer
10961161
maintainer: Joe Bowbeer
10971162
contact: https://github.com/joebowbeer/devcontainers-features/issues
@@ -1102,7 +1167,26 @@
11021167
contact: https://github.com/schnellerhase/devcontainer-fenics/issues
11031168
repository: https://github.com/schnellerhase/devcontainer-fenics
11041169
ociReference: ghcr.io/schnellerhase/devcontainer-fenics/fenics
1105-
ociReference: ghcr.io/ryanlua/templates/roblox
1170+
- name: Dev Container Templates by pirpedro
1171+
maintainer: Pedro Rodrigues
1172+
contact: https://github.com/pirpedro/devcontainers/issues
1173+
repository: https://github.com/pirpedro/devcontainers
1174+
ociReference: ghcr.io/pirpedro/devcontainers
1175+
- name: Dev Container Features by pirpedro
1176+
maintainer: Pedro Rodrigues
1177+
contact: https://github.com/pirpedro/features/issues
1178+
repository: https://github.com/pirpedro/features
1179+
ociReference: ghcr.io/pirpedro/features
1180+
- name: Dev container features for Azure linux images
1181+
maintainer: Victor Maznev
1182+
contact: https://github.com/bullmastiffo/devcontainers-features/issues
1183+
repository: https://github.com/bullmastiffo/devcontainers-features
1184+
ociReference: ghcr.io/bullmastiffo/devcontainers-features
1185+
- name: Matt Mazzola Dev Containers
1186+
maintainer: mattmazzola
1187+
contact: https://github.com/mattmazzola/devcontainers/issues
1188+
repository: https://github.com/mattmazzola/devcontainers
1189+
ociReference: ghcr.io/mattmazzola/devcontainers
11061190
- name: W&B Catnip
11071191
maintainer: Weights and Biases
11081192
contact: https://github.com/wandb/catnip/issues
@@ -1138,6 +1222,41 @@
11381222
contact: https://github.com/navinkrishnan/devcontainer-templates-btp/issues
11391223
repository: https://github.com/navinkrishnan/devcontainer-templates-btp
11401224
ociReference: ghcr.io/navinkrishnan/devcontainer-templates-btp
1225+
- name: EdgeActions Dev Container Templates
1226+
maintainer: Azure EdgeActions Developer Experiences Team
1227+
contact: https://github.com/Azure/edgeactions-devcontainers/issues
1228+
repository: https://github.com/Azure/edgeactions-devcontainers
1229+
ociReference: ghcr.io/Azure/edgeactions-devcontainers/edgeactions
1230+
- name: Git Absorb Feature
1231+
maintainer: baxyz
1232+
contact: https://github.com/baxyz/devcontainer-features/issues
1233+
repository: https://github.com/baxyz/devcontainer-features/tree/main/src/git-absorb
1234+
ociReference: ghcr.io/baxyz/devcontainer-features/git-absorb
1235+
- name: Shell History Per Project Feature
1236+
maintainer: baxyz
1237+
contact: https://github.com/baxyz/devcontainer-features/issues
1238+
repository: https://github.com/baxyz/devcontainer-features/tree/main/src/shell-history-per-project
1239+
ociReference: ghcr.io/baxyz/devcontainer-features/shell-history-per-project
1240+
- name: Biome Feature
1241+
maintainer: baxyz
1242+
contact: https://github.com/baxyz/devcontainer-features/issues
1243+
repository: https://github.com/baxyz/devcontainer-features/tree/main/src/biome
1244+
ociReference: ghcr.io/baxyz/devcontainer-features/biome
1245+
- name: Dev Container assets by Yassine Doghri
1246+
maintainer: Yassine Doghri
1247+
contact: https://github.com/yassinedoghri/devcontainers/issues
1248+
repository: https://github.com/yassinedoghri/devcontainers
1249+
ociReference: ghcr.io/yassinedoghri/devcontainers
1250+
- name: Atomys Dev Container Features
1251+
maintainer: Atomys
1252+
contact: https://github.com/42atomys/devcontainers-features/issues
1253+
repository: https://github.com/42atomys/devcontainers-features
1254+
ociReference: ghcr.io/42atomys/devcontainers-features
1255+
- name: PairSpaces
1256+
maintainer: PairSpaces by Interaction, LLC
1257+
contact: https://github.com/pairspaces/devcontainers/issues
1258+
repository: https://github.com/pairspaces/devcontainers
1259+
ociReference: ghcr.io/pairspaces/devcontainers/pairspaces
11411260
- name: Devcontainer Features for Devcontainer Configurations
11421261
maintainer: devcontainer-config
11431262
contact: https://github.com/devcontainer-config/features/issues

0 commit comments

Comments
 (0)