Skip to content

Commit

Permalink
Bump versions for alpine features and remove zsh completion installat…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
cirolosapio committed Oct 16, 2024
1 parent d842b58 commit 1fe03db
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/alpine-aws-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-aws-cli",
"id": "alpine-aws-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "Installs aws-cli on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-aws-cli",
"installsAfter": [
Expand Down
4 changes: 0 additions & 4 deletions src/alpine-aws-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ echo "Activating feature 'alpine-aws-cli'"

apk --no-cache add aws-cli

if command -v zsh &> /dev/null; then
apk --no-cache add aws-cli-zsh-completion
fi

echo 'Done!'
2 changes: 1 addition & 1 deletion src/alpine-bat/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-bat",
"id": "alpine-bat",
"version": "0.0.12",
"version": "0.0.13",
"description": "Installs bat on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-bat",
"installsAfter": [
Expand Down
1 change: 0 additions & 1 deletion src/alpine-bat/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ if command -v zsh &> /dev/null; then
fi
fi

apk --no-cache add bat-zsh-completion
echo $'\nalias cat=bat' >> $_CONTAINER_USER_HOME/.zshrc
fi

Expand Down
2 changes: 1 addition & 1 deletion src/alpine-bottom/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-bottom",
"id": "alpine-bottom",
"version": "0.0.5",
"version": "0.0.6",
"description": "Installs bottom on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-bottom",
"installsAfter": [
Expand Down
4 changes: 0 additions & 4 deletions src/alpine-bottom/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ echo "Activating feature 'alpine-bottom'"

apk --no-cache add bottom

if command -v zsh &> /dev/null; then
apk --no-cache add bottom-zsh-completion
fi

echo 'Done!'
2 changes: 1 addition & 1 deletion src/alpine-broot/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-broot",
"id": "alpine-broot",
"version": "0.0.4",
"version": "0.0.5",
"description": "Installs broot on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-broot",
"installsAfter": [
Expand Down
4 changes: 0 additions & 4 deletions src/alpine-broot/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ echo "Activating feature 'alpine-broot'"

apk --no-cache add broot

if command -v zsh &> /dev/null; then
apk --no-cache add broot-zsh-completion
fi

echo 'Done!'
2 changes: 1 addition & 1 deletion src/alpine-deno/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-deno",
"id": "alpine-deno",
"version": "0.0.6",
"version": "0.0.7",
"description": "Installs deno on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-deno",
"installsAfter": [
Expand Down
4 changes: 0 additions & 4 deletions src/alpine-deno/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ echo "Activating feature 'alpine-deno'"

apk --no-cache add deno

if command -v zsh &> /dev/null; then
apk --no-cache add deno-zsh-completion
fi

echo 'Done!'
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-docker-outside-of-docker",
"id": "alpine-docker-outside-of-docker",
"version": "0.0.18",
"version": "0.0.19",
"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": [
Expand Down
4 changes: 0 additions & 4 deletions src/alpine-docker-outside-of-docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,4 @@ if [[ $INSTALLDOCKERCOMPOSE == "true" ]]; then
apk --no-cache add docker-compose
fi

if command -v zsh &> /dev/null; then
apk --no-cache add docker-zsh-completion
fi

echo 'Done!'

0 comments on commit 1fe03db

Please sign in to comment.