Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Oct 12, 2024
1 parent ff31283 commit 17fc0cc
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion eaglercraft-relay/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,35 @@ RUN unzip -n relay.zip
RUN sudo chmod 777 run.sh

# entrypoint from the zip:
CMD [ "/run.sh" ]
CMD [ "/run.sh" ]




#ARG BUILD_ARCH
#ARG BUILD_DATE
#ARG BUILD_DESCRIPTION
#ARG BUILD_NAME
#ARG BUILD_REF
ARG REPO_URL
ARG VERSION
ARG PLATFORM
LABEL \
# io.hass.name="${BUILD_NAME}" \
# io.hass.description="${BUILD_DESCRIPTION}" \
io.hass.arch="${PLATFORM}" \
io.hass.type="addon" \
io.hass.version=${VERSION} \
maintainer="UplandJacob (${REPO_URL})" \
# org.opencontainers.image.title="${BUILD_NAME}" \
# org.opencontainers.image.description="${BUILD_DESCRIPTION}" \
org.opencontainers.image.vendor="Home Assistant Add-ons" \
org.opencontainers.image.authors="UplandJacob (https://github.com/uplandjacob)" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="${REPO_URL}" \
org.opencontainers.image.source="${REPO_URL}" \
org.opencontainers.image.documentation="${REPO_URL}/blob/main/README.md" \
# org.opencontainers.image.created=${BUILD_DATE} \
# org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${VERSION}

0 comments on commit 17fc0cc

Please sign in to comment.