rebase to alpine 3.8

This commit is contained in:
sparklyballs 2018-08-28 11:16:14 +01:00
parent 41cf223560
commit fff6a7a42e
5 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.7
FROM lsiobase/alpine:3.8
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine.arm64:3.7
FROM lsiobase/alpine.arm64:3.8
# Add qemu to build on x86_64 systems
COPY qemu-aarch64-static /usr/bin

View File

@ -1,4 +1,5 @@
FROM lsiobase/alpine.armhf:3.7
FROM lsiobase/alpine.armhf:3.8
# Add qemu to build on x86_64 systems
COPY qemu-arm-static /usr/bin

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
BUILDS_DISCORD = credentials('build_webhook_url')
GITHUB_TOKEN = credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
DIST_IMAGE = 'alpine'
DIST_TAG = '3.7'
DIST_TAG = '3.8'
DIST_PACKAGES = 'apache2 \
apache2-ctl \
apache2-utils \

View File

@ -35,6 +35,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "28.04.18:", desc: "Rebase to alpine 3.8." }
- { date: "09.04.18:", desc: "Add bc package." }
- { date: "08.04.18:", desc: "Add tccping script and tcptraceroute package (thanks rcarmo)." }
- { date: "13.12.17:", desc: "Expose httpd_conf to /config." }