forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from mjanez/ckan-2.10.5
Update ckan extensions
- Loading branch information
Showing
10 changed files
with
47 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,15 @@ COPY req_fixes req_fixes | |
## XLoader - 1.0.1-stable (mjanez/Forked fixed version) ## | ||
## Harvest - v1.5.6 (mjanez Enhanced Privacy and Security for Remote Harvesting) ## | ||
## Geoview - v0.2.2 ## | ||
## Spatial - v2.1.1 ## | ||
## DCAT - v1.8.0 (Latest stable version of ckanext-dcat with minor fixes) ## | ||
## Spatial - v2.2.0 ## | ||
## DCAT - v2.1.0 ## | ||
## Scheming - release-3.0.0 ## | ||
## Resource dictionary - v1.0.2 (mjanez/Fixed version) ## | ||
## Pages - v0.5.2 ## | ||
## PDFView - 0.0.8 ## | ||
## Fluent - v1.0.1 (mjanez/Forked stable version) ## | ||
## OpenAPI - v1.0.0 (mjanez stable version) ## | ||
## Scheming DCAT - v4.2.3 (mjanez/GeoDCAT-AP/NTI-RISP extended version) ## | ||
## Scheming DCAT - v4.3.0 (mjanez/GeoDCAT-AP/NTI-RISP extended version) ## | ||
RUN echo ${TZ} > /etc/timezone && \ | ||
Check failure on line 27 in ckan/Dockerfile
|
||
if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then cp /usr/share/zoneinfo/${TZ} /etc/localtime; fi && \ | ||
# Install patch utility | ||
|
@@ -42,10 +42,10 @@ RUN echo ${TZ} > /etc/timezone && \ | |
echo "ckan/ckanext-geoview" && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/ckan/[email protected]#egg=ckanext-geoview && \ | ||
echo "ckan/ckanext-spatial" && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/ckan/ckanext-spatial.git@v2.1.1#egg=ckanext-spatial && \ | ||
pip3 install --no-cache-dir -r ${APP_DIR}/req_fixes/ckanext-spatial/requirements.txt && \ | ||
echo "mjanez/ckanext-dcat (GeoDCAT-AP extended version)" && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/mjanez/ckanext-dcat.git@v1.8.0#egg=ckanext-dcat && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/ckan/ckanext-spatial.git@v2.2.0#egg=ckanext-spatial && \ | ||
pip3 install --no-cache-dir -r ${APP_DIR}/src/ckanext-spatial/requirements.txt && \ | ||
echo "ckan/ckanext-dcat" && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/ckan/ckanext-dcat.git@v2.1.0#egg=ckanext-dcat && \ | ||
pip3 install --no-cache-dir -r ${APP_DIR}/src/ckanext-dcat/requirements.txt && \ | ||
echo "ckan/ckanext-scheming" && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/ckan/[email protected]#egg=ckanext-scheming && \ | ||
|
@@ -60,7 +60,7 @@ RUN echo ${TZ} > /etc/timezone && \ | |
echo "mjanez/ckanext-openapi" && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/mjanez/[email protected]#egg=ckanext-openapi && \ | ||
echo "mjanez/ckanext-schemingdcat" && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/mjanez/ckanext-schemingdcat.git@v4.2.3#egg=ckanext_schemingdcat && \ | ||
pip3 install --no-cache-dir -e git+https://github.com/mjanez/ckanext-schemingdcat.git@v4.3.0#egg=ckanext_schemingdcat && \ | ||
pip3 install --no-cache-dir -r ${APP_DIR}/src/ckanext-schemingdcat/requirements.txt && \ | ||
# Remove system cache | ||
apt-get clean && \ | ||
|
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.