docker: Add a rootless container

New images with "-rootless" tags will automatically get released on the docker registry.
This commit is contained in:
Dedy Martadinata S
2023-12-28 17:22:20 +07:00
committed by GitHub
parent b6e6269956
commit f363ff9437
8 changed files with 318 additions and 178 deletions

View File

@@ -0,0 +1,3 @@
FROM localhost:5000/lldap/lldap:debian-base
COPY --chown=$USER:$USER docker-entrypoint-rootless.sh /docker-entrypoint.sh
USER $USER