Skip to content
Snippets Groups Projects
Commit 8956a7a1 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

build images: Force use --privileged on containers

Deploying FreeIPA in the testing containers requires privileged access.
parent 25577fa9
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ jobs: ...@@ -25,7 +25,7 @@ jobs:
- script: ansible-galaxy collection install containers.podman - script: ansible-galaxy collection install containers.podman
displayName: Install Ansible Galaxy collections displayName: Install Ansible Galaxy collections
- script: infra/image/build.sh -s ${{ parameters.distro }} - script: infra/image/build.sh -p -s ${{ parameters.distro }}
displayName: Build ${{ parameters.distro }} base image displayName: Build ${{ parameters.distro }} base image
env: env:
ANSIBLE_ROLES_PATH: "${PWD}/roles" ANSIBLE_ROLES_PATH: "${PWD}/roles"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment