mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #41] Trying to build image locally - bash error #24
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#24
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?
Originally created by @anthonyMc11 on GitHub (Aug 31, 2022).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/41
I'm trying to build the image locally for this project from the master branch, the only changes I've made is to the docker-compose file to simplify it:
version: '2'services:ldap:image: my-local-ldapbuild:context: ./dockerfile: ./DockerfileNo such file or directory bash
when trying to run the s6-overlay
I've looked at the information on s6 and I've even trying upgrading to v3 but still getting this error, do you know how to get past it?
Below is the log output for the container
[cont-init.d] 000-slapd-package-config: exited 127.
[cont-init.d] 010-tls-certificates: executing...
[cont-init.d] 010-tls-certificates: exited 127.
[cont-init.d] 020-filesystem-perms: executing...
[cont-init.d] 020-filesystem-perms: exited 127.
[cont-init.d] 050-openldap-populate: executing...
[cont-init.d] 050-openldap-populate: exited 127.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
@jcvegan commented on GitHub (Oct 17, 2022):
Hello @anthonyMc11 I am facing the same issue, how did you solve it?
@anthonyMc11 commented on GitHub (Oct 17, 2022):
@jcvegan the issue was I was using Windows. To fix it I opened the project in vscode and changed all the line endings to be cf. It then started working. I would've committed the fix, however github didn't recognise the line endings as a change