mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
🔨 Re-branding
This commit is contained in:
parent
60bbc42956
commit
907c8ea6f3
3 changed files with 15 additions and 14 deletions
4
.github/settings.yml
vendored
4
.github/settings.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
repository:
|
||||
description: "Docker Python base images (Alpine) - Community Hass.io Add-on for Home Assistant"
|
||||
description: "Docker Python base images (Alpine) - Community Home Assistant Add-ons"
|
||||
homepage: https://addons.community
|
||||
topics: docker, hassio, hass, baseimage, baseimage-docker, home-automation, home-assistant, alpine, python
|
||||
topics: docker, baseimage, baseimage-docker, addons, home-assistant, home-assistant, alpine, python
|
||||
private: false
|
||||
has_issues: true
|
||||
has_projects: false
|
||||
|
|
19
README.md
19
README.md
|
@ -1,4 +1,4 @@
|
|||
# Community Hass.io Add-ons: Python Base Images
|
||||
# Community Home Assistant Add-on: Python Base Images
|
||||
|
||||
[![GitHub Release][releases-shield]][releases]
|
||||
![Project Stage][project-stage-shield]
|
||||
|
@ -21,16 +21,17 @@
|
|||
|
||||
[![Support Frenck on Patreon][patreon-shield]][patreon]
|
||||
|
||||
Docker Python base images used by Community Hass.io Add-ons.
|
||||
Docker Python base images used by Community Home Assistant Add-ons.
|
||||
|
||||
## About
|
||||
|
||||
These are the Python3 add-on base images for the Community Hass.io Add-ons
|
||||
and are created to give the project more control over the Python used.
|
||||
These are the Python3 add-on base images for the
|
||||
Community Home Assistant Add-ons and are created to give the project more
|
||||
control over the Python used.
|
||||
|
||||
Main reason for this, is because in Alpine 3.9 the shipped Python was broken
|
||||
for aarch64 based systems and was also still on Python 3.6 instead of the
|
||||
Python 3.7 (at time of creating this intial image).
|
||||
Python 3.7 (at time of creating this initial image).
|
||||
|
||||
This follows Home Assistant's base images, which made the same move.
|
||||
|
||||
|
@ -54,7 +55,7 @@ Got questions?
|
|||
|
||||
You have several options to get them answered:
|
||||
|
||||
- The [Community Hass.io Add-ons Discord chat server][discord] for add-on
|
||||
- The [Community Home Assistant Add-ons Discord chat server][discord] for add-on
|
||||
support and feature requests.
|
||||
- The [Home Assistant Discord Chat Server][discord-ha] for general Home
|
||||
Assistant discussions and questions.
|
||||
|
@ -80,11 +81,11 @@ The original setup of this repository is by [Franck Nijhof][frenck].
|
|||
For a full list of all authors and contributors,
|
||||
check [the contributor's page][contributors].
|
||||
|
||||
## We have got some Hass.io add-ons for you
|
||||
## We have got some Home Assistant add-ons for you
|
||||
|
||||
Want some more functionality to your Hass.io Home Assistant instance?
|
||||
Want some more functionality to your Home Assistant instance?
|
||||
|
||||
We have created multiple add-ons for Hass.io. For a full list, check out
|
||||
We have created multiple add-ons for Home Assistant. For a full list, check out
|
||||
our [GitHub Repository][repository].
|
||||
|
||||
## License
|
||||
|
|
|
@ -143,12 +143,12 @@ LABEL \
|
|||
io.hass.type="base" \
|
||||
io.hass.version=${BUILD_VERSION} \
|
||||
maintainer="Franck Nijhof <frenck@addons.community>" \
|
||||
org.label-schema.description="Community Hass.io Add-ons: ${BUILD_ARCH} Python Base image" \
|
||||
org.label-schema.description="Community Home Assistant Add-on: ${BUILD_ARCH} Python Base image" \
|
||||
org.label-schema.build-date=${BUILD_DATE} \
|
||||
org.label-schema.name="Addon Python base for ${BUILD_ARCH}" \
|
||||
org.label-schema.name="Add-on Python base for ${BUILD_ARCH}" \
|
||||
org.label-schema.schema-version="1.0" \
|
||||
org.label-schema.url="https://addons.community" \
|
||||
org.label-schema.usage="https://github.com/hassio-addons/addon-base-python/blob/master/README.md" \
|
||||
org.label-schema.vcs-ref=${REF} \
|
||||
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-base-python" \
|
||||
org.label-schema.vendor="Franck Nijhof"
|
||||
org.label-schema.vendor="Community Home Assistant Add-ons"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue