Skip to content

Commit

Permalink
Merge pull request #161 from tmaeno/master
Browse files Browse the repository at this point in the history
logrotate in container
  • Loading branch information
tmaeno authored Nov 14, 2022
2 parents 1cb236d + e482558 commit 1315797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/centos:7

RUN yum update -y
RUN yum install -y epel-release
RUN yum install -y python3 python3-devel gcc less git mysql-devel curl mariadb voms-clients-cpp wget httpd
RUN yum install -y python3 python3-devel gcc less git mysql-devel curl mariadb voms-clients-cpp wget httpd logrotate

RUN mkdir -p /data/condor; cd /data/condor; \
curl -fsSL https://get.htcondor.org | /bin/bash -s -- --download --channel stable; \
Expand Down Expand Up @@ -59,6 +59,7 @@ RUN chmod -R 777 /data/harvester
RUN chmod -R 777 /data/condor
RUN chmod -R 777 /etc/httpd
RUN chmod -R 777 /var/log/httpd
RUN chmod -R 777 /var/lib/logrotate
RUN mkdir -p /opt/harvester/etc/queue_config && chmod 777 /opt/harvester/etc/queue_config
COPY docker/httpd.conf /etc/httpd/conf/

Expand Down
2 changes: 1 addition & 1 deletion pandaharvester/panda_pkg_info.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "0.2.18"
release_version = "0.2.19"

0 comments on commit 1315797

Please sign in to comment.