Skip to content

Commit

Permalink
ci: Avoid using pip as root
Browse files Browse the repository at this point in the history
There's absolutely no reason to have the pip installation and any kind
of docker usage requiring root.

Docker must be properly configured, following:
https://docs.docker.com/engine/install/linux-postinstall/

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
  • Loading branch information
fidencio committed Jun 20, 2024
1 parent 6e99b82 commit 4c135a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/ansible/start_docker_registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#
---
- hosts: all
become: yes
vars:
local_registry_port: 5000
local_registry_name: local-registry
Expand Down

0 comments on commit 4c135a2

Please sign in to comment.