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
f1d2002b
Commit
f1d2002b
authored
Jun 10, 2021
by
Carina Antunes
Browse files
bump base image
parent
dddb4323
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f1d2002b
...
...
@@ -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:
b8a11ad40fd7ab069e460badb83a42c73b5d5b7b
FROM
gitlab-registry.cern.ch/webservices/cern-search/cern-search-rest-api/cern-search-rest-api-base:
6c8529ea9d6817aaab9f64f4c3c55870c5b28d4f
ARG
build_env
# CERN Search installation
...
...
Dockerfile-base
View file @
f1d2002b
...
...
@@ -17,7 +17,7 @@ RUN yum update -y && yum install -y \
https://linuxsoft.cern.ch/cern/centos/8/CERN/x86_64/Packages/CERN-CA-certs-20200530-1.el8.cern.noarch.rpm \
mailcap
# Uninstall python3.6 due to poetry bug (
and leave
node)
# Uninstall python3.6 due to poetry bug (
but don't unistall
node)
# https://github.com/python-poetry/poetry/issues/3463
RUN rpm -e --nodeps python36 && node -v
...
...
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