mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #775] [MERGED] Rootless container #944
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#944
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/775
Author: @martadinata666
Created: 12/26/2023
Status: ✅ Merged
Merged: 12/28/2023
Merged by: @nitnelave
Base:
main← Head:rootless-container📝 Commits (3)
1b9d094Add rootless container build0142523gosu on root image, add some comments for push dummy registry9b0f9faensure push to dummy registry📊 Changes
8 files changed (+318 additions, -178 deletions)
View changed files
📝
.github/workflows/Dockerfile.ci.alpine(+5 -89)➕
.github/workflows/Dockerfile.ci.alpine-base(+84 -0)➕
.github/workflows/Dockerfile.ci.alpine-rootless(+3 -0)📝
.github/workflows/Dockerfile.ci.debian(+31 -79)➕
.github/workflows/Dockerfile.ci.debian-base(+79 -0)➕
.github/workflows/Dockerfile.ci.debian-rootless(+3 -0)📝
.github/workflows/docker-build-static.yml(+93 -10)➕
docker-entrypoint-rootless.sh(+20 -0)📄 Description
Testing build for rootless container
Run as user 1000 (a.k.a lldap) by default. Deployer will be responsible for permission setup, only check
is config file exist?.#755
Things to do
Some resources:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.