Skip to content

Commit c3405f8

Browse files
committed
[FIX] oci references / names
According to ORAS spec ice references should be lowercase (devcontainers/devcontainers.github.io#523)
1 parent 93e9b1e commit c3405f8

28 files changed

+37
-33
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: "Publish features"
2020
uses: devcontainers/action@v1
2121
with:
22+
features-namespace: roul/devcontainer-features
2223
publish-features: "true"
2324
base-path-to-features: "./src"
2425
generate-docs: "true"

.github/workflows/validate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
- name: "Validate feature definitions"
1313
uses: devcontainers/action@v1
1414
with:
15+
features-namespace: roul/devcontainer-features
1516
validate-only: "true"
1617
base-path-to-features: "./src"

.templates/README.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This example uses the **kamal** feature:
1616
{
1717
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
1818
"features": {
19-
"ghcr.io/RouL/devcontainer-features/kamal:1": {}
19+
"ghcr.io/roul/devcontainer-features/kamal:1": {}
2020
}
2121
}
2222
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This example uses the **kamal** feature:
2626
{
2727
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
2828
"features": {
29-
"ghcr.io/RouL/devcontainer-features/kamal:1": {}
29+
"ghcr.io/roul/devcontainer-features/kamal:1": {}
3030
}
3131
}
3232
```

bin/generate_docs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ REPO_OWNER="${REPO_OWNER:-RouL}"
1111
REPO_NAME="${REPO_NAME:-devcontainer-features}"
1212
SRC_FOLDER="${SRC_FOLDER:-src}"
1313

14+
NAMESPACE="${REPO_OWNER,,}/${REPO_NAME,,}"
15+
1416
cd $BASE_PATH
1517

16-
devcontainer features generate-docs --project-folder $SRC_FOLDER --namespace $REPO_OWNER/$REPO_NAME --github-owner $REPO_OWNER --github-repo $REPO_NAME
18+
devcontainer features generate-docs --project-folder $SRC_FOLDER --namespace $NAMESPACE --github-owner $REPO_OWNER --github-repo $REPO_NAME

src/bitwarden-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installs the bitwarden CLI (bw) and optionally configures it to use a self-hoste
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/bitwarden-cli:1": {}
10+
"ghcr.io/roul/devcontainer-features/bitwarden-cli:1": {}
1111
}
1212
```
1313

src/bitwarden-cli/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "bitwarden-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "Bitwarden CLI (bw)",
55
"description": "Installs the bitwarden CLI (bw) and optionally configures it to use a self-hosted server.",
66
"options": {

src/bitwarden-secrets-manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installs the bitwarden secrets manager CLI (bws) and optionally configures it to
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/bitwarden-secrets-manager:1": {}
10+
"ghcr.io/roul/devcontainer-features/bitwarden-secrets-manager:1": {}
1111
}
1212
```
1313

src/bitwarden-secrets-manager/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "bitwarden-secrets-manager",
3-
"version": "1.0.0",
3+
"version": "1.0.3",
44
"name": "Bitwarden Secrets Manager CLI (bws)",
55
"description": "Installs the bitwarden secrets manager CLI (bws) and optionally configures it to use a self-hosted server.",
66
"options": {

src/kamal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installs Kamal Deploy directly via rubygems.
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/kamal:1": {}
10+
"ghcr.io/roul/devcontainer-features/kamal:1": {}
1111
}
1212
```
1313

src/kamal/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"id": "kamal",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"name": "Kamal Deploy",
55
"description": "Installs Kamal Deploy directly via rubygems.",
66
"installsAfter": [
77
"ghcr.io/devcontainers/features/ruby",
88
"ghcr.io/devcontainers-extra/features/ruby-asdf",
9-
"ghcr.io/RouL/devcontainer-features/mise-ruby"
9+
"ghcr.io/roul/devcontainer-features/mise-ruby"
1010
],
1111
"options": {
1212
"version": {

src/mise-bun/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installs Bun via mise-en-place version manager.
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/mise-bun:1": {}
10+
"ghcr.io/roul/devcontainer-features/mise-bun:1": {}
1111
}
1212
```
1313

src/mise-bun/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "mise-bun",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "Bun (mise)",
55
"description": "Installs Bun via mise-en-place version manager.",
66
"dependsOn": {
7-
"ghcr.io/RouL/devcontainer-features/mise:latest": {}
7+
"ghcr.io/roul/devcontainer-features/mise:latest": {}
88
},
99
"options": {
1010
"version": {

src/mise-golang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installs Go via mise-en-place version manager.
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/mise-golang:1": {}
10+
"ghcr.io/roul/devcontainer-features/mise-golang:1": {}
1111
}
1212
```
1313

src/mise-golang/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "mise-golang",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"name": "Go (mise)",
55
"description": "Installs Go via mise-en-place version manager.",
66
"dependsOn": {
7-
"ghcr.io/RouL/devcontainer-features/mise:latest": {}
7+
"ghcr.io/roul/devcontainer-features/mise:latest": {}
88
},
99
"options": {
1010
"version": {

src/mise-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installs Node.js via mise-en-place version manager.
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/mise-node:1": {}
10+
"ghcr.io/roul/devcontainer-features/mise-node:1": {}
1111
}
1212
```
1313

src/mise-node/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "mise-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"name": "Node.js (mise)",
55
"description": "Installs Node.js via mise-en-place version manager.",
66
"dependsOn": {
7-
"ghcr.io/RouL/devcontainer-features/mise:latest": {}
7+
"ghcr.io/roul/devcontainer-features/mise:latest": {}
88
},
99
"options": {
1010
"version": {

src/mise-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installs Python via mise-en-place version manager.
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/mise-python:1": {}
10+
"ghcr.io/roul/devcontainer-features/mise-python:1": {}
1111
}
1212
```
1313

src/mise-python/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "mise-python",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"name": "Python (mise)",
55
"description": "Installs Python via mise-en-place version manager.",
66
"dependsOn": {
7-
"ghcr.io/RouL/devcontainer-features/mise:latest": {}
7+
"ghcr.io/roul/devcontainer-features/mise:latest": {}
88
},
99
"options": {
1010
"version": {

src/mise-ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installs Ruby via mise-en-place version manager.
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/mise-ruby:1": {}
10+
"ghcr.io/roul/devcontainer-features/mise-ruby:1": {}
1111
}
1212
```
1313

src/mise-ruby/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "mise-ruby",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "Ruby (mise)",
55
"description": "Installs Ruby via mise-en-place version manager.",
66
"dependsOn": {
7-
"ghcr.io/RouL/devcontainer-features/mise:latest": {}
7+
"ghcr.io/roul/devcontainer-features/mise:latest": {}
88
},
99
"options": {
1010
"version": {

src/mise-rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installs Rust via mise-en-place version manager.
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/mise-rust:1": {}
10+
"ghcr.io/roul/devcontainer-features/mise-rust:1": {}
1111
}
1212
```
1313

src/mise-rust/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "mise-rust",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "Rust (mise)",
55
"description": "Installs Rust via mise-en-place version manager.",
66
"dependsOn": {
7-
"ghcr.io/RouL/devcontainer-features/mise:latest": {}
7+
"ghcr.io/roul/devcontainer-features/mise:latest": {}
88
},
99
"options": {
1010
"version": {

src/mise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installs mise-en-place version manager.
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/mise:1": {}
10+
"ghcr.io/roul/devcontainer-features/mise:1": {}
1111
}
1212
```
1313

src/mise/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "mise",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"name": "mise-en-place version manager",
55
"description": "Installs mise-en-place version manager."
66
}

src/vault/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installs the HashiCorp Vault binary.
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/vault:1": {}
10+
"ghcr.io/roul/devcontainer-features/vault:1": {}
1111
}
1212
```
1313

src/vault/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "vault",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"name": "HashiCorp Vault",
55
"description": "Installs the HashiCorp Vault binary.",
66
"options": {

test/kamal/scenarios.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"mise-ruby_latest-kamal1.9.2": {
1919
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
2020
"features": {
21-
"ghcr.io/RouL/devcontainer-features/mise-ruby": {},
21+
"ghcr.io/roul/devcontainer-features/mise-ruby": {},
2222
"kamal": {
2323
"version": "1.9.2"
2424
}

0 commit comments

Comments
 (0)