Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
webservices
cern-search
cern-search-rest-api
Commits
bacaf368
Commit
bacaf368
authored
Aug 20, 2020
by
Carina Antunes
Browse files
[HOTFIX] Add sentry-sdk dependency
parent
659daf67
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
bacaf368
...
...
@@ -7,7 +7,7 @@
# under the terms of the MIT License; see LICENSE file for more details.
# Use CentOS7:
FROM
gitlab-registry.cern.ch/webservices/cern-search/cern-search-rest-api/cern-search-rest-api-base:
5bc6cce36b006c68e706191bf94854262c6a0351
FROM
gitlab-registry.cern.ch/webservices/cern-search/cern-search-rest-api/cern-search-rest-api-base:
fd5962cd26cdea5743b8c2802a01ff25b62ddb57
ARG
build_env
# CERN Search installation
...
...
Pipfile
View file @
bacaf368
...
...
@@ -28,7 +28,7 @@ invenio-files-processor = {extras = ["tika"],git = "https://github.com/carantune
invenio-files-rest
=
">
=
1.2
.
0
,
<
1.3
.
0
"
invenio-indexer
=
">
=
1.1
.
1
,
<
1.2
.
0
"
invenio-jsonschemas
=
">
=
1.1
.
0
,
<
1.2
.
0
"
invenio-logging
=
">
=
1.3
.
0
,
<
1.4
.
0
"
invenio-logging
=
{
extras
=
["sentry-sdk"]
,version
=
">
=
1.3
.
0
,
<
1.4
.
0
"
}
invenio-oauth2server
=
">
=
1.2
.
0
,
<
1.3
.
0
"
invenio-oauthclient
=
">
=
1.3
.
0
,
<
1.4
.
0
"
invenio-records
=
{
extras
=
["postgresql"]
,version
=
">
=
1.3
.
1
,
<
1.4
.
0
"}
...
...
Pipfile.lock
View file @
bacaf368
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment