opennebula-docker: 0.4.5 re-adds capabilities access
This commit is contained in:
parent
f0e64a052b
commit
6c91b958cd
2 changed files with 19 additions and 0 deletions
17
opennebula-docker/Dockerfile_0.4.5
Normal file
17
opennebula-docker/Dockerfile_0.4.5
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
FROM debian:trixie
|
||||
|
||||
COPY entrypoint.sh /
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y gnupg2 openssh-server strace sudo wget ceph-common
|
||||
RUN wget -q -O- https://downloads.opennebula.io/repo/repo2.key | gpg --dearmor --yes --output /etc/apt/keyrings/opennebula.gpg
|
||||
RUN echo "deb [signed-by=/etc/apt/keyrings/opennebula.gpg] https://downloads.opennebula.io/repo/7.1/Debian/13 stable opennebula" > /etc/apt/sources.list.d/opennebula.list
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends opennebula-node-kvm
|
||||
|
||||
COPY virtlogd.conf /etc/libvirt/virtlogd.conf
|
||||
RUN chmod a+r /etc/libvirt/virtlogd.conf
|
||||
|
||||
RUN echo 'auth_unix_ro = "none"' >> /etc/libvirt/libvirtd.conf
|
||||
RUN echo 'auth_unix_rw = "none"' >> /etc/libvirt/libvirtd.conf
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
* 0.4.5, 2026-08-19
|
||||
- Fix capability access by granting access via unix socket
|
||||
* 0.4.4, 2026-08-19
|
||||
- Revert to base virsh, seems to be working
|
||||
* 0.4.3, 2026-08-19
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue