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/dockerapi/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
FreddleSpl0it 5 months ago 97312c1

Update alpine images to 3.23

Full commit hash
97312c1a9d29bbcda7740069753fa2b3ff992e9c
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
1
FROM alpine:3.23
Open commit View diff
1 FROM alpine:3.23
andryyy over 5 years ago 27b1837

[Alpine] Update Alpine base images to v3.13

Full commit hash
27b18373cc032b4d8fd8a81b9b5dd584dcdbb28e
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
2
Open commit View diff
2
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
3
LABEL maintainer = "The Infrastructure Company GmbH <[email protected]>"
Open commit View diff
3 LABEL maintainer = "The Infrastructure Company GmbH <[email protected]>"
andryyy almost 9 years ago fc18d15

[Compose, DockerAPI, Web, Watchdog] Watchdog may send notification mails (todo: docs), DockerAPI via Flesk for limited access

Full commit hash
fc18d153cdc5d93f254b43a572d190d360ca7a01
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
4
Open commit View diff
4
Peter over 2 years ago 5896766

Update to Alpine 3.19

Full commit hash
5896766fc3e8c732ef7a0822fb3b84a473f4c5e7
Author
Peter <[email protected]>
Date
over 2 years ago
Selected line
5
ARG PIP_BREAK_SYSTEM_PACKAGES=1
Open commit View diff
5 ARG PIP_BREAK_SYSTEM_PACKAGES=1
Christian Burmeister about 7 years ago 07d15cf

Update Dockerfile

Full commit hash
07d15cf035dc651e198d78c6b7760fbd169c48bf
Author
Christian Burmeister <[email protected]>
Date
about 7 years ago
Selected line
6
WORKDIR /app
Open commit View diff
6 WORKDIR /app
same change 07d15cf

Update Dockerfile

Full commit hash
07d15cf035dc651e198d78c6b7760fbd169c48bf
Author
Christian Burmeister <[email protected]>
Date
about 7 years ago
Selected line
7
Open commit View diff
7
andryyy over 5 years ago 27b1837

[Alpine] Update Alpine base images to v3.13

Full commit hash
27b18373cc032b4d8fd8a81b9b5dd584dcdbb28e
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
8
RUN apk add --update --no-cache python3 \
Open commit View diff
8 RUN apk add --update --no-cache python3 \
same change 27b1837

[Alpine] Update Alpine base images to v3.13

Full commit hash
27b18373cc032b4d8fd8a81b9b5dd584dcdbb28e
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
9
  py3-pip \
Open commit View diff
9 py3-pip \
same change 27b1837

[Alpine] Update Alpine base images to v3.13

Full commit hash
27b18373cc032b4d8fd8a81b9b5dd584dcdbb28e
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
10
  openssl \
Open commit View diff
10 openssl \
same change 27b1837

[Alpine] Update Alpine base images to v3.13

Full commit hash
27b18373cc032b4d8fd8a81b9b5dd584dcdbb28e
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
11
  tzdata \
Open commit View diff
11 tzdata \
FreddleSpl0it almost 4 years ago a3c0737

[BS5] add host statistics

Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
12
  py3-psutil \
Open commit View diff
12 py3-psutil \
DerLinkman over 2 years ago 333b7eb

Fix Alpine 3.19 dependencies

Full commit hash
333b7ebc0cadfedbf2393eddac4ebc79cae6b187
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
13
  py3-redis \
Open commit View diff
13 py3-redis \
same change 333b7eb

Fix Alpine 3.19 dependencies

Full commit hash
333b7ebc0cadfedbf2393eddac4ebc79cae6b187
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
14
  py3-async-timeout \
Open commit View diff
14 py3-async-timeout \
andryyy over 5 years ago 27b1837

[Alpine] Update Alpine base images to v3.13

Full commit hash
27b18373cc032b4d8fd8a81b9b5dd584dcdbb28e
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
15
&& pip3 install --upgrade pip \
Open commit View diff
15 && pip3 install --upgrade pip \
FreddleSpl0it almost 4 years ago db8af3d

[BS5] use fastapi and aiodocker for dockerapi

Full commit hash
db8af3d1e016ec024c3e3e3331f756bb09c29d50
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
16
  fastapi \
Open commit View diff
16 fastapi \
same change db8af3d

[BS5] use fastapi and aiodocker for dockerapi

Full commit hash
db8af3d1e016ec024c3e3e3331f756bb09c29d50
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
17
  uvicorn \
Open commit View diff
17 uvicorn \
same change db8af3d

[BS5] use fastapi and aiodocker for dockerapi

Full commit hash
db8af3d1e016ec024c3e3e3331f756bb09c29d50
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
18
  aiodocker \
Open commit View diff
18 aiodocker \
DerLinkman over 2 years ago 333b7eb

Fix Alpine 3.19 dependencies

Full commit hash
333b7ebc0cadfedbf2393eddac4ebc79cae6b187
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
19
  docker
Open commit View diff
19 docker
FreddleSpl0it about 3 years ago 06cce79

[Dockerapi] add pubsub handler for broadcasting in ha setup

Full commit hash
06cce79806fccefa29f7145a7421ca8d122f6dbe
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
20
RUN mkdir /app/modules
Open commit View diff
20 RUN mkdir /app/modules
FreddleSpl0it almost 4 years ago db8af3d

[BS5] use fastapi and aiodocker for dockerapi

Full commit hash
db8af3d1e016ec024c3e3e3331f756bb09c29d50
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
21
Open commit View diff
21
FreddleSpl0it almost 4 years ago be7252f

[BS5] update async dockerapi

Full commit hash
be7252f620e372ce7bd893bde8a46c7e535c2635
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
22
COPY docker-entrypoint.sh /app/
Open commit View diff
22 COPY docker-entrypoint.sh /app/
FreddleSpl0it about 3 years ago 06cce79

[Dockerapi] add pubsub handler for broadcasting in ha setup

Full commit hash
06cce79806fccefa29f7145a7421ca8d122f6dbe
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
23
COPY main.py /app/main.py
Open commit View diff
23 COPY main.py /app/main.py
same change 06cce79

[Dockerapi] add pubsub handler for broadcasting in ha setup

Full commit hash
06cce79806fccefa29f7145a7421ca8d122f6dbe
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
24
COPY modules/ /app/modules/
Open commit View diff
24 COPY modules/ /app/modules/
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
AndrĂ© <[email protected]>
Date
almost 8 years ago
Selected line
25
Open commit View diff
25
FreddleSpl0it almost 4 years ago be7252f

[BS5] update async dockerapi

Full commit hash
be7252f620e372ce7bd893bde8a46c7e535c2635
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
26
ENTRYPOINT ["/bin/sh", "/app/docker-entrypoint.sh"]
Open commit View diff
26 ENTRYPOINT ["/bin/sh", "/app/docker-entrypoint.sh"]
Hassan A Hashim almost 2 years ago f3da8bb

Refactor/Change Dockerfiles cmd from shell to exec form (#6019)

Full commit hash
f3da8bb85ff98164f45c742aff957c960b75c69e
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
27
CMD ["python", "main.py"]
Open commit View diff
27 CMD ["python", "main.py"]