Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/src/browsers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs various browsers and their dependencies.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/browsers:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/browsers:1.0.0": {
"chromeVersion": "none",
"useChromeForTesting": true,
"chromeDownloadUrl": "",
Expand Down
2 changes: 1 addition & 1 deletion features/src/browsers/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "browsers",
"version": "0.1.0",
"version": "1.0.0",
"name": "Browsers",
"description": "Installs various browsers and their dependencies.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/build-essential/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs build essentials like gcc.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/build-essential:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/build-essential:1.0.0": {
"version": "latest"
}
}
Expand Down
2 changes: 1 addition & 1 deletion features/src/build-essential/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "build-essential",
"version": "0.1.0",
"version": "1.0.0",
"name": "Build Essential",
"description": "Installs build essentials like gcc.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/cypress-deps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs all dependencies required to run Cypress.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/cypress-deps:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/cypress-deps:1.0.0": {
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion features/src/cypress-deps/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "cypress-deps",
"version": "0.1.0",
"version": "1.0.0",
"name": "Cypress Dependencies",
"description": "Installs all dependencies required to run Cypress."
}
2 changes: 1 addition & 1 deletion features/src/docker-out/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs a Docker client which re-uses the host Docker socket.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/docker-out:0.4.0": {
"ghcr.io/postfinance/devcontainer-features/docker-out:1.0.0": {
"version": "latest",
"composeVersion": "latest",
"buildxVersion": "latest",
Expand Down
2 changes: 1 addition & 1 deletion features/src/docker-out/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "docker-out",
"version": "0.4.0",
"version": "1.0.0",
"name": "Docker outside Docker",
"description": "Installs a Docker client which re-uses the host Docker socket.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A package which installs .NET SDKs, runtimes and workloads.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/dotnet:0.1.1": {
"ghcr.io/postfinance/devcontainer-features/dotnet:1.0.0": {
"version": "10.0",
"additionalVersions": "",
"dotnetRuntimeVersions": "",
Expand Down
2 changes: 1 addition & 1 deletion features/src/dotnet/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dotnet",
"version": "0.1.1",
"version": "1.0.0",
"name": ".NET",
"description": "A package which installs .NET SDKs, runtimes and workloads.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/eclipse-deps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs all dependencies required to run the Eclipse IDE.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/eclipse-deps:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/eclipse-deps:1.0.0": {
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion features/src/eclipse-deps/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "eclipse-deps",
"version": "0.1.0",
"version": "1.0.0",
"name": "Eclipse Dependencies",
"description": "Installs all dependencies required to run the Eclipse IDE."
}
2 changes: 1 addition & 1 deletion features/src/git-lfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs Git LFS.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/git-lfs:0.2.0": {
"ghcr.io/postfinance/devcontainer-features/git-lfs:1.0.0": {
"version": "latest",
"downloadUrl": ""
}
Expand Down
2 changes: 1 addition & 1 deletion features/src/git-lfs/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "git-lfs",
"version": "0.2.0",
"version": "1.0.0",
"name": "Git LFS",
"description": "Installs Git LFS.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/gitlab-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs the GitLab CLI.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/gitlab-cli:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/gitlab-cli:1.0.0": {
"version": "latest",
"downloadUrl": ""
}
Expand Down
2 changes: 1 addition & 1 deletion features/src/gitlab-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "gitlab-cli",
"version": "0.1.0",
"version": "1.0.0",
"name": "GitLab CLI",
"description": "Installs the GitLab CLI.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs Go.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/go:0.2.0": {
"ghcr.io/postfinance/devcontainer-features/go:1.0.0": {
"version": "latest",
"downloadUrl": "",
"latestUrl": "",
Expand Down
2 changes: 1 addition & 1 deletion features/src/go/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "go",
"version": "0.2.0",
"version": "1.0.0",
"name": "Go",
"description": "Installs Go.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/gonovate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs Gonovate.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/gonovate:0.1.1": {
"ghcr.io/postfinance/devcontainer-features/gonovate:1.0.0": {
"version": "latest",
"downloadUrl": ""
}
Expand Down
2 changes: 1 addition & 1 deletion features/src/gonovate/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "gonovate",
"version": "0.1.1",
"version": "1.0.0",
"name": "Gonovate",
"description": "Installs Gonovate.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/goreleaser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs GoReleaser.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/goreleaser:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/goreleaser:1.0.0": {
"version": "latest",
"downloadUrl": ""
}
Expand Down
2 changes: 1 addition & 1 deletion features/src/goreleaser/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "goreleaser",
"version": "0.1.0",
"version": "1.0.0",
"name": "GoReleaser",
"description": "Installs GoReleaser.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/instant-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs the Oracle Instant Client Basic package.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/instant-client:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/instant-client:1.0.0": {
"version": "latest",
"downloadUrl": "",
"versionsUrl": ""
Expand Down
2 changes: 1 addition & 1 deletion features/src/instant-client/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "instant-client",
"version": "0.1.0",
"version": "1.0.0",
"name": "Instant client",
"description": "Installs the Oracle Instant Client Basic package.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/jfrog-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs the JFrog CLI.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/jfrog-cli:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/jfrog-cli:1.0.0": {
"version": "latest",
"downloadUrl": "",
"versionsUrl": ""
Expand Down
2 changes: 1 addition & 1 deletion features/src/jfrog-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "jfrog-cli",
"version": "0.1.0",
"version": "1.0.0",
"name": "JFrog CLI",
"description": "Installs the JFrog CLI.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/kubectl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs kubectl and other tools for managing kubernetes.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/kubectl:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/kubectl:1.0.0": {
"version": "latest",
"kubectxVersion": "latest",
"kubensVersion": "latest",
Expand Down
2 changes: 1 addition & 1 deletion features/src/kubectl/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "kubectl",
"version": "0.1.0",
"version": "1.0.0",
"name": "kubectl",
"description": "Installs kubectl and other tools for managing kubernetes.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/locale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Allows setting the locale.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/locale:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/locale:1.0.0": {
"locale": "en_US"
}
}
Expand Down
2 changes: 1 addition & 1 deletion features/src/locale/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "locale",
"version": "0.1.0",
"version": "1.0.0",
"name": "Set a specific locale",
"description": "Allows setting the locale.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/make/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs Make.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/make:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/make:1.0.0": {
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion features/src/make/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "make",
"version": "0.1.0",
"version": "1.0.0",
"name": "Make",
"description": "Installs Make."
}
2 changes: 1 addition & 1 deletion features/src/mingw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs MinGW.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/mingw:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/mingw:1.0.0": {
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion features/src/mingw/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "mingw",
"version": "0.1.0",
"version": "1.0.0",
"name": "MinGW",
"description": "Installs MinGW."
}
2 changes: 1 addition & 1 deletion features/src/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs Nginx.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/nginx:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/nginx:1.0.0": {
"version": "latest",
"stableOnly": false,
"downloadUrl": ""
Expand Down
2 changes: 1 addition & 1 deletion features/src/nginx/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nginx",
"version": "0.1.0",
"version": "1.0.0",
"name": "Nginx",
"description": "Installs Nginx.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs Node.js.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/node:0.3.0": {
"ghcr.io/postfinance/devcontainer-features/node:1.0.0": {
"version": "lts",
"npmVersion": "included",
"yarnVersion": "none",
Expand Down
2 changes: 1 addition & 1 deletion features/src/node/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "node",
"version": "0.3.0",
"version": "1.0.0",
"name": "Node.js",
"description": "Installs Node.js.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/nvidia-cuda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A package which installs NVIDIA CUDA.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/nvidia-cuda:0.1.1": {
"ghcr.io/postfinance/devcontainer-features/nvidia-cuda:1.0.0": {
"version": "latest",
"keyringVersion": "1.1-1",
"installLibraries": true,
Expand Down
2 changes: 1 addition & 1 deletion features/src/nvidia-cuda/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nvidia-cuda",
"version": "0.1.1",
"version": "1.0.0",
"name": "NVIDIA CUDA",
"description": "A package which installs NVIDIA CUDA.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/playwright-deps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs all dependencies required to run Playwright.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/playwright-deps:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/playwright-deps:1.0.0": {
"installChromiumDeps": true,
"installFirefoxDeps": true,
"installWebkitDeps": true
Expand Down
2 changes: 1 addition & 1 deletion features/src/playwright-deps/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "playwright-deps",
"version": "0.1.0",
"version": "1.0.0",
"name": "Playwright Dependencies",
"description": "Installs all dependencies required to run Playwright.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs Python.

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/python:0.2.0": {
"ghcr.io/postfinance/devcontainer-features/python:1.0.0": {
"version": "latest",
"downloadUrl": "",
"pipIndex": "",
Expand Down
2 changes: 1 addition & 1 deletion features/src/python/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "python",
"version": "0.2.0",
"version": "1.0.0",
"name": "Python",
"description": "Installs Python.",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A package which installs Rust, common Rust utilities and their required dependen

```json
"features": {
"ghcr.io/postfinance/devcontainer-features/rust:0.1.0": {
"ghcr.io/postfinance/devcontainer-features/rust:1.0.0": {
"version": "latest",
"rustupVersion": "latest",
"profile": "minimal",
Expand Down
2 changes: 1 addition & 1 deletion features/src/rust/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "rust",
"version": "0.1.0",
"version": "1.0.0",
"name": "Rust",
"description": "A package which installs Rust, common Rust utilities and their required dependencies.",
"options": {
Expand Down
Loading
Loading