You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/hassio/addon_testing.markdown
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ Right now add-ons will work with images that are stored on Docker Hub (using `im
17
17
18
18
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:
19
19
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`
24
24
25
25
Add also a `LABEL io.hass.version="xy"` into your dockerfile.
26
26
Use `docker` to build the test addon: `docker build -t local/my-test-addon .`
0 commit comments