chore: Transferred image to Trust-IT Gitlab
This commit is contained in:
parent
19b56d3750
commit
a597dfdb0a
|
@ -1,7 +1,7 @@
|
||||||
###################
|
###################
|
||||||
### Extensions
|
### Extensions
|
||||||
###################
|
###################
|
||||||
FROM maicol07/ckan:2.10.4-focal as extbuild
|
FROM registry.trust-itservices.com/d4science/ckan-docker/ckan:2.10.4-focal as extbuild
|
||||||
|
|
||||||
# Switch to the root user
|
# Switch to the root user
|
||||||
USER root
|
USER root
|
||||||
|
@ -13,7 +13,7 @@ RUN apt-get install python3-dev python3-pip libxml2-dev libxslt1-dev libgeos-c1v
|
||||||
############
|
############
|
||||||
### MAIN
|
### MAIN
|
||||||
############
|
############
|
||||||
FROM maicol07/ckan:2.10.4-focal
|
FROM registry.trust-itservices.com/d4science/ckan-docker/ckan:2.10.4-focal
|
||||||
|
|
||||||
# Add the custom extensions to the plugins list
|
# Add the custom extensions to the plugins list
|
||||||
ENV CKAN__PLUGINS envvars image_view text_view recline_view datastore datapusher spatial_metadata spatial_query d4science d4science_theme
|
ENV CKAN__PLUGINS envvars image_view text_view recline_view datastore datapusher spatial_metadata spatial_query d4science d4science_theme
|
||||||
|
|
Loading…
Reference in New Issue