Open
Description
Description
unable to run application on a docker alpine image.
Basic info
Hi guys I'm using the last version of golang objectbox library. I would like to run my application on a alpine docker image but I'm not able to do it.
I'm getting the following error:
2025/03/15 14:55:44 ObjectBox Go Quickstart
panic: Could not create box for entity ID 1: No error information
goroutine 1 [running]:
github.com/objectbox/objectbox-go/objectbox.(*ObjectBox).InternalBox(0xc0000164b0?, 0x1)
/go/pkg/mod/github.com/objectbox/[email protected]/objectbox/objectbox.go:198 +0xaa
objectbox-test/model.BoxForTask(...)
/usr/bin/model/model.obx.go:146
main.main()
/usr/bin/main.go:22 +0xd7
How to reproduce
Steps to reproduce the behavior:
- docker buildx build -f ./build/Dockerfile --platform linux/amd64 -t objbectbox-test:latest --load .
- docker run test-objectbox
I attached my demo apps