mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #402] [MERGED] Add devcontainer #717
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#717
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?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/402
Author: @pixelrazor
Created: 12/31/2022
Status: ✅ Merged
Merged: 1/3/2023
Merged by: @nitnelave
Base:
main← Head:feature/dev-container📝 Commits (5)
3a559ecAdd devcontainer05f4dfeRemove extra paarts from devcontainer config4061506Add user for correct file permsd425305update ignore files27d3765missed dir in dockerignore📊 Changes
4 files changed (+36 additions, -0 deletions)
View changed files
➕
.devcontainer/Dockerfile(+26 -0)➕
.devcontainer/devcontainer.json(+5 -0)📝
.dockerignore(+4 -0)📝
.gitignore(+1 -0)📄 Description
Fixes #331
The dockerfile could probably be optimized - i just tinkered until i got something that wants to work out the box. the cargo install step is pretty hefty, so i COULD try to tinker with making that a separate layer as early as possible to help cache it, but i don't think it's too important given this shouldn't change often at all.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.