forked from mailcow/mailcow-dockerized
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mailcow:master' into master
- Loading branch information
Showing
103 changed files
with
2,953 additions
and
1,477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,3 @@ | ||
## :memo: Brief description | ||
<!-- Diff summary - START --> | ||
<!-- Diff summary - END --> | ||
|
||
|
||
## :computer: Commits | ||
<!-- Diff commits - START --> | ||
<!-- Diff commits - END --> | ||
|
||
|
||
## :file_folder: Modified files | ||
<!-- Diff files - START --> | ||
<!-- Diff files - END --> | ||
<!-- Diff files - END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!-- _Please make sure to review and check all of these items, otherwise we might refuse your PR:_ --> | ||
|
||
## Contribution Guidelines | ||
|
||
* [ ] I've read the [contribution guidelines](https://github.com/mailcow/mailcow-dockerized/blob/master/CONTRIBUTING.md) and wholeheartedly agree them | ||
|
||
<!-- _NOTE: this tickbox is needed to fullfil on order to get your PR reviewed._ --> | ||
|
||
## What does this PR include? | ||
|
||
### Short Description | ||
|
||
<!-- Please write a short description, what your PR does here. --> | ||
|
||
### Affected Containers | ||
|
||
<!-- Please list all affected Docker containers here, which you commited changes to --> | ||
|
||
<!-- | ||
Please list them like this: | ||
- container1 | ||
- container2 | ||
- container3 | ||
etc. | ||
--> | ||
|
||
## Did you run tests? | ||
|
||
### What did you tested? | ||
|
||
<!-- Please write shortly, what you've tested (which components etc.). --> | ||
|
||
### What were the final results? (Awaited, got) | ||
|
||
<!-- Please write shortly, what your final tests results were. What did you awaited? Was the outcome the awaited one? --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM alpine:3.18 | ||
FROM alpine:3.20 | ||
|
||
LABEL maintainer = "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
ARG PIP_BREAK_SYSTEM_PACKAGES=1 | ||
RUN apk upgrade --no-cache \ | ||
&& apk add --update --no-cache \ | ||
bash \ | ||
|
@@ -15,9 +15,7 @@ RUN apk upgrade --no-cache \ | |
tini \ | ||
tzdata \ | ||
python3 \ | ||
py3-pip \ | ||
&& pip3 install --upgrade pip \ | ||
&& pip3 install acme-tiny | ||
acme-tiny --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ | ||
|
||
COPY acme.sh /srv/acme.sh | ||
COPY functions.sh /srv/functions.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM debian:bullseye-slim | ||
FROM debian:bookworm-slim | ||
|
||
RUN apt update && apt install pigz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM alpine:3.19 | ||
FROM alpine:3.20 | ||
|
||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
LABEL maintainer = "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
RUN apk upgrade --no-cache \ | ||
&& apk add --update --no-cache \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM alpine:3.19 | ||
FROM alpine:3.20 | ||
|
||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
LABEL maintainer = "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
ARG PIP_BREAK_SYSTEM_PACKAGES=1 | ||
WORKDIR /app | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.