diff --git a/opennebula-docker/Dockerfile_0.4.2 b/opennebula-docker/Dockerfile_0.4.2 new file mode 120000 index 0000000..94aaeb3 --- /dev/null +++ b/opennebula-docker/Dockerfile_0.4.2 @@ -0,0 +1 @@ +Dockerfile_0.2.2 \ No newline at end of file diff --git a/opennebula-docker/README.org b/opennebula-docker/README.org index 8894863..ad80be0 100644 --- a/opennebula-docker/README.org +++ b/opennebula-docker/README.org @@ -1,5 +1,7 @@ +* 0.4.2, 2026-08-19 + - Include virtlogd * 0.4.1, 2026-08-19 - - Fix + - Fix /etc/host write error * 0.4.0, 2026-08-19 - Fix /etc/hosts update for ceph * 0.3.0, 2026-06-15 diff --git a/opennebula-docker/entrypoint.sh b/opennebula-docker/entrypoint.sh index 8621b15..a67a536 100755 --- a/opennebula-docker/entrypoint.sh +++ b/opennebula-docker/entrypoint.sh @@ -34,6 +34,8 @@ EOF --secret "$(cat /ceph-secret/uuid)" \ --base64 "$(cat /ceph-secret/key)" rm "$libvirtd_tmp_secret" + + /usr/sbin/virtlogd --daemon fi while true; do