Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
⬆️ Update base image to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Sep 28, 2019
1 parent 7b914b7 commit cc452ca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ variables:

ADDON_LEGACY_TAGS: "true"

ADDON_AARCH64_BASE: "hassioaddons/base-python-aarch64:2.1.0"
ADDON_AMD64_BASE: "hassioaddons/base-python-amd64:2.1.0"
ADDON_ARMHF_BASE: "hassioaddons/base-python-armhf:2.1.0"
ADDON_ARMV7_BASE: "hassioaddons/base-python-armv7:2.1.0"
ADDON_I386_BASE: "hassioaddons/base-python-i386:2.1.0"
ADDON_AARCH64_BASE: "hassioaddons/base-python-aarch64:3.0.0"
ADDON_AMD64_BASE: "hassioaddons/base-python-amd64:3.0.0"
ADDON_ARMHF_BASE: "hassioaddons/base-python-armhf:3.0.0"
ADDON_ARMV7_BASE: "hassioaddons/base-python-armv7:3.0.0"
ADDON_I386_BASE: "hassioaddons/base-python-i386:3.0.0"
8 changes: 4 additions & 4 deletions matrix/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/base-python:2.1.0
ARG BUILD_FROM=hassioaddons/base-python:3.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -19,20 +19,20 @@ RUN \
libxslt-dev=1.1.33-r1 \
linux-headers=4.19.36-r0 \
musl-dev=1.1.22-r3 \
postgresql-dev=11.5-r0 \
postgresql-dev=11.5-r1 \
zlib-dev=1.2.11-r1 \
\
&& apk add --no-cache \
libffi=3.2.1-r6 \
libjpeg-turbo=2.0.2-r0 \
libpq=11.5-r0 \
libpq=11.5-r1 \
libressl=2.7.5-r0 \
libxslt=1.1.33-r1 \
lua-resty-http=0.13-r0 \
nginx-mod-http-lua=1.16.1-r0 \
nginx=1.16.1-r0 \
su-exec=0.2-r0 \
tiff=4.0.10-r0 \
tiff=4.0.10-r1 \
zlib=1.2.11-r1 \
\
&& pip3 install \
Expand Down
10 changes: 5 additions & 5 deletions matrix/build.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"args": {},
"build_from": {
"aarch64": "hassioaddons/base-python-aarch64:2.1.0",
"amd64": "hassioaddons/base-python-amd64:2.1.0",
"armhf": "hassioaddons/base-python-armhf:2.1.0",
"armv7": "hassioaddons/base-python-armv7:2.1.0",
"i386": "hassioaddons/base-python-i386:2.1.0"
"aarch64": "hassioaddons/base-python-aarch64:3.0.0",
"amd64": "hassioaddons/base-python-amd64:3.0.0",
"armhf": "hassioaddons/base-python-armhf:3.0.0",
"armv7": "hassioaddons/base-python-armv7:3.0.0",
"i386": "hassioaddons/base-python-i386:3.0.0"
}
}

0 comments on commit cc452ca

Please sign in to comment.