Skip to content

Commit

Permalink
fix: Adding missing EE option skip_pip_install (#4299)
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Scheib <steffen@scheib.me>
Co-authored-by: Ajinkya Udgirkar <ajinkyaudgirkar@gmail.com>
Co-authored-by: Alison Hart <alhart@redhat.com>
  • Loading branch information
3 people committed Sep 6, 2024
1 parent b56c931 commit 5a987e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ansiblelint/schemas/execution-environment.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@
"description": "Disables the check for Ansible/Runner in final image",
"type": "boolean"
},
"skip_pip_install": {
"description": "Disables the installation of pip in the base image",
"type": "boolean"
},
"user": {
"description": "Sets the username or UID",
"type": "string"
Expand Down

0 comments on commit 5a987e4

Please sign in to comment.