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/postfix-tlspol/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 11 months ago 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
1
FROM golang:1.25-bookworm AS builder
Open commit View diff
1 FROM golang:1.25-bookworm AS builder
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
2
WORKDIR /src
Open commit View diff
2 WORKDIR /src
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
3
Open commit View diff
3
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
4
ENV CGO_ENABLED=0 \
Open commit View diff
4 ENV CGO_ENABLED=0 \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
5
    GO111MODULE=on \
Open commit View diff
5 GO111MODULE=on \
FreddleSpl0it 11 months ago 1c43833

[postfix-tlspol] build with NOOPT=1 for wider CPU compatibility

Full commit hash
1c438330c6c21f6b5b065aee65adef453b4dc4ce
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
6
		NOOPT=1 \
Open commit View diff
6 NOOPT=1 \
DerLinkman 8 months ago dbb9e47

pf-tlspol: upgrade to 1.8.22 (#6951)

Full commit hash
dbb9e474b0d171ddaee959c2cc30eb12691be836
Author
DerLinkman <[email protected]>
Date
8 months ago
Selected line
7
    VERSION=1.8.22
Open commit View diff
7 VERSION=1.8.22
DerLinkman 11 months ago 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
8
Open commit View diff
8
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
9
RUN git clone --branch v${VERSION} https://github.com/Zuplu/postfix-tlspol && \
Open commit View diff
9 RUN git clone --branch v${VERSION} https://github.com/Zuplu/postfix-tlspol && \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
10
    cd /src/postfix-tlspol && \
Open commit View diff
10 cd /src/postfix-tlspol && \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
11
    scripts/build.sh build-only
Open commit View diff
11 scripts/build.sh build-only
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
12
Open commit View diff
12
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
13
Open commit View diff
13
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
14
FROM debian:bookworm-slim
Open commit View diff
14 FROM debian:bookworm-slim
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
15
LABEL maintainer="The Infrastructure Company GmbH <[email protected]>"
Open commit View diff
15 LABEL maintainer="The Infrastructure Company GmbH <[email protected]>"
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
16
Open commit View diff
16
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
17
ARG DEBIAN_FRONTEND=noninteractive
Open commit View diff
17 ARG DEBIAN_FRONTEND=noninteractive
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
18
ENV LC_ALL=C
Open commit View diff
18 ENV LC_ALL=C
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
19
Open commit View diff
19
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
20
RUN apt-get update && apt-get install -y --no-install-recommends \
Open commit View diff
20 RUN apt-get update && apt-get install -y --no-install-recommends \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
21
	ca-certificates \
Open commit View diff
21 ca-certificates \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
22
	dirmngr \
Open commit View diff
22 dirmngr \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
23
  	dnsutils \
Open commit View diff
23 dnsutils \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
24
	iputils-ping \
Open commit View diff
24 iputils-ping \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
25
	sudo \
Open commit View diff
25 sudo \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
26
	supervisor \
Open commit View diff
26 supervisor \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
27
	redis-tools \
Open commit View diff
27 redis-tools \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
28
	syslog-ng \
Open commit View diff
28 syslog-ng \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
29
	syslog-ng-core \
Open commit View diff
29 syslog-ng-core \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
30
	syslog-ng-mod-redis \
Open commit View diff
30 syslog-ng-mod-redis \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
31
  	tzdata \
Open commit View diff
31 tzdata \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
32
	&& rm -rf /var/lib/apt/lists/* \
Open commit View diff
32 && rm -rf /var/lib/apt/lists/* \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
33
	&& touch /etc/default/locale
Open commit View diff
33 && touch /etc/default/locale
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
34
Open commit View diff
34
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
35
COPY supervisord.conf /etc/supervisor/supervisord.conf
Open commit View diff
35 COPY supervisord.conf /etc/supervisor/supervisord.conf
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
36
COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf
Open commit View diff
36 COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
37
COPY syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng-redis_slave.conf
Open commit View diff
37 COPY syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng-redis_slave.conf
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
38
COPY postfix-tlspol.sh /opt/postfix-tlspol.sh
Open commit View diff
38 COPY postfix-tlspol.sh /opt/postfix-tlspol.sh
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
39
COPY stop-supervisor.sh /usr/local/sbin/stop-supervisor.sh
Open commit View diff
39 COPY stop-supervisor.sh /usr/local/sbin/stop-supervisor.sh
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
40
COPY docker-entrypoint.sh /docker-entrypoint.sh
Open commit View diff
40 COPY docker-entrypoint.sh /docker-entrypoint.sh
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
41
COPY --from=builder /src/postfix-tlspol/build/postfix-tlspol /usr/local/bin/postfix-tlspol
Open commit View diff
41 COPY --from=builder /src/postfix-tlspol/build/postfix-tlspol /usr/local/bin/postfix-tlspol
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
42
Open commit View diff
42
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
43
RUN chmod +x /opt/postfix-tlspol.sh \
Open commit View diff
43 RUN chmod +x /opt/postfix-tlspol.sh \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
44
  /usr/local/sbin/stop-supervisor.sh \
Open commit View diff
44 /usr/local/sbin/stop-supervisor.sh \
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
45
  /docker-entrypoint.sh
Open commit View diff
45 /docker-entrypoint.sh
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
46
RUN rm -rf /tmp/* /var/tmp/*
Open commit View diff
46 RUN rm -rf /tmp/* /var/tmp/*
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
47
Open commit View diff
47
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
48
ENTRYPOINT ["/docker-entrypoint.sh"]
Open commit View diff
48 ENTRYPOINT ["/docker-entrypoint.sh"]
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
49
Open commit View diff
49
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
50
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf"]
Open commit View diff
50 CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf"]