Skip to content

Commit

Permalink
Update to python 3.9 with Alpine 3.13 (#189)
Browse files Browse the repository at this point in the history
* Update to python 3.9

* temp fix for wheels

* update wheels URL

* revert build fix
  • Loading branch information
pvizeli authored Jun 8, 2021
1 parent 246faa5 commit 14e8be5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
BUILD_TYPE: base
WHEELS_TAG: 3.8-alpine3.12
WHEELS_TAG: 3.9-alpine3.13

jobs:
init:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${BUILD_FROM}

# Add Hass.io wheels repository
ARG BUILD_ARCH
ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.12/${BUILD_ARCH}/
ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.13/${BUILD_ARCH}/

####
# Install core
Expand Down
20 changes: 13 additions & 7 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,24 @@
"image": "homeassistant/{arch}-homeassistant-base",
"shadow_repository": "ghcr.io/home-assistant",
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.8-alpine3.12",
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.8-alpine3.12",
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.8-alpine3.12",
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.8-alpine3.12",
"i386": "ghcr.io/home-assistant/i386-base-python:3.8-alpine3.12"
"aarch64": "ghcr.io/home-assistant/aarch64-base-python:3.9-alpine3.13",
"armhf": "ghcr.io/home-assistant/armhf-base-python:3.9-alpine3.13",
"armv7": "ghcr.io/home-assistant/armv7-base-python:3.9-alpine3.13",
"amd64": "ghcr.io/home-assistant/amd64-base-python:3.9-alpine3.13",
"i386": "ghcr.io/home-assistant/i386-base-python:3.9-alpine3.13"
},
"labels": {
"io.hass.type": "homeassistant-base",
"org.opencontainers.image.source": "https://github.com/home-assistant/docker"
"org.opencontainers.image.title": "Home Assistant Core baseimage",
"org.opencontainers.image.description": "Baseimage for Home Assistant Core container/supervisor installation",
"org.opencontainers.image.source": "https://github.com/home-assistant/docker",
"org.opencontainers.image.authors": "The Home Assistant Authors",
"org.opencontainers.image.url": "https://www.home-assistant.io/",
"org.opencontainers.image.documentation": "https://www.home-assistant.io/docs/",
"org.opencontainers.image.licenses": "Apache License 2.0"
},
"args": {
"SSOCR_VERSION": "2.19.0",
"SSOCR_VERSION": "2.21.0",
"ARPSCAN_VERSION": "1.9.7",
"TELLDUS_COMMIT": "2598bbed16ffd701f2a07c99582f057a3decbaf3",
"PICOTTS_HASH": "e3ba46009ee868911fa0b53db672a55f9cc13b1c"
Expand Down

0 comments on commit 14e8be5

Please sign in to comment.