Skip to content

Commit

Permalink
build images: Force use --privileged on containers
Browse files Browse the repository at this point in the history
Deploying FreeIPA in the testing containers requires privileged access.
  • Loading branch information
rjeffman committed Nov 4, 2024
1 parent 25577fa commit 8956a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/azure/templates/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- script: ansible-galaxy collection install containers.podman
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
env:
ANSIBLE_ROLES_PATH: "${PWD}/roles"
Expand Down

0 comments on commit 8956a7a

Please sign in to comment.