Skip to content

Commit

Permalink
Merge pull request #1721 from vrk-kpa/ckan_version_update
Browse files Browse the repository at this point in the history
Upgrade ckan image to 2.9.7
  • Loading branch information
beazil authored Oct 27, 2022
2 parents 0e11f65 + 3b21bdb commit 0cfef1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
5 changes: 2 additions & 3 deletions ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG DYNATRACE_ENABLED=0
#
# CKAN build
#
FROM ghcr.io/keitaroinc/ckan:2.9.6-focal AS ckan_build
FROM ghcr.io/keitaroinc/ckan:2.9.7-focal AS ckan_build

# switch from ckan to root user
USER root
Expand Down Expand Up @@ -77,8 +77,7 @@ RUN cd ${SRC_DIR}/ckan && \
patch --strip=1 --input=patches/implement_is_required_for_image_upload.patch && \
patch --strip=1 --input=patches/add_drafts_to_search.patch && \
patch --strip=1 --input=patches/ignore_write_errors.patch && \
patch --strip=1 --input=patches/add_prefix_to_werkzeug.patch && \
patch --strip=1 --input=patches/fix_organization_delete_form.patch
patch --strip=1 --input=patches/add_prefix_to_werkzeug.patch

# install crontab
RUN chmod +x ${CRON_DIR}/scripts/*.sh && \
Expand Down
13 changes: 0 additions & 13 deletions ckan/src/ckan/patches/fix_organization_delete_form.patch

This file was deleted.

0 comments on commit 0cfef1c

Please sign in to comment.