Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit b1cd8af

Browse files
aptalcathelamer
authored andcommitted
rebase to alpine 3.9
1 parent b580bfb commit b1cd8af

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine.nginx:3.8
1+
FROM lsiobase/alpine.nginx:3.9
22

33
# set version label
44
ARG BUILD_DATE
@@ -14,7 +14,6 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
1414
RUN \
1515
echo "**** install runtime packages ****" && \
1616
apk add --no-cache --upgrade \
17-
certbot \
1817
curl \
1918
fail2ban \
2019
memcached \

Dockerfile.aarch64

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine.nginx.arm64:3.8
1+
FROM lsiobase/alpine.nginx.arm64:3.9
22

33
# Add qemu to build on x86_64 systems
44
COPY qemu-aarch64-static /usr/bin
@@ -17,7 +17,6 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
1717
RUN \
1818
echo "**** install runtime packages ****" && \
1919
apk add --no-cache --upgrade \
20-
certbot \
2120
curl \
2221
fail2ban \
2322
memcached \

Dockerfile.armhf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lsiobase/alpine.nginx.armhf:3.8
1+
FROM lsiobase/alpine.nginx.armhf:3.9
22

33
# Add qemu to build on x86_64 systems
44
COPY qemu-arm-static /usr/bin
@@ -17,7 +17,6 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
1717
RUN \
1818
echo "**** install runtime packages ****" && \
1919
apk add --no-cache --upgrade \
20-
certbot \
2120
curl \
2221
fail2ban \
2322
memcached \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ Below are the instructions for updating containers:
233233

234234
## Versions
235235

236+
* **22.02.19:** - Rebase to alpine 3.9.
236237
* **03.02.19:** - Removed memcached due to seccomp errors. Let us know if you need to re-enable memcached.
237238
* **28.01.19:** - Add pipeline logic and multi arch.
238239
* **21.01.19:** - Remove client_body_max from proxy.conf (existing users need to manually update).

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "22.02.19:", desc: "Rebase to alpine 3.9." }
129130
- { date: "03.02.19:", desc: "Removed memcached due to seccomp errors. Let us know if you need to re-enable memcached." }
130131
- { date: "28.01.19:", desc: "Add pipeline logic and multi arch." }
131132
- { date: "21.01.19:", desc: "Remove client_body_max from proxy.conf (existing users need to manually update)." }

0 commit comments

Comments
 (0)