Skip to content

Commit

Permalink
JH: add build-jethub.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn authored and jethome-bot committed Nov 11, 2023
1 parent 5a8bf48 commit 9789e7d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions build-jethub.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
image: ghcr.io/jethub-homeassistant/{arch}-homeassistant
build_from:
aarch64: ghcr.io/jethub-homeassistant/aarch64-homeassistant-base:2023.10.0
armhf: ghcr.io/jethub-homeassistant/armhf-homeassistant-base:2023.10.0
armv7: ghcr.io/jethub-homeassistant/armv7-homeassistant-base:2023.10.0
amd64: ghcr.io/jethub-homeassistant/amd64-homeassistant-base:2023.10.0
i386: ghcr.io/jethub-homeassistant/i386-homeassistant-base:2023.10.0
codenotary:
signer: [email protected]
base_image: [email protected]
cosign:
base_identity: https://github.com/jethub-homeassistant/docker/.*
identity: https://github.com/jethub-homeassistant/core/.*
labels:
io.hass.type: core
org.opencontainers.image.title: Home Assistant
org.opencontainers.image.description: Open-source home automation platform running on Python 3
org.opencontainers.image.source: https://github.com/jethub-homeassistant/core
org.opencontainers.image.authors: The Home Assistant Authors (JetHome patched)
org.opencontainers.image.url: https://www.home-assistant.io/
org.opencontainers.image.documentation: https://www.home-assistant.io/docs/
org.opencontainers.image.licenses: Apache License 2.0

0 comments on commit 9789e7d

Please sign in to comment.