generated from home-assistant/addons-example
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump to 1.0.1 and note breaking change for default port * CI FIx: Unlink repo from Dockerfile label
- Loading branch information
Showing
3 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,12 @@ RUN chmod a+x /app/run.sh | |
|
||
# [email protected] | ||
LABEL \ | ||
io.hass.version="1.0.0" \ | ||
io.hass.version="1.0.1" \ | ||
io.hass.type="addon" \ | ||
io.hass.arch="armhf|aarch64|i386|amd64|armv7" \ | ||
org.opencontainers.image.authors="Chris Romp" \ | ||
org.opencontainers.image.description="An HTTP receiver for Ecowitt data for sending to the Home Assistant integration." \ | ||
org.opencontainers.image.source="https://github.com/ChrisRomp/addon-ecowitt-proxy" | ||
org.opencontainers.image.description="An HTTP receiver for Ecowitt data for sending to the Home Assistant integration." | ||
# org.opencontainers.image.source="https://github.com/ChrisRomp/addon-ecowitt-proxy" | ||
|
||
WORKDIR /app | ||
CMD [ "./run.sh" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters