🔨 Re-branding

This commit is contained in:
Franck Nijhof 2020-02-12 21:47:35 +01:00
parent b004f23a53
commit e01dcdbcca
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
--- ---
repository: repository:
description: "Docker Python base images (Alpine) - Community Home Assistant Add-ons" description: "Docker Python base images (Alpine) - Home Assistant Community Add-ons"
homepage: https://addons.community homepage: https://addons.community
topics: docker, baseimage, baseimage-docker, addons, home-assistant, home-assistant, alpine, python topics: docker, baseimage, baseimage-docker, addons, home-assistant, home-assistant, alpine, python
private: false private: false

View file

@ -1,4 +1,4 @@
# Community Home Assistant Add-on: Python Base Images # Home Assistant Community Add-on: Python Base Images
[![GitHub Release][releases-shield]][releases] [![GitHub Release][releases-shield]][releases]
![Project Stage][project-stage-shield] ![Project Stage][project-stage-shield]
@ -21,12 +21,12 @@
[![Support Frenck on Patreon][patreon-shield]][patreon] [![Support Frenck on Patreon][patreon-shield]][patreon]
Docker Python base images used by Community Home Assistant Add-ons. Docker Python base images used by Home Assistant Community Add-ons.
## About ## About
These are the Python3 add-on base images for the These are the Python3 add-on base images for the
Community Home Assistant Add-ons and are created to give the project more Home Assistant Community Add-ons and are created to give the project more
control over the Python used. control over the Python used.
Main reason for this, is because in Alpine 3.9 the shipped Python was broken Main reason for this, is because in Alpine 3.9 the shipped Python was broken
@ -55,7 +55,7 @@ Got questions?
You have several options to get them answered: You have several options to get them answered:
- The [Community Home Assistant Add-ons Discord chat server][discord] for add-on - The [Home Assistant Community Add-ons Discord chat server][discord] for add-on
support and feature requests. support and feature requests.
- The [Home Assistant Discord Chat Server][discord-ha] for general Home - The [Home Assistant Discord Chat Server][discord-ha] for general Home
Assistant discussions and questions. Assistant discussions and questions.

View file

@ -143,7 +143,7 @@ LABEL \
io.hass.type="base" \ io.hass.type="base" \
io.hass.version=${BUILD_VERSION} \ io.hass.version=${BUILD_VERSION} \
maintainer="Franck Nijhof <frenck@addons.community>" \ maintainer="Franck Nijhof <frenck@addons.community>" \
org.label-schema.description="Community Home Assistant Add-on: ${BUILD_ARCH} Python Base image" \ org.label-schema.description="Home Assistant Community Add-on: ${BUILD_ARCH} Python Base image" \
org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.name="Add-on 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.schema-version="1.0" \
@ -151,4 +151,4 @@ LABEL \
org.label-schema.usage="https://github.com/hassio-addons/addon-base-python/blob/master/README.md" \ 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-ref=${REF} \
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-base-python" \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-base-python" \
org.label-schema.vendor="Community Home Assistant Add-ons" org.label-schema.vendor="Home Assistant Community Add-ons"