Skip to content
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

Revert "Docker: Include Root CA cert needed for APNs (#141)" #208

Merged
merged 3 commits into from
Apr 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/208.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove manually added GeoTrust Root CA certificate from docker image as Apple is no longer using it.
4 changes: 0 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ FROM python:3.7-slim
RUN apt-get update && apt-get install -y libpq5 && apt-get clean
COPY --from=builder /install /usr/local

# copy the root certificate used by APNs, since Debian removed it
COPY docker/GeoTrust_Global_CA.crt /usr/local/share/ca-certificates/GeoTrust_Global_CA.crt
RUN update-ca-certificates

EXPOSE 5000/tcp

ENTRYPOINT ["python", "-m", "sygnal.sygnal"]
20 changes: 0 additions & 20 deletions docker/GeoTrust_Global_CA.crt

This file was deleted.