mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #296] Failing to boot with own image of Big Sur 11.4 "error while loading shared libraries: libyara.so.4" #207
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#207
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @way2me on GitHub (Jun 27, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/296
OS related issued, please help us identify the issue by posting the output of this
Used this command to build image:
docker build ${NO_CACHE} --build-arg BRANCH="${BRANCH}" --build-arg RANKMIRRORS=true --build-arg MIRROR_COUNTRY="${MIRROR_COUNTRY}" --build-arg VERSION=11.4 --build-arg SIZE=180G -f ./Dockerfile -t docker-osx:latest .
and here is run command logs:
@sickcodes commented on GitHub (Jun 28, 2021):
You used
-t docker-osx:latestbut tried to bootdocker-osx:big-sur@way2me commented on GitHub (Jun 28, 2021):
I did retag the image.
Image can be found here
way2ezee/docker-osx:big-sur@way2me commented on GitHub (Jun 29, 2021):
libyara.so.4 is needed and found libyara.so.8
@way2me commented on GitHub (Jun 29, 2021):
Can this fix be accomodated: https://bugs.archlinux.org/task/64853
@sickcodes commented on GitHub (Jul 28, 2021):
Fixed recently, https://github.com/sickcodes/Docker-OSX/pull/325
@bphd commented on GitHub (Aug 6, 2023):
I have "Failed to parse ACL : Invalid argument. Ignoring" and "mdadm: No arrays found in config file or automatically " and "lvmetad: command not found " too but I didn't "docker build" at all, just "podman run -it"
No logs about libyara at all when run it