From 0f562e1f683ec8c05b611bdea291a7bf8a203708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 12 Feb 2021 23:01:19 +0100 Subject: [PATCH] Fix image names for raspberrypi (#16532) --- source/_includes/installation/container.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_includes/installation/container.md b/source/_includes/installation/container.md index 41756961bc8..aca5741b94b 100644 --- a/source/_includes/installation/container.md +++ b/source/_includes/installation/container.md @@ -17,11 +17,11 @@ Installation with Docker is straightforward. Adjust the following command so tha {% if page.installation_type == 'raspberrypi' %} #### Raspberry pi 3 - {% include installation/container/cli.md image="homeassistant/raspberrypi3:stable" %} + {% include installation/container/cli.md image="homeassistant/raspberrypi3-homeassistant:stable" %} #### Raspberry pi 4 - {% include installation/container/cli.md image="homeassistant/raspberrypi4:stable" %} + {% include installation/container/cli.md image="homeassistant/raspberrypi4-homeassistant:stable" %} {% elsif page.installation_type == 'alternative' %} {% include installation/container/alternative.md %} @@ -67,11 +67,11 @@ As the Docker command becomes more complex, switching to `docker-compose` can be {% if page.installation_type == 'raspberrypi' %} #### Raspberry pi 3 - {% include installation/container/compose.md image="homeassistant/raspberrypi3:stable" %} + {% include installation/container/compose.md image="homeassistant/raspberrypi3-homeassistant:stable" %} #### Raspberry pi 4 - {% include installation/container/compose.md image="homeassistant/raspberrypi4:stable" %} + {% include installation/container/compose.md image="homeassistant/raspberrypi4-homeassistant:stable" %} {% else %} {% include installation/container/compose.md image="homeassistant/home-assistant:stable" %} {% endif %}