Docker base images (Alpine) - Home Assistant Community Add-ons
Find a file
2018-05-06 12:28:22 +02:00
.circleci ⬆️ Upgrades QEMU to v2.11.0 (#18) 2017-12-23 21:26:07 +01:00
.github 🚀 📚 Added CodeClimate, updated Markdown files to pass linter 2017-09-17 21:14:54 +02:00
base 🚀 Update all Alpine packages on build 2018-02-21 21:29:11 +01:00
.codeclimate.yml 🚀 Ci improvements (#6) 2017-09-21 21:41:41 +02:00
.editorconfig 🎉 Initial code 2017-09-15 23:41:19 +02:00
.gitignore 🚀 Adds base/rootfs/usr/bin/qemu-* to .gitignore 2017-12-12 23:35:25 +01:00
.mdlrc 🚀 📚 Added CodeClimate, updated Markdown files to pass linter 2017-09-17 21:14:54 +02:00
.yamllint Adds .yamllint configuration 2018-05-06 12:28:22 +02:00
CHANGELOG.md 📚 Updated CHANGELOG for release v1.3.3 2018-02-21 22:58:36 +01:00
CODE_OF_CONDUCT.md 📚 Fixed typo in email 2017-09-26 01:07:12 +02:00
CONTRIBUTING.md 🚀 📚 Added CodeClimate, updated Markdown files to pass linter 2017-09-17 21:14:54 +02:00
LICENSE.md 🎉 Initial code 2017-09-15 23:41:19 +02:00
README.md 📚 Updated maintenance year, it is 2018 2018-01-06 22:24:08 +01:00

Community Hass.io Add-ons: Base Images

GitHub Release Project Stage Project Maintenance GitHub Activity License

CircleCI Code Climate Bountysource Discord Community Forum

Patreon PayPal Bitcoin

Docker base images used by Community Hass.io Add-ons.

About

These are the base images used by add-ons created by the Community Hass.io Add-ons.

While Home Assistant provides base images, the images provided by this repository contain some extras:

  • Adds s6 as a process supervisor.
  • Adds jq & curl, since every add-on uses them.
  • Adds Docker Label Schema support.
  • Adds a large Bash function library for use with an add-on.
  • Handles logs, add-on startup banners and update notifications.
  • Several small adjustments and improvements.

Docker status

Docker Architecture Docker Version Docker Layers Docker Pulls

Docker Architecture Docker Version Docker Layers Docker Pulls

Docker Architecture Docker Version Docker Layers Docker Pulls

Docker Architecture Docker Version Docker Layers Docker Pulls

Changelog & Releases

This repository keeps a change log. The format of the log is based on Keep a Changelog.

Releases are based on Semantic Versioning, and use the format of MAJOR.MINOR.PATCH. In a nutshell, the version will be incremented based on the following:

  • MAJOR: Incompatible or major changes.
  • MINOR: Backwards-compatible new features and enhancements.
  • PATCH: Backwards-compatible bugfixes and package updates.

Support

Got questions?

You have several options to get them answered:

You could also open an issue here GitHub.

Contributing

This is an active open-source project. We are always open to people who want to use the code or contribute to it.

We've set up a separate document for our contribution guidelines.

Thank you for being involved! 😍

Authors & contributors

The original setup of this repository is by Franck Nijhof.

For a full list of all authors and contributors, check the contributor's page.

We have got some Hass.io add-ons for you

Want some more functionality to your Hass.io Home Assistant instance?

We have created multiple add-ons for Hass.io. For a full list, check out our GitHub Repository.

License

MIT License

Copyright (c) 2017 Franck Nijhof

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.