You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned this repo, changed requirements.txt to add sentry-auth-google==0.1.0 and built it with docker build -t my-company/sentry .. Then I ran the same setup that I was before able to run with slafs/sentry-docker, but this time I got the following error:
sentry.runner.importer.ConfigurationError: Exception: Error: SENTRY_SECRET_KEY is undefined, run generate-secret-key and set to -e SENTRY_SECRET_KEY
This makes me think that the slafs/sentry-docker image on Docker Hub was built some different way.
What's the easiest way to build this? The Extending this image section of the read me seems a bit excessive.
The text was updated successfully, but these errors were encountered:
I cloned this repo, changed
requirements.txt
to addsentry-auth-google==0.1.0
and built it withdocker build -t my-company/sentry .
. Then I ran the same setup that I was before able to run withslafs/sentry-docker
, but this time I got the following error:sentry.runner.importer.ConfigurationError: Exception: Error: SENTRY_SECRET_KEY is undefined, run
generate-secret-keyand set to -e SENTRY_SECRET_KEY
This makes me think that the
slafs/sentry-docker
image on Docker Hub was built some different way.What's the easiest way to build this? The Extending this image section of the read me seems a bit excessive.
The text was updated successfully, but these errors were encountered: