Skip to content

Commit

Permalink
Merge pull request #68 from baude/addansible
Browse files Browse the repository at this point in the history
Add ansible to podman-machine-os
  • Loading branch information
openshift-merge-bot[bot] authored Jan 22, 2025
2 parents 4f22bcb + 3eb7c58 commit 9b8ef76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion podman-image/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ RUN if [[ ${PODMAN_RPM_TYPE} == "dev" ]]; then \
# Install subscription-manager and enable service to refresh certificates
# Install qemu-user-static for bootc
# Install gvisor-tap-vsock-gvforwarder for hyperv
RUN rpm-ostree install subscription-manager gvisor-tap-vsock-gvforwarder qemu-user-static && rm -fr /var/cache
# Install ansible for post-install configuration
RUN rpm-ostree install subscription-manager gvisor-tap-vsock-gvforwarder qemu-user-static ansible-core && rm -fr /var/cache

RUN systemctl enable rhsmcertd.service
# Patching qemu backed binfmt configurations to use the actual executable's permissions and not the interpreter's
Expand Down

0 comments on commit 9b8ef76

Please sign in to comment.