Skip to content

Commit

Permalink
change ckanext-clamav version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bayr committed Nov 11, 2024
1 parent 7034d12 commit 1699967
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 346 deletions.
10 changes: 1 addition & 9 deletions sddi-urban/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ RUN set -ex && \
git+${CKANEXT_NOANONACCESS_GITHUB_URL}.git@${CKANEXT_NOANONACCESS_VERSION}#egg=ckanext-noanonaccess

# ckanext-clamav ##############################################################
ARG CKANEXT_CALMAV_VERSION="bbda25a"
ARG CKANEXT_CALMAV_VERSION="66c1335"
ENV CKANEXT_CALMAV_VERSION=${CKANEXT_CALMAV_VERSION}
ENV CKANEXT_CALMAV_GITHUB_URL="https://github.com/gislab-augsburg/ckanext-clamav"

Expand Down Expand Up @@ -257,9 +257,6 @@ COPY supervisor/supervisor-ckan-worker.conf /etc/supervisor/conf.d
COPY supervisor/supervisord.conf /etc/supervisor
COPY supervisor/start-supervisor.sh /srv/app/docker-afterinit.d

# tmp debug clamav #####
#COPY clamav/__init__.py /usr/local/lib/python3.8/dist-packages/clamd/__init__.py

RUN set -ex && \
ckan config-tool "${CKAN_INI}" "ckan.plugins = ${CKAN__PLUGINS}" && \
ckan config-tool "${CKAN_INI}" "ckanext.geoview.ol_viewer.formats = wms kml" && \
Expand All @@ -275,8 +272,3 @@ ENV TZ="Europe/Berlin"
RUN echo "${TZ}" > /etc/timezone

USER ckan

# change uwsgi conf files
#COPY uwsgi/uwsgi.conf /srv/app/uwsgi.conf
#COPY uwsgi/basic-auth-uwsgi.conf /srv/app/basic-auth-uwsgi.conf
#COPY uwsgi/ckan-uwsgi.ini /srv/app/src/ckan/ckan-uwsgi.ini
337 changes: 0 additions & 337 deletions sddi-urban/clamav/__init__.py

This file was deleted.

0 comments on commit 1699967

Please sign in to comment.