We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f66db commit c39f7faCopy full SHA for c39f7fa
emhass/Dockerfile
@@ -54,7 +54,6 @@ RUN [[ "${BUILD_ARCH}" == "armv7" ]] && apt-get update && apt-get install libato
54
55
#remove build only packages
56
RUN apt-get purge -y --auto-remove \
57
- git \
58
gcc \
59
patchelf \
60
cmake \
emhass/config.yml
@@ -1,14 +1,14 @@
1
name: EMHASS
2
description: Energy Management for Home Assistant
3
url: https://github.com/davidusb-geek/emhass
4
-version: 0.8.2beta003
+version: 0.8.2
5
slug: emhass
6
arch:
7
- aarch64
8
- amd64
9
- armhf
10
- armv7
11
-#image: "davidusb/image-{arch}-emhass" #set if use image from DockerHub
+image: "davidusb/image-{arch}-emhass" #set if use image from DockerHub
12
ports:
13
5000/tcp: 5000
14
ports_description:
0 commit comments