Skip to content

Commit 387df7b

Browse files
authored
New base image
1 parent f84dc25 commit 387df7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/hassio/addon_testing.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Right now add-ons will work with images that are stored on Docker Hub (using `im
1717

1818
You can build an try the addon on your developer machine also. Move all addon stuff into a temp folder. Replace in the Dockerfile `%%BASE_IMAGE%%` with:
1919

20-
- armhf: `resin/armhf-alpine:3.5`
21-
- aarch64: `resin/aarch64-alpine:3.5`
22-
- amd64: `resin/amd64-alpine:3.5`
23-
- i386: `resin/i386-alpine:3.5`
20+
- armhf: `homeassistant/armhf-base:latest`
21+
- aarch64: `homeassistant/aarch64-base:latest`
22+
- amd64: `homeassistant/amd64-base:latest`
23+
- i386: `homeassistant/i386-base:latest`
2424

2525
Add also a `LABEL io.hass.version="xy"` into your dockerfile.
2626
Use `docker` to build the test addon: `docker build -t local/my-test-addon .`

0 commit comments

Comments
 (0)