Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsvdhoven authored Oct 27, 2023
1 parent af91b41 commit 5a88f0c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion homeassistant-samsung-frame-art/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,24 @@ COPY art.py /

RUN chmod a+x /run.sh

CMD [ "/run.sh" ]
CMD [ "/run.sh" ]


LABEL \
io.hass.name="Home Assistant Samsung the Frame changer for ${BUILD_ARCH}" \
io.hass.description="Home Assistant Add-on: ${BUILD_ARCH} Home Assistant Samsung the Frame changer" \
io.hass.arch="${BUILD_ARCH}" \
io.hass.type="base" \
io.hass.version=${BUILD_VERSION} \
maintainer="Gijs van den Hoven" \
org.opencontainers.image.title="Home Assistant Samsung the Frame changer for ${BUILD_ARCH}" \
org.opencontainers.image.description="Home Assistant Community Add-on: ${BUILD_ARCH} Python base image" \
org.opencontainers.image.vendor="Home Assistant Add-ons from Gijsvdhoven" \
org.opencontainers.image.authors="Gijs van den Hoven" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://github.com/gijsvdhoven/homeassistant-addons" \
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/master/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${BUILD_VERSION}

0 comments on commit 5a88f0c

Please sign in to comment.