File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 33## Contents
44
55This repository contains following features:
6+
67- [ ansible-lint] ( ./src/ansible-lint/README.md ) : Ansible Lint
78- [ django-upgrade] ( ./src/django-upgrade/README.md ) : Django-upgrade
89- [ pyadr] ( ./src/pyadr/README.md ) : Python ADR
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ansible-lint checks playbooks for practices and behavior that could potentially
77
88``` json
99"features" : {
10- "ghcr.io/hspaans/devcontainer-features/ansible-lint:1 " : {}
10+ "ghcr.io/hspaans/devcontainer-features/ansible-lint:2 " : {}
1111}
1212```
1313
Original file line number Diff line number Diff line change 11{
22 "id" : " ansible-lint" ,
3- "version" : " 1 .0.2 " ,
3+ "version" : " 2 .0.0 " ,
44 "name" : " Ansible Lint (via pipx)" ,
55 "documentationURL" : " http://github.com/hspaans/devcontainer-features/tree/master/src/ansible-lint" ,
66 "licenseURL" : " http://github.com/hspaans/devcontainer-features/tree/master/LICENSE" ,
2222 }
2323 },
2424 "installsAfter" : [
25- " ghcr.io/devcontainers-contrib /features/pipx-package" ,
25+ " ghcr.io/devcontainers-extra /features/pipx-package" ,
2626 " ghcr.io/devcontainers/features/python" ,
27- " ghcr.io/devcontainers-contrib /features/ansible"
27+ " ghcr.io/devcontainers-extra /features/ansible"
2828 ]
2929}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414$nanolayer_location \
1515 install \
1616 devcontainer-feature \
17- " ghcr.io/devcontainers-contrib /features/pipx-package:1.1.7 " \
17+ " ghcr.io/devcontainers-extra /features/pipx-package:1.1.9 " \
1818 --option package=' ansible-lint' --option injections=" $PLUGINS " --option version=" $VERSION "
1919
2020
You can’t perform that action at this time.
0 commit comments