mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-09 14:23:08 +01:00
Change from sha image tag to v5.1.0
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.4.0] - 2020-12-30
|
||||||
|
- Change from sha image tag to v5.1.0
|
||||||
|
|
||||||
## [0.3.0] - 2020-12-30
|
## [0.3.0] - 2020-12-30
|
||||||
- Added some ports for free use (e.g. `simple api`)
|
- Added some ports for free use (e.g. `simple api`)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
FROM buanet/iobroker@sha256:f3ea64a0a2e32768f77b707d739448636bd179580fee787f4b2610068edcb014
|
FROM buanet/iobroker:v5.1.0
|
||||||
|
|
||||||
# copy over the patched iobroker_startup.sh
|
# copy over the patched iobroker_startup.sh
|
||||||
COPY iobroker_startup.sh /opt/scripts/iobroker_startup.sh
|
COPY iobroker_startup.sh /opt/scripts/iobroker_startup.sh
|
||||||
RUN chmod a+x /opt/scripts/iobroker_startup.sh
|
RUN chmod a+x /opt/scripts/iobroker_startup.sh
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ioBroker",
|
"name": "ioBroker",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"webui": "http://[HOST]:[PORT:8081]/",
|
"webui": "http://[HOST]:[PORT:8081]/",
|
||||||
"slug": "iobroker",
|
"slug": "iobroker",
|
||||||
"description": "Open source automation platform",
|
"description": "Open source automation platform",
|
||||||
|
|||||||
Reference in New Issue
Block a user