Skip to content

Commit

Permalink
Merge pull request #143 from keitaroinc/update-image-versions
Browse files Browse the repository at this point in the history
Update CKAN patch versions to 2.11.1 and 2.10.6
  • Loading branch information
KirilPoposki98 authored Dec 11, 2024
2 parents 1ebe3bf + b161cae commit 815f754
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion compose/2.10/.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.10.5
CKAN_VERSION=2.10.6
CKAN_SITE_ID=default
CKAN_SITE_URL=http://localhost:5000
CKAN_PORT=5000
Expand Down
2 changes: 1 addition & 1 deletion compose/2.11/.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.11.0
CKAN_VERSION=2.11.1
CKAN_SITE_ID=default
CKAN_SITE_URL=http://localhost:5000
CKAN_PORT=5000
Expand Down
4 changes: 2 additions & 2 deletions images/ckan/2.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
FROM alpine:3.17.2 AS ckanbuild

# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.10.5
ENV IMAGE_TAG=2.10.6

# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.10.5
ENV GIT_BRANCH=ckan-2.10.6

# Set src dirs
ENV SRC_DIR=/srv/app/src
Expand Down
4 changes: 2 additions & 2 deletions images/ckan/2.10/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
FROM ubuntu:focal-20210827 AS ckanbuild

# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.10.5-focal
ENV IMAGE_TAG=2.10.6-focal

# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.10.5
ENV GIT_BRANCH=ckan-2.10.6

# Set timezone
ENV TZ=UTC
Expand Down
4 changes: 2 additions & 2 deletions images/ckan/2.10/Dockerfile.xloader
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
FROM alpine:3.17.2 as ckanbuild

# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.10.5-xloader
ENV IMAGE_TAG=2.10.6-xloader

# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.10.5
ENV GIT_BRANCH=ckan-2.10.6

# Set src dirs
ENV SRC_DIR=/srv/app/src
Expand Down
4 changes: 2 additions & 2 deletions images/ckan/2.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
FROM alpine:3.17.2 AS ckanbuild

# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.11.0
ENV IMAGE_TAG=2.11.1

# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.11.0
ENV GIT_BRANCH=ckan-2.11.1

# Set src dirs
ENV SRC_DIR=/srv/app/src
Expand Down
4 changes: 2 additions & 2 deletions images/ckan/2.11/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
FROM ubuntu:focal-20240530 as ckanbuild

# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.11.0-focal
ENV IMAGE_TAG=2.11.1-focal

# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.11.0
ENV GIT_BRANCH=ckan-2.11.1

# Set timezone
ENV TZ=UTC
Expand Down
4 changes: 2 additions & 2 deletions images/ckan/2.11/Dockerfile.xloader
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
FROM alpine:3.17.2 AS ckanbuild

# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.11.0-xloader
ENV IMAGE_TAG=2.11.1-xloader

# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.11.0
ENV GIT_BRANCH=ckan-2.11.1

# Set src dirs
ENV SRC_DIR=/srv/app/src
Expand Down

0 comments on commit 815f754

Please sign in to comment.