Skip to content
Snippets Groups Projects
Commit a9388341 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'docker/sentry-sdk' into 'master'

[Docker] Install Sentry SDK in base image

See merge request !818
parents f183bdf6 bb89e6b2
No related branches found
No related tags found
1 merge request!818[Docker] Install Sentry SDK in base image
Pipeline #45200 canceled
......@@ -24,6 +24,7 @@ Changed
~~~~~~~
* Docker base image ships PostgreSQL 14 client binaries for maximum compatibility
* Docker base image contains Sentry client by default (disabled in config by default)
Removed
~~~~~~~
......
FROM debian:bullseye-slim AS core
# Build arguments
ARG EXTRAS="ldap,s3"
ARG EXTRAS="ldap,s3,sentry"
ARG APP_VERSION=""
# Configure Python to be nice inside Docker and pip to stfu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment