From 1033e2b2c9307a442c6bd7565f6f2ac53b754b68 Mon Sep 17 00:00:00 2001 From: Xavier Frankline Date: Fri, 3 Mar 2023 15:43:53 +0300 Subject: [PATCH] upgrade ckan 2.8.3 to 2.8.11 --- Makefile | 8 ++++---- contrib/ckan/Dockerfile | 2 +- contrib/solr/Dockerfile | 2 +- docker-compose.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 9b720ee..88c6b8d 100644 --- a/Makefile +++ b/Makefile @@ -24,18 +24,18 @@ issues-init: ckan: - docker build --no-cache --build-arg CKAN_VERSION=2.8.3 -t codeforafrica/ckan:latest -t codeforafrica/ckan:2.8.3 contrib/ckan + docker build --no-cache --build-arg CKAN_VERSION=2.8.11 -t codeforafrica/ckan:latest -t codeforafrica/ckan:2.8.11 contrib/ckan ckan-publish: docker push codeforafrica/ckan:latest - docker push codeforafrica/ckan:2.8.3 + docker push codeforafrica/ckan:2.8.11 solr: - docker build --no-cache --build-arg CKAN_VERSION=2.8.3 -t codeforafrica/ckan-solr:latest -t codeforafrica/ckan-solr:2.8.3 contrib/solr + docker build --no-cache --build-arg CKAN_VERSION=2.8.11 -t codeforafrica/ckan-solr:latest -t codeforafrica/ckan-solr:2.8.11 contrib/solr solr-publish: docker push codeforafrica/ckan-solr:latest - docker push codeforafrica/ckan-solr:2.8.3 + docker push codeforafrica/ckan-solr:2.8.11 datapusher: diff --git a/contrib/ckan/Dockerfile b/contrib/ckan/Dockerfile index c3a18e9..3f64506 100644 --- a/contrib/ckan/Dockerfile +++ b/contrib/ckan/Dockerfile @@ -2,7 +2,7 @@ FROM python:2.7 ENV DEBIAN_FRONTEND noninteractive -ARG CKAN_VERSION=2.8.3 +ARG CKAN_VERSION=2.8.11 RUN pip install -U -q pip setuptools diff --git a/contrib/solr/Dockerfile b/contrib/solr/Dockerfile index eabada6..f73cfd9 100644 --- a/contrib/solr/Dockerfile +++ b/contrib/solr/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Open Knowledge ## Taken from https://github.com/ckan/ckan/blob/ckan-2.7.0/contrib/docker/solr/Dockerfile # Updated the ARG values -ARG CKAN_VERSION=2.8.3 +ARG CKAN_VERSION=2.8.11 # Enviroment ENV SOLR_CORE ckan diff --git a/docker-compose.yml b/docker-compose.yml index d08dc86..ef05cb1 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: - solr - redis ports: - - "5000:5000" + - "5050:5000" env_file: - .env volumes: @@ -51,7 +51,7 @@ services: - ./contrib/postgres:/docker-entrypoint-initdb.d solr: - image: codeforafrica/ckan-solr:2.8.3 + image: codeforafrica/ckan-solr:2.8.11 ports: - "8983:8983" volumes: