1
- # Contributing to DanielleMaywood 's Dev Container Features
1
+ # Contributing to Coder 's Dev Container Features
2
2
3
- This guide contains information about how to contribute to this collection of dev container Features maintained by DanielleMaywood .
3
+ This guide contains information about how to contribute to this collection of dev container Features maintained by Coder .
4
4
5
5
## Current Features
6
6
@@ -57,13 +57,24 @@ Before submitting a PR, test your feature using the Dev Container CLI:
57
57
58
58
``` bash
59
59
# From the repository root
60
- devcontainer features test -f your-feature-name
60
+ devcontainer features test -f your-feature-name -i mcr.microsoft.com/devcontainers/base:ubuntu
61
61
```
62
62
63
- You can also test all features:
63
+ You can also test all features or test with different base images :
64
64
65
65
``` bash
66
- devcontainer features test
66
+ # Test all features
67
+ devcontainer features test -a
68
+
69
+ # Test with a specific base image
70
+ devcontainer features test -f your-feature-name -i mcr.microsoft.com/devcontainers/base:debian
71
+ ```
72
+
73
+ You can also test features with specific options:
74
+
75
+ ``` bash
76
+ # Test with custom options
77
+ devcontainer features test -f code-server -i mcr.microsoft.com/devcontainers/base:ubuntu --skip-scenarios -t " port=8123"
67
78
```
68
79
69
80
## Versioning Guidelines
@@ -82,12 +93,12 @@ Features in this repository are automatically published to GitHub Container Regi
82
93
83
94
The published features will be available at:
84
95
```
85
- ghcr.io/DanielleMaywood /devcontainer-features/feature-id:version
96
+ ghcr.io/coder /devcontainer-features/feature-id:version
86
97
```
87
98
88
99
For example, the current code-server feature is referenced as:
89
100
```
90
- ghcr.io/DanielleMaywood /devcontainer-features/code-server:1
101
+ ghcr.io/coder /devcontainer-features/code-server:1
91
102
```
92
103
93
104
### Making Features Public
@@ -96,7 +107,7 @@ After a feature is published to GHCR, make it public by:
96
107
97
108
1 . Navigate to the package settings in GHCR:
98
109
```
99
- https://github.com/users/DanielleMaywood /packages/container/devcontainer-features%2Fcode-server/settings
110
+ https://github.com/users/coder /packages/container/devcontainer-features%2Fcode-server/settings
100
111
```
101
112
2 . Change the visibility setting to "Public"
102
113
@@ -116,4 +127,4 @@ After a feature is published to GHCR, make it public by:
116
127
117
128
## Getting Help
118
129
119
- If you have questions about contributing to this repository, please open an issue or reach out to DanielleMaywood directly.
130
+ If you have questions about contributing to this repository, please open an issue or reach out to the Coder team directly.
0 commit comments