[GH-ISSUE #14] Create Docker image #7

Closed
opened 2026-02-27 08:14:34 +03:00 by kerem · 0 comments
Owner

Originally created by @nitnelave on GitHub (Jun 28, 2021).
Original GitHub issue: https://github.com/lldap/lldap/issues/14

This shouldn't be too hard, but let's try to make it small if we can:

  • Start with an alpine linux image (other option is to start from a scratch image, but that can be annoying to debug).
  • Use a two-step image build, where one image installs Rust, npm and so on, builds the project, and the second images copies the resulting binary and compiled JS.
Originally created by @nitnelave on GitHub (Jun 28, 2021). Original GitHub issue: https://github.com/lldap/lldap/issues/14 This shouldn't be too hard, but let's try to make it small if we can: - Start with an alpine linux image (other option is to start from a `scratch` image, but that can be annoying to debug). - Use a two-step image build, where one image installs Rust, npm and so on, builds the project, and the second images copies the resulting binary and compiled JS.
kerem 2026-02-27 08:14:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#7
No description provided.