Skip to content
Open
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
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Release dev container features"
name: "jospicer action --- Release dev container features"
on:
workflow_dispatch:
push:
Expand All @@ -13,9 +13,10 @@ jobs:
- uses: actions/checkout@v2

- name: "Publish"
uses: devcontainers/action@v1
uses: joshspicer/devcontainer-action@v0
with:
publish-features: "true"
base-path-to-features: "./src"
# disable-schema-validation: "true"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115 changes: 0 additions & 115 deletions .github/workflows/test-all.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions src/anaconda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

```json
"features": {
"ghcr.io/devcontainers/features/anaconda:1": {}
"ghcr.io/codspace/featuresfork/anaconda:1": {}
}
```

Expand All @@ -34,4 +34,4 @@ conda install python=3.7

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/anaconda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/anaconda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/aws-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles

```json
"features": {
"ghcr.io/devcontainers/features/aws-cli:1": {}
"ghcr.io/codspace/featuresfork/aws-cli:1": {}
}
```

Expand All @@ -21,4 +21,4 @@ Available versions of the AWS CLI can be found here: https://github.com/aws/aws-

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/aws-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/aws-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/azure-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil

```json
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {}
"ghcr.io/codspace/featuresfork/azure-cli:1": {}
}
```

Expand All @@ -23,4 +23,4 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/azure-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/azure-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/common-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r

```json
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {}
"ghcr.io/codspace/featuresfork/common-utils:2": {}
}
```

Expand Down Expand Up @@ -48,4 +48,4 @@ For `zsh`, the default theme is a [standard Oh My Zsh! theme](https://ohmyz.sh/)

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/common-utils/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/common-utils/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/conda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A cross-platform, language-agnostic binary package manager

```json
"features": {
"ghcr.io/devcontainers/features/conda:1": {}
"ghcr.io/codspace/featuresfork/conda:1": {}
}
```

Expand Down Expand Up @@ -35,4 +35,4 @@ conda install python=3.7

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/conda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/conda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
6 changes: 3 additions & 3 deletions src/desktop-lite/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

# Light-weight Desktop (desktop-lite)

Adds a lightweight Fluxbox based desktop to the container that can be accessed using a VNC viewer or the web. GUI-based commands executed from the built-in VS code terminal will open on the desktop automatically.


## Example Usage

```json
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {}
"ghcr.io/codspace/featuresfork/desktop-lite:1": {}
}
```

Expand Down Expand Up @@ -89,4 +89,4 @@ That's it!

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/desktop-lite/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/desktop-lite/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
2 changes: 1 addition & 1 deletion src/desktop-lite/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.6",
"name": "Light-weight Desktop",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/desktop-lite",
"description": "Adds a lightweight Fluxbox based desktop to the container that can be accessed using a VNC viewer or the web. GUI-based commands executed from the built-in VS code terminal will open on the desktop automatically.",
"blahhhhh": "Adds a lightweight Fluxbox based desktop to the container that can be accessed using a VNC viewer or the web. GUI-based commands executed from the built-in VS code terminal will open on the desktop automatically.",
"options": {
"version": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions src/docker-from-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Re-use the host docker socket, adding the Docker CLI to a container. Feature inv

```json
"features": {
"ghcr.io/devcontainers/features/docker-from-docker:1": {}
"ghcr.io/codspace/featuresfork/docker-from-docker:1": {}
}
```

Expand Down Expand Up @@ -77,4 +77,4 @@ services:

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/docker-from-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/docker-from-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/docker-in-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Create child containers *inside* a container, independent from the host's docker

```json
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
"ghcr.io/codspace/featuresfork/docker-in-docker:2": {}
}
```

Expand All @@ -31,4 +31,4 @@ This docker-in-docker Dev Container Feature is roughly based on the [official do

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/docker-in-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/docker-in-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option

```json
"features": {
"ghcr.io/devcontainers/features/dotnet:1": {}
"ghcr.io/codspace/featuresfork/dotnet:1": {}
}
```

Expand All @@ -23,4 +23,4 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/dotnet/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/dotnet/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/git-lfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful

```json
"features": {
"ghcr.io/devcontainers/features/git-lfs:1": {}
"ghcr.io/codspace/featuresfork/git-lfs:1": {}
}
```

Expand All @@ -21,4 +21,4 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/git-lfs/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/git-lfs/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Install an up-to-date version of Git, built from source as needed. Useful for wh

```json
"features": {
"ghcr.io/devcontainers/features/git:1": {}
"ghcr.io/codspace/featuresfork/git:1": {}
}
```

Expand All @@ -22,4 +22,4 @@ Install an up-to-date version of Git, built from source as needed. Useful for wh

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/git/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/git/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/github-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installs the GitHub CLI. Auto-detects latest version and installs needed depende

```json
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
"ghcr.io/codspace/featuresfork/github-cli:1": {}
}
```

Expand All @@ -22,4 +22,4 @@ Installs the GitHub CLI. Auto-detects latest version and installs needed depende

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/github-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/github-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installs Go and common Go utilities. Auto-detects latest version and installs ne

```json
"features": {
"ghcr.io/devcontainers/features/go:1": {}
"ghcr.io/codspace/featuresfork/go:1": {}
}
```

Expand All @@ -22,4 +22,4 @@ Installs Go and common Go utilities. Auto-detects latest version and installs ne

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/go/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/go/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/hugo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

```json
"features": {
"ghcr.io/devcontainers/features/hugo:1": {}
"ghcr.io/codspace/featuresfork/hugo:1": {}
}
```

Expand All @@ -22,4 +22,4 @@

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/hugo/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/hugo/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies.

```json
"features": {
"ghcr.io/devcontainers/features/java:1": {}
"ghcr.io/codspace/featuresfork/java:1": {}
}
```

Expand All @@ -29,4 +29,4 @@ For the Java Feature from this repository, see [NOTICE.txt](https://github.com/d

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/java/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/java/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
4 changes: 2 additions & 2 deletions src/kubectl-helm-minikube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects

```json
"features": {
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {}
"ghcr.io/codspace/featuresfork/kubectl-helm-minikube:1": {}
}
```

Expand Down Expand Up @@ -35,4 +35,4 @@ nohup kubectl port-forward --pod-running-timeout=24h -n ingress-nginx service/in

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/kubectl-helm-minikube/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/codspace/featuresfork/blob/main/src/kubectl-helm-minikube/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
Loading