Skip to content

Commit

Permalink
chore: Update devcontainer feature versions for Alpine-Bat, Alpine-Do…
Browse files Browse the repository at this point in the history
…cker-Outside-of-Docker, Alpine-GH-Copilot-CLI, Alpine-Magento-Cloud-CLI, Alpine-Navi, Alpine-Node, Alpine-Nushell, and Alpine-Ohmyzsh
  • Loading branch information
cirolosapio committed Apr 23, 2024
1 parent 4d1a12b commit 978cb10
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 9 deletions.
3 changes: 2 additions & 1 deletion src/alpine-bat/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "alpine-bat",
"id": "alpine-bat",
"version": "0.0.10",
"version": "0.0.11",
"description": "Installs bat on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-bat",
"installsAfter": [
"ghcr.io/cirolosapio/devcontainers-features/alpine-user",
"ghcr.io/cirolosapio/devcontainers-features/alpine-ohmyzsh"
]
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "alpine-docker-outside-of-docker",
"id": "alpine-docker-outside-of-docker",
"version": "0.0.11",
"version": "0.0.12",
"description": "Re-use the host docker socket, adding the Docker CLI to alpine container",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-docker-outside-of-docker",
"installsAfter": [
"ghcr.io/cirolosapio/devcontainers-features/alpine-user"
],
"legacyIds": [
"alpine-docker"
],
Expand Down
3 changes: 2 additions & 1 deletion src/alpine-gh-copilot-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "alpine-gh-copilot-cli",
"id": "alpine-gh-copilot-cli",
"version": "0.0.13",
"version": "0.0.14",
"description": "Installs Github Copilot CLI on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-gh-copilot-cli",
"installsAfter": [
"ghcr.io/cirolosapio/devcontainers-features/alpine-user",
"ghcr.io/cirolosapio/devcontainers-features/alpine-bash",
"ghcr.io/cirolosapio/devcontainers-features/alpine-ohmyzsh"
],
Expand Down
4 changes: 3 additions & 1 deletion src/alpine-magento-cloud-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "alpine-magento-cloud-cli",
"id": "alpine-magento-cloud-cli",
"version": "0.0.4",
"version": "0.0.5",
"description": "Installs magento-cloud-cli on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-magento-cloud-cli",
"installsAfter": [
"ghcr.io/cirolosapio/devcontainers-features/alpine-user",
"ghcr.io/cirolosapio/devcontainers-features/alpine-bash",
"ghcr.io/cirolosapio/devcontainers-features/alpine-ohmyzsh"
],
"dependsOn": {
Expand Down
3 changes: 2 additions & 1 deletion src/alpine-n98-magerun2/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "alpine-n98-magerun2",
"id": "alpine-n98-magerun2",
"version": "0.0.14",
"version": "0.0.15",
"description": "Installs n98-magerun2 on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-n98-magerun2",
"legacyIds": [
"alpine-n98-magerun"
],
"installsAfter": [
"ghcr.io/cirolosapio/devcontainers-features/alpine-user",
"ghcr.io/cirolosapio/devcontainers-features/alpine-ohmyzsh"
],
"options": {
Expand Down
3 changes: 2 additions & 1 deletion src/alpine-navi/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "alpine-navi",
"id": "alpine-navi",
"version": "0.0.9",
"version": "0.0.10",
"description": "Installs navi on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-navi",
"installsAfter": [
"ghcr.io/cirolosapio/devcontainers-features/alpine-user",
"ghcr.io/cirolosapio/devcontainers-features/alpine-ohmyzsh"
]
}
5 changes: 4 additions & 1 deletion src/alpine-node/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "alpine-node",
"id": "alpine-node",
"version": "0.0.10",
"version": "0.0.11",
"description": "Installs node and npm on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-node",
"installsAfter": [
"ghcr.io/cirolosapio/devcontainers-features/alpine-user"
],
"options": {
"corepack": {
"type": "boolean",
Expand Down
3 changes: 2 additions & 1 deletion src/alpine-nushell/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "alpine-nushell",
"id": "alpine-nushell",
"version": "0.0.10",
"version": "0.0.11",
"description": "Installs nushell on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-nushell",
"installsAfter": [
"ghcr.io/cirolosapio/devcontainers-features/alpine-user",
"ghcr.io/cirolosapio/devcontainers-features/alpine-starship"
]
}
3 changes: 2 additions & 1 deletion src/alpine-ohmyzsh/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "alpine-ohmyzsh",
"id": "alpine-ohmyzsh",
"version": "0.0.18",
"version": "0.0.19",
"description": "Installs ohmyzsh on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-ohmyzsh",
"installsAfter": [
"ghcr.io/cirolosapio/devcontainers-features/alpine-user",
"ghcr.io/cirolosapio/devcontainers-features/alpine-starship"
],
"options": {
Expand Down

0 comments on commit 978cb10

Please sign in to comment.