Skip to content

Commit

Permalink
change version in compose and in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanovskis1 committed Mar 13, 2024
1 parent dbcdd5e commit e2ab81e
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion compose/2.10/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ volumes:
services:
ckan:
container_name: ckan
image: ghcr.io/keitaroinc/ckan:2.10.2
image: ghcr.io/keitaroinc/ckan:2.10.4
networks:
- frontend
- backend
Expand Down
2 changes: 1 addition & 1 deletion compose/2.9/.ckan-env
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ CKAN__DATAPUSHER__URL=http://datapusher:8000
CKAN__DATAPUSHER__CALLBACK_URL_BASE=http://ckan:5000/

# Solr configuration
CKAN_VERSION=2.9.9
CKAN_VERSION=2.9.11
CKAN_CORE_NAME=ckan
2 changes: 1 addition & 1 deletion compose/2.9/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ POSTGRES_PORT=5432
DATASTORE_READONLY_PASSWORD=datastore

# CKAN
CKAN_VERSION=2.9.9
CKAN_VERSION=2.9.11
CKAN_SITE_ID=default
CKAN_SITE_URL=http://localhost:5000
CKAN_PORT=5000
Expand Down
2 changes: 1 addition & 1 deletion compose/2.9/solr8/ckan_init_solr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Arguments are supplied via environment variables: CKAN_CORE_NAME CKAN_VERSION
# Example:
# CKAN_CORE_NAME=ckan
# CKAN_VERSION=2.9.9
# CKAN_VERSION=2.9.11

set -e

Expand Down
2 changes: 1 addition & 1 deletion examples/harvest/.ckan-env
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ CKAN__HARVEST__MQ__TYPE=redis
CKAN__HARVEST__MQ__HOSTNAME=redis

# Solr configuration
CKAN_VERSION=2.9.9
CKAN_VERSION=2.9.11
CKAN_CORE_NAME=ckan
2 changes: 1 addition & 1 deletion examples/harvest/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ POSTGRES_PORT=5432
DATASTORE_READONLY_PASSWORD=datastore

# CKAN
CKAN_VERSION=2.9.9
CKAN_VERSION=2.9.11
CKAN_SITE_ID=default
CKAN_SITE_URL=http://localhost:5000
CKAN_PORT=5000
Expand Down
4 changes: 2 additions & 2 deletions examples/harvest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###################
### Extensions ####
###################
FROM ghcr.io/keitaroinc/ckan:2.9.9 as extbuild
FROM ghcr.io/keitaroinc/ckan:2.9.11 as extbuild

# Locations and tags, please use specific tags or revisions
ENV HARVEST_GIT_URL=https://github.com/ckan/ckanext-harvest
Expand Down Expand Up @@ -30,7 +30,7 @@ USER ckan
############
### MAIN ###
############
FROM ghcr.io/keitaroinc/ckan:2.9.9
FROM ghcr.io/keitaroinc/ckan:2.9.11

LABEL maintainer="Keitaro Inc <info@keitaro.com>"

Expand Down
2 changes: 1 addition & 1 deletion examples/s3filestore/.ckan-env
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ CKANEXT__S3FILESTORE__REGION_NAME=us-east-1
CKANEXT__S3FILESTORE__SIGNATURE_VERSION=s3v4

# Solr configuration
CKAN_VERSION=2.9.9
CKAN_VERSION=2.9.11
CKAN_CORE_NAME=ckan
2 changes: 1 addition & 1 deletion examples/s3filestore/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ POSTGRES_PORT=5432
DATASTORE_READONLY_PASSWORD=datastore

# CKAN
CKAN_VERSION=2.9.9
CKAN_VERSION=2.9.11
CKAN_SITE_ID=default
CKAN_SITE_URL=http://localhost:5000
CKAN_PORT=5000
Expand Down
4 changes: 2 additions & 2 deletions examples/s3filestore/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###################
### Extensions ####
###################
FROM ghcr.io/keitaroinc/ckan:2.9.9 as extbuild
FROM ghcr.io/keitaroinc/ckan:2.9.11 as extbuild

# Locations and tags, please use specific tags or revisions
ENV S3FILESTORE_GIT_URL=https://github.com/keitaroinc/ckanext-s3filestore
Expand All @@ -20,7 +20,7 @@ USER ckan
############
### MAIN ###
############
FROM ghcr.io/keitaroinc/ckan:2.9.9
FROM ghcr.io/keitaroinc/ckan:2.9.11

LABEL maintainer="Keitaro Inc <info@keitaro.com>"

Expand Down

0 comments on commit e2ab81e

Please sign in to comment.