Docker base images (Ubuntu) - Community Home Assistant Add-ons
Find a file
2018-05-06 20:47:14 +02:00
.circleci 🚀 Adds CircleCI 2018-04-12 22:54:31 +02:00
.github 📚 Adds basic documentation files 2018-04-12 22:53:29 +02:00
base 🚑 Fixes typo in base image tag 2018-04-12 22:57:33 +02:00
.codeclimate.yml 🚀 Adds CodeClimate 2018-04-12 22:52:44 +02:00
.editorconfig 🚀 Adds CodeClimate 2018-04-12 22:52:44 +02:00
.gitignore 🚀 Adds CodeClimate 2018-04-12 22:52:44 +02:00
.mdlrc 🚀 Adds CodeClimate 2018-04-12 22:52:44 +02:00
.yamllint Adds .yamllint configuration 2018-05-06 20:47:14 +02:00
CHANGELOG.md 📚 Updated CHANGELOG for release v1.0.0 2018-04-12 23:10:19 +02:00
CODE_OF_CONDUCT.md 📚 Adds basic documentation files 2018-04-12 22:53:29 +02:00
CONTRIBUTING.md 📚 Adds basic documentation files 2018-04-12 22:53:29 +02:00
LICENSE.md 📚 Adds basic documentation files 2018-04-12 22:53:29 +02:00
README.md 📚 Adds initial readme 2018-04-12 23:08:31 +02:00

Community Hass.io Add-ons: Ubuntu Base Images

GitHub Release Project Stage Project Maintenance GitHub Activity License

CircleCI Code Climate Bountysource Discord Community Forum

Patreon PayPal Bitcoin

Docker Ubuntu 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:

  • Based on Ubuntu Stretch (slim)
  • 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) 2018 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.