Update project images to latest ckan release
This commit is contained in:
parent
a1ae332cb9
commit
0cb87296d8
@ -314,8 +314,7 @@ For convenience the CKAN_SITE_URL parameter should be set in the .env file. For
|
||||
|
||||
## 12. Changing the base image
|
||||
|
||||
The base image used in the CKAN Dockerfile and Dockerfile.dev can be changed so a different DockerHub image is used eg: ckan/ckan-base:2.9.9
|
||||
could be used instead of ckan/ckan-base:2.10.1
|
||||
The base image used in the CKAN Dockerfile and Dockerfile.dev can be changed so a different DockerHub image is used eg: ckan/ckan-base:2.10.5 can be used instead of ckan/ckan-base:2.11.0
|
||||
|
||||
## 13. Replacing DataPusher with XLoader
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ckan/ckan-base:2.10.4
|
||||
FROM ckan/ckan-base:2.11.0
|
||||
|
||||
# Install any extensions needed by your CKAN instance
|
||||
# See Dockerfile.dev for more details and examples
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ckan/ckan-dev:2.10.4
|
||||
FROM ckan/ckan-dev:2.11.0
|
||||
|
||||
# Install any extensions needed by your CKAN instance
|
||||
# - Make sure to add the plugins to CKAN__PLUGINS in the .env file
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user