-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
🎃 hacktoberfesthttps://hacktoberfest.digitalocean.com/detailshttps://hacktoberfest.digitalocean.com/details🐛 bugSomething isn't workingSomething isn't working
Milestone
Description
make docker_all fails with:
writing new private key to 'docker/certs/osctrl.key'
docker/certs/osctrl.key: No such file or directory
140048378546064:error:02001002:system library:fopen:No such file or directory:bss_file.c:402:fopen('docker/certs/osctrl.key','w')
140048378546064:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:404:
make: *** [docker_all] Error 1
Attempting to manually start:
docker-compose up
...
ERROR: Cannot locate specified Dockerfile: docker/tls/Dockerfile
docker-compose.yml is now located inside the docker directory, it seems the path to the Dockerfile should be just tls/Dockerfile.
After editing paths, docker-compose up fails with:
ERROR: Service 'osctrl-tls' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder567593261/cmd/tls/scripts: no such file or directory
This appears to be because it's looking for the ~/osctrl/cmd/tls/scripts directory that is one directory up from the docker-compose.yml.
Metadata
Metadata
Assignees
Labels
🎃 hacktoberfesthttps://hacktoberfest.digitalocean.com/detailshttps://hacktoberfest.digitalocean.com/details🐛 bugSomething isn't workingSomething isn't working