docker-otrs/znuny (latest)

Published 2026-03-21 22:11:19 +01:00 by snoopy

Installation

docker pull git.koeln.ccc.de/snoopy/docker-otrs/znuny:latest
sha256:e9f6d9493017867d5c6525149d0a2556281175e45c24bff0c2017aab47a1c90d

Image layers

ADD file:c2357f2521cc82ca39ae56b015688b5041c271c20380547b4c94b90dc09c0b5a in /
LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 9 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20260316"
CMD ["/bin/bash"]
RUN dnf install -y epel-release httpd mariadb cpanminus gcc make dnf-plugins-core tar bash-completion perl-core bind-utils && yum config-manager --set-enabled crb && yum update -y && yum install -y https://download.znuny.org/releases/RPMS/rhel/7/znuny-${OTRS_VERSION}-01.noarch.rpm && yum install -y "perl(Moo)" "perl(Text::CSV_XS)" "perl(YAML::XS)" "perl(ModPerl::Util)" "perl(Mail::IMAPClient)" "perl(JSON::XS)" "perl(Encode::HanExtra)" "perl(Crypt::Eksblowfish::Bcrypt)" "perl(DBD::mysql)" "perl(Data::UUID)" "perl(Date::Format)" "perl(Crypt::JWT)" "perl(DateTime::TimeZone)" "perl(LWP::Protocol::https)" "perl(Hash::Merge)" "perl(DateTime)" "perl(DBI)" "perl(Net::LDAP)" "perl(Net::DNS)" "perl(Template)" "perl(Template::Stash::XS)" "perl(XML::LibXML)" "perl(XML::LibXSLT)" "perl(XML::Parser)" "perl(Spreadsheet::XLSX)" "perl(Package::Stash)" && cpanm JavaScript::Minifier::XS CSS::Minifier::XS iCal::Parser && ${OTRS_ROOT}bin/otrs.CheckModules.pl && yum clean all
COPY *.sh /
RUN chmod 755 /*.sh && cp ${OTRS_ROOT}var/httpd/htdocs/index.html /var/www/html && chmod 644 /var/www/html/index.html && sed -i 's/\bindex.html\b/& index.pl/' /etc/httpd/conf/httpd.conf && echo "+ : znuny : cron crond" |cat >> /etc/security/access.conf && sed -i -e '/pam_loginuid.so/ s/^#*/#/' /etc/pam.d/crond && sed -i -e '/<ValidateModule>Kernel::System::SysConfig::StateValidate<\/ValidateModule>/ s/^#*/#/' ${OTRS_ROOT}Kernel/Config/Files/XML/Ticket.xml && mkdir -p ${OTRS_ROOT}var/{run,tmp}/
RUN mv ${OTRS_CONFIG_DIR} / && mv ${SKINS_PATH} / && touch ${OTRS_ROOT}var/tmp/firsttime && ln -sf /dev/stdout /var/log/httpd/access_log && ln -sf /dev/stderr /var/log/httpd/error_log && ln -sf /dev/stdout /var/log/cron

Labels

Key Value
io.buildah.version 1.33.14
maintainer Juan Luis Baptiste <juan@juanbaptiste.tech>
org.label-schema.build-date 20260316
org.label-schema.license GPLv2
org.label-schema.name CentOS Stream 9 Base Image
org.label-schema.schema-version 1.0
org.label-schema.vendor CentOS
Details
Container
2026-03-21 22:11:19 +01:00
24
OCI / Docker
linux/amd64
363 MiB
Versions (1) View all
latest 2026-03-21