Skip to content

Commit

Permalink
Move labelling to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Apr 7, 2024
1 parent 3dd65d6 commit 536dd11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ RUN chmod a+x /etc/services.d/*/run /etc/services.d/*/finish

ENTRYPOINT ["/init"]

LABEL \
org.opencontainers.image.title="Home Assistant Add-on: Ghostfolio" \
org.opencontainers.image.description="Privacy-first, open source dashboard for your personal finances." \
org.opencontainers.image.source="https://github.com/lildude/ha-addon-ghostfolio/" \
org.opencontainers.image.licenses="MIT" \

HEALTHCHECK \
--interval=10s \
--retries=5 \
Expand Down
6 changes: 0 additions & 6 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
"args": {
"ghostfolio_version": "2.71.0"
},
"labels": {
"org.opencontainers.image.title": "Home Assistant Add-on: Ghostfolio",
"org.opencontainers.image.description": "Privacy-first, open source dashboard for your personal finances.",
"org.opencontainers.image.source": "https://github.com/lildude/ha-addon-ghostfolio/",
"org.opencontainers.image.licenses": "MIT"
},
"codenotary": {
"signer": "colin@symr.io"
}
Expand Down

0 comments on commit 536dd11

Please sign in to comment.