mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 00:36:01 +03:00
[GH-ISSUE #1369] [BUG] Dockerfile Build Fails #477
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#477
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 @vividnightmare on GitHub (Dec 24, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1369
Describe the bug
Building the image locally using release zip v0.6.2 on arm64 ubuntu using podman 4.9.3.
Build fails at the step
RUN cargo build --release -p lldap -p lldap_migration_tool -p lldap_set_password
# Build the frontend.
&& ./app/build.sh
with error
[INFO]: Installing wasm-bindgen...
Error: No such file or directory (os error 2)
Caused by: No such file or directory (os error 2)
gzip: pkg/lldap_app_bg.wasm: No such file or directory
Error: building at STEP "RUN cargo build --release -p lldap -p lldap_migration_tool -p lldap_set_password && ./app/build.sh": while running runtime: exit status 1
To Reproduce
Steps to reproduce the behavior:
podman build -t lldap .Expected behavior
Expect build to succeed and a local image to be available.
Logs
It's far too long to paste here, see the above error.
Additional context
ubuntu 24.04 arm64
podman 4.9.3
rootless quadlet (intended)
@coderabbitai[bot] commented on GitHub (Dec 24, 2025):
📝 CodeRabbit Plan Mode
Generate an implementation plan and prompts that you can use with your favorite coding agent.
Examples
🔗 Similar Issues
Related Issues
👤 Suggested Assignees
🧪 Issue enrichment is currently in open beta.
You can configure auto-planning by selecting labels in the issue_enrichment configuration.
To disable automatic issue enrichment, add the following to your
.coderabbit.yaml:💬 Have feedback or questions? Drop into our discord or schedule a call!
@nitnelave commented on GitHub (Dec 24, 2025):
The root dockerfile is always a bit outdated (we should have CI to test it), it's a dev container. The one used to produce the images we publish is in .github/workflows
@vividnightmare commented on GitHub (Dec 24, 2025):
Thanks, I'll try that one this afternoon.
/apppath andentrypoint#766