-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slim docker image (around 7 MB) #138
base: master
Are you sure you want to change the base?
Conversation
Sorry for getting to this so late, +1 for slim image! What are the certs for in the |
This branch was made before the Docker 17.05 multi-stage building system so it should be possible to do better now :) And for the certs, because I do not load the entire ca-certificates tree, (because heh, we only connect to Apple and Google), I just isolated the root CA certificates validating the SSL connections.
|
You can build a Docker image with the
scripts/build-docker-image.sh
script.After building it, you can get a fully working uniqush instance with: