NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/Dockerfiles/clamd/Dockerfile

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

Dockerfile on main
Author Date Commit Line Code
DerLinkman over 1 year ago f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
1
FROM alpine:3.21 AS builder
Open commit View diff
1 FROM alpine:3.21 AS builder
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
2
Open commit View diff
2
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
3
WORKDIR /src
Open commit View diff
3 WORKDIR /src
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
4
ENV CLAMD_VERSION=1.4.2
Open commit View diff
4 ENV CLAMD_VERSION=1.4.2
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
5
Open commit View diff
5
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
6
RUN apk upgrade --no-cache \
Open commit View diff
6 RUN apk upgrade --no-cache \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
7
  && apk add --update --no-cache \
Open commit View diff
7 && apk add --update --no-cache \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
8
    g++ \
Open commit View diff
8 g++ \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
9
    gcc \
Open commit View diff
9 gcc \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
10
    gdb \
Open commit View diff
10 gdb \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
11
    make \
Open commit View diff
11 make \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
12
    cmake \
Open commit View diff
12 cmake \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
13
    py3-pytest \
Open commit View diff
13 py3-pytest \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
14
    python3 \
Open commit View diff
14 python3 \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
15
    valgrind \
Open commit View diff
15 valgrind \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
16
    bzip2-dev \
Open commit View diff
16 bzip2-dev \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
17
    check-dev \
Open commit View diff
17 check-dev \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
18
    curl-dev \
Open commit View diff
18 curl-dev \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
19
    json-c-dev \
Open commit View diff
19 json-c-dev \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
20
    libmilter-dev \
Open commit View diff
20 libmilter-dev \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
21
    libxml2-dev \
Open commit View diff
21 libxml2-dev \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
22
    linux-headers \
Open commit View diff
22 linux-headers \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
23
    ncurses-dev \
Open commit View diff
23 ncurses-dev \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
24
    openssl-dev \
Open commit View diff
24 openssl-dev \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
25
    pcre2-dev \
Open commit View diff
25 pcre2-dev \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
26
    zlib-dev \
Open commit View diff
26 zlib-dev \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
27
    cargo \
Open commit View diff
27 cargo \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
28
    rust
Open commit View diff
28 rust
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
29
Open commit View diff
29
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
30
RUN wget -P /src https://www.clamav.net/downloads/production/clamav-${CLAMD_VERSION}.tar.gz \
Open commit View diff
30 RUN wget -P /src https://www.clamav.net/downloads/production/clamav-${CLAMD_VERSION}.tar.gz \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
31
  && tar xzfv /src/clamav-${CLAMD_VERSION}.tar.gz \
Open commit View diff
31 && tar xzfv /src/clamav-${CLAMD_VERSION}.tar.gz \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
32
  && cd /src/clamav-${CLAMD_VERSION} \
Open commit View diff
32 && cd /src/clamav-${CLAMD_VERSION} \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
33
  && cmake . \
Open commit View diff
33 && cmake . \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
34
  -D CMAKE_BUILD_TYPE="Release"                                                       \
Open commit View diff
34 -D CMAKE_BUILD_TYPE="Release" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
35
  -D CMAKE_INSTALL_PREFIX="/usr"                                                      \
Open commit View diff
35 -D CMAKE_INSTALL_PREFIX="/usr" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
36
  -D CMAKE_INSTALL_LIBDIR="/usr/lib"                                                  \
Open commit View diff
36 -D CMAKE_INSTALL_LIBDIR="/usr/lib" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
37
  -D APP_CONFIG_DIRECTORY="/etc/clamav"                                               \
Open commit View diff
37 -D APP_CONFIG_DIRECTORY="/etc/clamav" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
38
  -D DATABASE_DIRECTORY="/var/lib/clamav"                                             \
Open commit View diff
38 -D DATABASE_DIRECTORY="/var/lib/clamav" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
39
  -D ENABLE_CLAMONACC=OFF                                                             \
Open commit View diff
39 -D ENABLE_CLAMONACC=OFF \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
40
  -D ENABLE_EXAMPLES=OFF                                                              \
Open commit View diff
40 -D ENABLE_EXAMPLES=OFF \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
41
  -D ENABLE_MILTER=ON                                                                 \
Open commit View diff
41 -D ENABLE_MILTER=ON \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
42
  -D ENABLE_MAN_PAGES=OFF                                                             \
Open commit View diff
42 -D ENABLE_MAN_PAGES=OFF \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
43
  -D ENABLE_STATIC_LIB=OFF                                                            \
Open commit View diff
43 -D ENABLE_STATIC_LIB=OFF \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
44
  -D ENABLE_JSON_SHARED=ON                                                            \ 
Open commit View diff
44 -D ENABLE_JSON_SHARED=ON \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
45
  && cmake --build . \
Open commit View diff
45 && cmake --build . \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
46
  && make DESTDIR="/clamav" -j$(($(nproc) - 1)) install \
Open commit View diff
46 && make DESTDIR="/clamav" -j$(($(nproc) - 1)) install \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
47
  && rm -r "/clamav/usr/lib/pkgconfig/" \
Open commit View diff
47 && rm -r "/clamav/usr/lib/pkgconfig/" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
48
  && sed -e "s|^\(Example\)|\# \1|" \
Open commit View diff
48 && sed -e "s|^\(Example\)|\# \1|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
49
    -e "s|.*\(LocalSocket\) .*|\1 /tmp/clamd.sock|" \
Open commit View diff
49 -e "s|.*\(LocalSocket\) .*|\1 /tmp/clamd.sock|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
50
    -e "s|.*\(TCPSocket\) .*|\1 3310|" \
Open commit View diff
50 -e "s|.*\(TCPSocket\) .*|\1 3310|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
51
    -e "s|.*\(TCPAddr\) .*|#\1 0.0.0.0|" \
Open commit View diff
51 -e "s|.*\(TCPAddr\) .*|#\1 0.0.0.0|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
52
    -e "s|.*\(User\) .*|\1 clamav|" \
Open commit View diff
52 -e "s|.*\(User\) .*|\1 clamav|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
53
    -e "s|^\#\(LogFile\) .*|\1 /var/log/clamav/clamd.log|" \
Open commit View diff
53 -e "s|^\#\(LogFile\) .*|\1 /var/log/clamav/clamd.log|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
54
    -e "s|^\#\(LogTime\).*|\1 yes|" \
Open commit View diff
54 -e "s|^\#\(LogTime\).*|\1 yes|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
55
    "/clamav/etc/clamav/clamd.conf.sample" > "/clamav/etc/clamav/clamd.conf" \
Open commit View diff
55 "/clamav/etc/clamav/clamd.conf.sample" > "/clamav/etc/clamav/clamd.conf" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
56
  && sed -e "s|^\(Example\)|\# \1|" \
Open commit View diff
56 && sed -e "s|^\(Example\)|\# \1|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
57
    -e "s|.*\(DatabaseOwner\) .*|\1 clamav|" \
Open commit View diff
57 -e "s|.*\(DatabaseOwner\) .*|\1 clamav|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
58
    -e "s|^\#\(UpdateLogFile\) .*|\1 /var/log/clamav/freshclam.log|" \
Open commit View diff
58 -e "s|^\#\(UpdateLogFile\) .*|\1 /var/log/clamav/freshclam.log|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
59
    -e "s|^\#\(NotifyClamd\).*|\1 /etc/clamav/clamd.conf|" \
Open commit View diff
59 -e "s|^\#\(NotifyClamd\).*|\1 /etc/clamav/clamd.conf|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
60
    -e "s|^\#\(ScriptedUpdates\).*|\1 yes|" \
Open commit View diff
60 -e "s|^\#\(ScriptedUpdates\).*|\1 yes|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
61
    "/clamav/etc/clamav/freshclam.conf.sample" > "/clamav/etc/clamav/freshclam.conf" \
Open commit View diff
61 "/clamav/etc/clamav/freshclam.conf.sample" > "/clamav/etc/clamav/freshclam.conf" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
62
  && sed -e "s|^\(Example\)|\# \1|" \
Open commit View diff
62 && sed -e "s|^\(Example\)|\# \1|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
63
  -e "s|.*\(MilterSocket\) .*|\1 inet:7357|" \
Open commit View diff
63 -e "s|.*\(MilterSocket\) .*|\1 inet:7357|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
64
  -e "s|.*\(User\) .*|\1 clamav|" \
Open commit View diff
64 -e "s|.*\(User\) .*|\1 clamav|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
65
  -e "s|^\#\(LogFile\) .*|\1 /var/log/clamav/milter.log|" \
Open commit View diff
65 -e "s|^\#\(LogFile\) .*|\1 /var/log/clamav/milter.log|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
66
  -e "s|^\#\(LogTime\).*|\1 yes|" \
Open commit View diff
66 -e "s|^\#\(LogTime\).*|\1 yes|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
67
  -e "s|.*\(\ClamdSocket\) .*|\1 unix:/tmp/clamd.sock|" \
Open commit View diff
67 -e "s|.*\(\ClamdSocket\) .*|\1 unix:/tmp/clamd.sock|" \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
68
  "/clamav/etc/clamav/clamav-milter.conf.sample" > "/clamav/etc/clamav/clamav-milter.conf" || exit 1
Open commit View diff
68 "/clamav/etc/clamav/clamav-milter.conf.sample" > "/clamav/etc/clamav/clamav-milter.conf" || exit 1
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
69
Open commit View diff
69
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
70
Open commit View diff
70
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
71
FROM alpine:3.21
Open commit View diff
71 FROM alpine:3.21
andryyy over 9 years ago 76426b6

Not of any use as of today

Full commit hash
76426b65b2a976cd2420830c9b3d27d987f39e49
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
72
Open commit View diff
72
Hassan A Hashim almost 2 years ago edd85de

Fix `LABEL` in Dockerfile, should be key=value

Full commit hash
edd85dea8dc194092aa4ae1b60ec943213ea0928
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
73
LABEL maintainer = "The Infrastructure Company GmbH <[email protected]>"
Open commit View diff
73 LABEL maintainer = "The Infrastructure Company GmbH <[email protected]>"
andryyy over 9 years ago 76426b6

Not of any use as of today

Full commit hash
76426b65b2a976cd2420830c9b3d27d987f39e49
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
74
Open commit View diff
74
Peter over 4 years ago fd7269d

[ClamAV] Move to official ClamAV Docker container (#4525)

Full commit hash
fd7269d455c78746fdc6112c08617485281e306c
Author
Peter <[email protected]>
Date
over 4 years ago
Selected line
75
RUN apk upgrade --no-cache \
Open commit View diff
75 RUN apk upgrade --no-cache \
same change fd7269d

[ClamAV] Move to official ClamAV Docker container (#4525)

Full commit hash
fd7269d455c78746fdc6112c08617485281e306c
Author
Peter <[email protected]>
Date
over 4 years ago
Selected line
76
  && apk add --update --no-cache \
Open commit View diff
76 && apk add --update --no-cache \
DerLinkman over 1 year ago f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
77
    tzdata \
Open commit View diff
77 tzdata \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
78
    rsync \
Open commit View diff
78 rsync \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
79
    bind-tools \
Open commit View diff
79 bind-tools \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
80
    bash \
Open commit View diff
80 bash \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
81
    tini \
Open commit View diff
81 tini \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
82
    json-c \
Open commit View diff
82 json-c \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
83
    libbz2 \
Open commit View diff
83 libbz2 \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
84
    libcurl \
Open commit View diff
84 libcurl \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
85
    libmilter \
Open commit View diff
85 libmilter \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
86
    libxml2 \
Open commit View diff
86 libxml2 \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
87
    ncurses-libs \
Open commit View diff
87 ncurses-libs \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
88
    pcre2 \
Open commit View diff
88 pcre2 \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
89
    zlib \
Open commit View diff
89 zlib \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
90
    libgcc \
Open commit View diff
90 libgcc \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
91
  && addgroup -S "clamav" && \
Open commit View diff
91 && addgroup -S "clamav" && \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
92
    adduser -D -G "clamav" -h "/var/lib/clamav" -s "/bin/false" -S "clamav" && \
Open commit View diff
92 adduser -D -G "clamav" -h "/var/lib/clamav" -s "/bin/false" -S "clamav" && \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
93
    install -d -m 755 -g "clamav" -o "clamav" "/var/log/clamav" && \
Open commit View diff
93 install -d -m 755 -g "clamav" -o "clamav" "/var/log/clamav" && \
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
94
    chown -R clamav:clamav /var/lib/clamav
Open commit View diff
94 chown -R clamav:clamav /var/lib/clamav
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
95
Open commit View diff
95
same change f92ddd8

clamd: update to 1.4.2 + build from source instead using alpine packages (#6273)

Full commit hash
f92ddd86c543d115aab78bf5b3fe7e6414136a52
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
96
COPY --from=builder "/clamav" "/"
Open commit View diff
96 COPY --from=builder "/clamav" "/"
andryyy over 9 years ago 76426b6

Not of any use as of today

Full commit hash
76426b65b2a976cd2420830c9b3d27d987f39e49
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
97
Open commit View diff
97
Markus Ritzmann about 4 years ago 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
98
# init
Open commit View diff
98 # init
same change 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
99
COPY clamd.sh /clamd.sh
Open commit View diff
99 COPY clamd.sh /clamd.sh
Niklas Meyer over 4 years ago c520f21

🐄 Moorch Update 2022 - ClamAV, Dovecot & Olefy Update (#4497)

Full commit hash
c520f21d286fde8eb0d67788528860eb6b392793
Author
Niklas Meyer <[email protected]>
Date
over 4 years ago
Selected line
100
RUN chmod +x /sbin/tini
Open commit View diff
100 RUN chmod +x /sbin/tini
andryyy over 9 years ago 76426b6

Not of any use as of today

Full commit hash
76426b65b2a976cd2420830c9b3d27d987f39e49
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
101
Open commit View diff
101
Markus Ritzmann about 4 years ago 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
102
# healthcheck
Open commit View diff
102 # healthcheck
same change 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
103
COPY healthcheck.sh /healthcheck.sh
Open commit View diff
103 COPY healthcheck.sh /healthcheck.sh
DerLinkman about 3 years ago accedf0

Updated mailcow Components to be ARM64 compatible

Full commit hash
accedf028003ad6f0511a41a8773562458038bed
Author
DerLinkman <[email protected]>
Date
about 3 years ago
Selected line
104
COPY clamdcheck.sh /usr/local/bin
Open commit View diff
104 COPY clamdcheck.sh /usr/local/bin
Markus Ritzmann about 4 years ago 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
105
RUN chmod +x /healthcheck.sh
Open commit View diff
105 RUN chmod +x /healthcheck.sh
DerLinkman about 3 years ago accedf0

Updated mailcow Components to be ARM64 compatible

Full commit hash
accedf028003ad6f0511a41a8773562458038bed
Author
DerLinkman <[email protected]>
Date
about 3 years ago
Selected line
106
RUN chmod +x /usr/local/bin/clamdcheck.sh
Open commit View diff
106 RUN chmod +x /usr/local/bin/clamdcheck.sh
Markus Ritzmann about 4 years ago 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
107
HEALTHCHECK --start-period=6m CMD "/healthcheck.sh"
Open commit View diff
107 HEALTHCHECK --start-period=6m CMD "/healthcheck.sh"
same change 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
108
Open commit View diff
108
Peter over 4 years ago fd7269d

[ClamAV] Move to official ClamAV Docker container (#4525)

Full commit hash
fd7269d455c78746fdc6112c08617485281e306c
Author
Peter <[email protected]>
Date
over 4 years ago
Selected line
109
ENTRYPOINT []
Open commit View diff
109 ENTRYPOINT []
same change fd7269d

[ClamAV] Move to official ClamAV Docker container (#4525)

Full commit hash
fd7269d455c78746fdc6112c08617485281e306c
Author
Peter <[email protected]>
Date
over 4 years ago
Selected line
110
CMD ["/sbin/tini", "-g", "--", "/clamd.sh"]
Open commit View diff
110 CMD ["/sbin/tini", "-g", "--", "/clamd.sh"]