Update for dev-v2.10
This commit is contained in:
parent
a1c2fe512e
commit
2c9427d177
2
.env
2
.env
@ -55,7 +55,7 @@ CKAN_REDIS_URL=redis://redis:6379/1
|
||||
TEST_CKAN_REDIS_URL=redis://redis:6379/1
|
||||
|
||||
# Datapusher
|
||||
DATAPUSHER_VERSION=0.0.17
|
||||
DATAPUSHER_VERSION=0.0.18
|
||||
CKAN_DATAPUSHER_URL=http://datapusher:8800
|
||||
CKAN__DATAPUSHER__CALLBACK_URL_BASE=http://ckan:5000
|
||||
DATAPUSHER_REWRITE_RESOURCES=True
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ckan/ckan-base:master-4a43842
|
||||
FROM ckan/ckan-base:dev-v2.10
|
||||
#FROM ckan/ckan-base:2.9.7
|
||||
|
||||
# Set up environment variables
|
||||
|
||||
@ -34,14 +34,8 @@ RUN apk add --no-cache \
|
||||
RUN mkdir ${APP_DIR}/src && cd ${APP_DIR}/src && \
|
||||
git clone -b ${GIT_BRANCH} --depth=1 --single-branch ${GIT_URL} && \
|
||||
cd datapusher && \
|
||||
python3 setup.py install
|
||||
|
||||
## Need an custom version of requirements.txt (with an old release of Werkzeug)
|
||||
|
||||
COPY setup/requirements.txt ${APP_DIR}/src/
|
||||
|
||||
RUN cd ${APP_DIR}/src && \
|
||||
pip3 install --no-cache-dir -r requirements.txt
|
||||
python3 setup.py install && \
|
||||
pip3 install --no-cache-dir -r requirements.txt
|
||||
|
||||
RUN apk del .build-deps && \
|
||||
cp ${APP_DIR}/src/datapusher/deployment/*.* ${APP_DIR} && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user