Skip to content

Commit

Permalink
CI: Disable apparmor because of following error
Browse files Browse the repository at this point in the history
- actions/runner-images#10015
```
[1/2] STEP 15/16: RUN echo '{"auths":{"fake":{"auth":"aWQ6cGFzcwo="}}}' > /tmp/.pull-secret &&    /src/scripts/devenv-builder/configure-vm.sh --no-build --no-set-release-version --skip-dnf-update /tmp/.pull-secret &&    /src/okd/src/use_okd_assets.sh --replace ${OKD_REPO} ${OKD_VERSION_TAG}
sudo: PAM account management error: Authentication service cannot retrieve authentication info
```
  • Loading branch information
praveenkumar committed Jan 30, 2025
1 parent 4115f28 commit c87aacb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
popd
- name: build microshift image and push
run: |
# https://github.com/actions/runner-images/issues/10015
sudo systemctl is-active --quiet apparmor.service && sudo systemctl stop apparmor.service
sudo systemctl disable apparmor.service
./create-microshift-image.sh

0 comments on commit c87aacb

Please sign in to comment.