-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5819 from mailcow/staging
2024-04
- Loading branch information
Showing
28 changed files
with
1,799 additions
and
164 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
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.18 | ||
|
||
LABEL maintainer "The Infrastructure Company GmbH GmbH <[email protected]>" | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
ARG PIP_BREAK_SYSTEM_PACKAGES=1 | ||
RUN apk upgrade --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 | ||
|
||
LABEL maintainer "The Infrastructure Company GmbH 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 | ||
|
||
LABEL maintainer "The Infrastructure Company GmbH 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM alpine:3.19 | ||
LABEL maintainer "The Infrastructure Company GmbH GmbH <[email protected]>" | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$ | ||
ARG GOSU_VERSION=1.16 | ||
|
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,5 +1,5 @@ | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "The Infrastructure Company GmbH GmbH <[email protected]>" | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
ENV LC_ALL C | ||
|
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,5 +1,5 @@ | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "The Infrastructure Company GmbH GmbH <[email protected]>" | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
ARG CODENAME=bullseye | ||
|
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,5 +1,5 @@ | ||
FROM debian:bullseye-slim | ||
LABEL maintainer "The Infrastructure Company GmbH GmbH <[email protected]>" | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
ARG DEBIAN_VERSION=bullseye | ||
|
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,6 +1,6 @@ | ||
FROM alpine:3.18 | ||
|
||
LABEL maintainer "The Infrastructure Company GmbH GmbH <[email protected]>" | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
RUN apk add --update --no-cache \ | ||
curl \ | ||
|
Oops, something went wrong.