Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 457 Bytes

20210503_devcontainer_official_docker.md

File metadata and controls

17 lines (11 loc) · 457 Bytes

Use official Docker image for devcontainer

Since the introduction of VSCode devcontainers, the ioBroker Docker image has been migrated to the ioBroker organization. To make use of the new images, you need to update the dockerfile.

Migration guide:

Change the first line in .devcontainer/iobroker/Dockerfile from

FROM buanet/iobroker:latest

to

FROM iobroker/iobroker:latest