forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #149 from GenomicDataInfrastructure/main
chore: promote main changes
- Loading branch information
Showing
8 changed files
with
35 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,18 +6,18 @@ | |
|
||
FROM docker.io/ckan/ckan-base:2.10.5 | ||
|
||
RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected].6#egg=ckanext-gdi-userportal && \ | ||
RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected].8#egg=ckanext-gdi-userportal && \ | ||
pip3 install -r ${APP_DIR}/src/ckanext-gdi-userportal/requirements.txt | ||
|
||
RUN pip3 install -e git+https://github.com/ckan/ckanext-dcat.git@v2.0.0#egg=ckanext-dcat && \ | ||
RUN pip3 install -e git+https://github.com/ckan/ckanext-dcat.git@v2.1.0#egg=ckanext-dcat && \ | ||
pip3 install -r ${APP_DIR}/src/ckanext-dcat/requirements.txt | ||
|
||
RUN pip3 install -e git+https://github.com/ckan/ckanext-harvest.git@v1.5.6#egg=ckanext-harvest && \ | ||
RUN pip3 install -e git+https://github.com/ckan/ckanext-harvest.git@v1.6.0#egg=ckanext-harvest && \ | ||
pip3 install -r ${APP_DIR}/src/ckanext-harvest/requirements.txt | ||
|
||
RUN pip3 install -e git+https://github.com/CivityNL/[email protected]#egg=ckanext-scheming[requirements] | ||
|
||
RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected].1#egg=ckanext-fairdatapoint && \ | ||
RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected].2#egg=ckanext-fairdatapoint && \ | ||
pip3 install -r ${APP_DIR}/src/ckanext-fairdatapoint/requirements.txt | ||
|
||
# Create log directories for CKAN harvester | ||
|
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 |
---|---|---|
|
@@ -6,15 +6,15 @@ | |
|
||
FROM docker.io/ckan/ckan-dev:2.10.5 | ||
|
||
RUN pip3 install -e git+https://github.com/ckan/ckanext-dcat.git@v2.0.0#egg=ckanext-dcat && \ | ||
RUN pip3 install -e git+https://github.com/ckan/ckanext-dcat.git@v2.1.0#egg=ckanext-dcat && \ | ||
pip3 install -r ${APP_DIR}/src/ckanext-dcat/requirements.txt | ||
|
||
RUN pip3 install -e git+https://github.com/ckan/ckanext-harvest.git@v1.5.6#egg=ckanext-harvest && \ | ||
RUN pip3 install -e git+https://github.com/ckan/ckanext-harvest.git@v1.6.0#egg=ckanext-harvest && \ | ||
pip3 install -r ${APP_DIR}/src/ckanext-harvest/requirements.txt | ||
|
||
RUN pip3 install -e git+https://github.com/CivityNL/[email protected]#egg=ckanext-scheming[requirements] | ||
|
||
RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected].1#egg=ckanext-fairdatapoint && \ | ||
RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected].2#egg=ckanext-fairdatapoint && \ | ||
pip3 install -r ${APP_DIR}/src/ckanext-fairdatapoint/requirements.txt | ||
|
||
# Create log directories for CKAN harvester | ||
|
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
Submodule ckanext-gdi-userportal
updated
from de2774 to 354e02