This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM lsiobase/alpine.nginx:3.8
1+ FROM lsiobase/alpine.nginx:3.9
22
33# set version label
44ARG BUILD_DATE
@@ -14,7 +14,6 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
1414RUN \
1515 echo "**** install runtime packages ****" && \
1616 apk add --no-cache --upgrade \
17- certbot \
1817 curl \
1918 fail2ban \
2019 memcached \
Original file line number Diff line number Diff line change 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
44COPY qemu-aarch64-static /usr/bin
@@ -17,7 +17,6 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
1717RUN \
1818 echo "**** install runtime packages ****" && \
1919 apk add --no-cache --upgrade \
20- certbot \
2120 curl \
2221 fail2ban \
2322 memcached \
Original file line number Diff line number Diff line change 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
44COPY qemu-arm-static /usr/bin
@@ -17,7 +17,6 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
1717RUN \
1818 echo "**** install runtime packages ****" && \
1919 apk add --no-cache --upgrade \
20- certbot \
2120 curl \
2221 fail2ban \
2322 memcached \
Original file line number Diff line number Diff 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).
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126
127127# changelog
128128changelogs :
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)." }
You can’t perform that action at this time.
0 commit comments