Skip to content

Commit

Permalink
upgrade ckan 2.8.3 to 2.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Mar 3, 2023
1 parent 479ec57 commit 1033e2b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion contrib/ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion contrib/solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- solr
- redis
ports:
- "5000:5000"
- "5050:5000"
env_file:
- .env
volumes:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1033e2b

Please sign in to comment.