new release ckan-2.9.11 & ckan-2.10.4

This commit is contained in:
stojanovskis1@icloud.com 2024-03-13 13:57:40 +01:00
parent e04af272f4
commit dbcdd5e813
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.3
ENV IMAGE_TAG=2.10.4
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.10.3
ENV GIT_BRANCH=ckan-2.10.4
# 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.3-focal
ENV IMAGE_TAG=2.10.4-focal
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.10.3
ENV GIT_BRANCH=ckan-2.10.4
# 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.10
ENV IMAGE_TAG=2.9.11
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.9.10
ENV GIT_BRANCH=ckan-2.9.11
# 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.10-focal
ENV IMAGE_TAG=2.9.11-focal
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.9.10
ENV GIT_BRANCH=ckan-2.9.11
# Set timezone
ENV TZ=UTC