Sign inSign up

containerinfra/sentry

By containerinfra

Updated almost 8 years ago

Sentry Docker image with additional configuration and authentication providers added.

Image
0

3.3K

containerinfra/sentry repository overview

Docker Sentry build

Sentry build based upon the Official Sentry build from Docker hub, with additional configuration and authentication providers added.

This repository containers Dockerfiles and configuration to build multiple Sentry images and publishes those to the Gitlab Registry and Docker hub.

Github repo

Table of Contents

Usage

Image

Deploy Sentry using containerinfra/sentry. See docker-compose.yml for an example.

Configuration

This container uses the following environment variables for configuring oidc, these are required for this image to work properly.

If not set, you may have trouble with configurating authentication plugins in the organisation settings.

VariableDescription
OIDC_CLIENT_IDClient id
OIDC_CLIENT_SECRETClient secret
OIDC_SCOPERequired scopes, defaults to openid email
OIDC_WELL_KNOWN_URLURL to fetch oidc endpoints from
Gitlab

When using this with a Gitlab installation, supply the following environment variables:

    OIDC_CLIENT_ID: 'YOUR-CLIENT-ID'
    OIDC_CLIENT_SECRET: 'YOUR-CLIENT-SECRET'
    ODIC_WELL_KNOWN_URL: 'https://gitlab.yourdomain.com'
Keycloak

When using this with Keycloak installation, supply the following environment variables:

    OIDC_CLIENT_ID: 'YOUR-CLIENT-ID'
    OIDC_CLIENT_SECRET: 'YOUR-CLIENT-SECRET'
    ODIC_WELL_KNOWN_URL: 'http://keycloak.yourdomain.com/auth/realms/YOUR_REALM'
Image tags
TagNotes
9Sentry Version 9.x
9.0Sentry Version 9.0.x
9.0.0Sentry Version 9.0.0
8Sentry Version 8.x
8.22Sentry Version 8.22.x
8.22.0Sentry Version 8.22.0

Automated build

This image is build at least once a month automatically.

Contribute

PRs accepted. All issues should be reported in the Github issue tracker.

License

MIT © ContainerInfra

Tag summary

Content type

Image

Digest

Size

210.9 MB

Last updated

almost 8 years ago

docker pull containerinfra/sentry