Merge pull request #121 from keitaroinc/ckan2.9.10

new ckan 2.9.10 patch version
This commit is contained in:
KirilPoposki98 2023-12-21 13:31:59 +01:00 committed by GitHub
commit 4e3fd588a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -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.2
ENV IMAGE_TAG=2.10.3
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.10.2
ENV GIT_BRANCH=ckan-2.10.3
# Set src dirs
ENV SRC_DIR=/srv/app/src

View File

@ -4,11 +4,11 @@
FROM ubuntu:focal-20210827 as ckanbuild
# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.10.2-focal
ENV IMAGE_TAG=2.10.3-focal
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.10.2
ENV GIT_BRANCH=ckan-2.10.3
# Set timezone
ENV TZ=UTC

View File

@ -4,11 +4,11 @@
FROM alpine:3.13.7 as ckanbuild
# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.9.9
ENV IMAGE_TAG=2.9.10
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.9.9
ENV GIT_BRANCH=ckan-2.9.10
# Set src dirs
ENV SRC_DIR=/srv/app/src

View File

@ -4,11 +4,11 @@
FROM ubuntu:focal-20210827 as ckanbuild
# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.9.9-focal
ENV IMAGE_TAG=2.9.10-focal
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.9.9
ENV GIT_BRANCH=ckan-2.9.10
# Set timezone
ENV TZ=UTC