Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit eee6728

Browse files
fix: [Bug]: Ansible feature does not work with Debian Bookworm dev container (#470)
1 parent 2267986 commit eee6728

File tree

110 files changed

+236
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+236
-161
lines changed

src/ansible/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ansible",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"name": "Ansible (via pipx)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/ansible",
66
"description": "Ansible is a suite of software tools that enables infrastructure as code.",

src/ansible/install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
18-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.3" \
18+
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.6" \
1919
--option package='ansible-core' --option injections='ansible' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

src/aws-eb-cli/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "aws-eb-cli",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"name": "aws-eb-cli (via pipx)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/aws-eb-cli",
66
"description": "AWS Elastic Beanstalk CLI.",

src/aws-eb-cli/install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
18-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.3" \
18+
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.6" \
1919
--option package='awsebcli' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

src/bandit/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "bandit",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"name": "Bandit (via pipx)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/bandit",
66
"description": "Bandit is a tool designed to find common security issues in Python code.",

src/bandit/install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
18-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.3" \
18+
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.6" \
1919
--option package='bandit' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

src/bikeshed/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "bikeshed",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"name": "Bikeshed (via pipx)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/bikeshed",
66
"description": "A preprocessor for anyone writing specifications that converts source files into actual specs.",

src/bikeshed/install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
18-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.3" \
18+
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.6" \
1919
--option package='bikeshed' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

src/black/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "black",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"name": "Black (via pipx)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/black",
66
"description": "Black is an uncompromising Python code formatter.",

src/black/install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.29"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
18-
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.3" \
18+
"ghcr.io/devcontainers-contrib/features/pipx-package:1.1.6" \
1919
--option package='black' --option version="$VERSION"
20+
2021

2122

2223
echo 'Done!'

0 commit comments

Comments
 (0)