-
-
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 #5893 from mailcow/feat/base-os
os: updated all Alpine containers to 3.20
- Loading branch information
Showing
13 changed files
with
34 additions
and
38 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,8 +1,8 @@ | ||
FROM alpine:3.18 | ||
FROM alpine:3.20 | ||
|
||
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/testing/ | ||
|
||
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
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,4 +1,4 @@ | ||
FROM alpine:3.19 | ||
FROM alpine:3.20 | ||
|
||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
|
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,4 +1,4 @@ | ||
FROM alpine:3.19 | ||
FROM alpine:3.20 | ||
|
||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
|
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,4 +1,4 @@ | ||
FROM alpine:3.19 | ||
FROM alpine:3.20 | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$ | ||
|
@@ -62,7 +62,7 @@ RUN addgroup -g 5000 vmail \ | |
perl-package-stash-xs \ | ||
perl-par-packer \ | ||
perl-parse-recdescent \ | ||
perl-lockfile-simple --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ \ | ||
perl-lockfile-simple \ | ||
libproc \ | ||
perl-readonly \ | ||
perl-regexp-common \ | ||
|
@@ -109,8 +109,6 @@ RUN addgroup -g 5000 vmail \ | |
&& chmod +x /usr/local/bin/gosu \ | ||
&& gosu nobody true | ||
|
||
# RUN cpan LockFile::Simple | ||
|
||
COPY trim_logs.sh /usr/local/bin/trim_logs.sh | ||
COPY clean_q_aged.sh /usr/local/bin/clean_q_aged.sh | ||
COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf | ||
|
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,4 +1,4 @@ | ||
FROM alpine:3.19 | ||
FROM alpine:3.20 | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
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
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,4 +1,4 @@ | ||
FROM alpine:3.19 | ||
FROM alpine:3.20 | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
ARG PIP_BREAK_SYSTEM_PACKAGES=1 | ||
|
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,4 +1,4 @@ | ||
FROM php:8.2-fpm-alpine3.18 | ||
FROM php:8.2-fpm-alpine3.20 | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
# renovate: datasource=github-tags depName=krakjoe/apcu versioning=semver-coerced extractVersion=^v(?<version>.*)$ | ||
|
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,4 +1,4 @@ | ||
FROM alpine:3.18 | ||
FROM alpine:3.20 | ||
|
||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
|
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,4 +1,4 @@ | ||
FROM alpine:3.18 | ||
FROM alpine:3.20 | ||
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>" | ||
|
||
# Installation | ||
|
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