Update create_homeassistant.sh
This commit is contained in:
parent
04d7d1e0e3
commit
e333247787
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ cp ../../homeassistant/Dockerfile "$WORKSPACE/Dockerfile"
|
|||
|
||||
sed -i "s/%%BASE_IMAGE%%/${BASE_IMAGE}/g" "$WORKSPACE/Dockerfile"
|
||||
sed -i "s/%%VERSION%%/${DOCKER_TAG}/g" "$WORKSPACE/Dockerfile"
|
||||
echo "LABEL io.hass.version=\"$DOCKER_TAG\"" >> "$WORKSPACE/Dockerfile"
|
||||
|
||||
git clone https://github.com/home-assistant/home-assistant "$HASS_GIT"
|
||||
cd "$HASS_GIT" && git checkout "$DOCKER_TAG"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue