[P0-30] Fix Docker, Compose, launcher, configuration, and secret-handling failures #38
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/starintel-server#38
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?
Confirmed defects
Docker image
The Nix package wraps
star-server, moving the real executable to a sibling wrapper target. The Docker build copies onlyresult/bin/star-serverinto a Debian runtime image. That wrapper references Nix-store paths and the hidden wrapped executable/closure, which are not copied. The runtime image is therefore not self-contained.Compose
Launcher/config
launch.shrunsstart ./init.lispinstead ofstart -i ./init.lisp.Required changes
Acceptance tests