aztfmod / rovergo

The next version of Rover, the command line tool for Azure CAF Landingzones. Developed in Go
MIT License
10 stars 7 forks source link

update to reference the dockerfile #135

Closed HadwaAbdelhalem closed 2 years ago

HadwaAbdelhalem commented 2 years ago

As a developer, I want to ensure I can open RoverGo in a DevContainer, so that I can easily contribute to the project.

Currently the DevContainer defined in the repo is invalid. It references an image that is not in the symphony dev ACR. Even after moving to an image on symphonydev, the container fails to load.

The story is part of the developer experience for RoverGo. We need to ensure that the DevContainer loads on VSCode and that a user is able to build and debug in a dev container.