Commit Graph

8 Commits

Author SHA1 Message Date
Paul Yuknewicz 76cb7592cd
Fix CodeSpace failure for quickstarts repo (#692)
* pulling a prebuilt image to try overcoming CodeSpace 'out of storage' issue on build.

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* trying published MCR image for universal

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* removing http from tag

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Taking working mcr image and adding dockerfile customizations

Signed-off-by: GitHub <noreply@github.com>

* Update Dockerfile

Updating image pull to use a cached image for CodeSpaces
2022-06-08 17:42:49 -07:00
Paul Yuknewicz 009a9adae8
Fixing regressions to broken tests (new link) and dev container (#617)
* moving devcontainer to root to enable

* Fix for tutorials to point to new dapr-cli-link

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Fixed additional broken links found by MMD `make validate` in tutorials.

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Changing readme to call python3 instead of python per best practices

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Fixed zipkin api bug failing tests.  Duration with current multiply code will never be slow enough to return traces results!

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2022-03-21 16:28:16 -07:00
Nick Greenfield 9b9837d75a Move existing quickstarts into tutorials directory.
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-02-14 15:49:04 -08:00
Paul Yuknewicz c85ef27ff7
Update DevContainer base image to fix CodeSpaces and DevContainer issues (#519)
* Update base image to later Universal 1.x Focal, but still pin to 1.x major version

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Updated readme to clarify pre-req SKUs for GitHub CodeSpaces support

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2022-01-23 18:39:04 -08:00
Michael DePouw 47cf49e6af
bump dev-container image to 1.6.9 (#500)
Co-authored-by: Charlie Stanley <charlie.stanley@microsoft.com>
2022-01-14 08:09:04 -08:00
Simon Leet cca092b36a
Update golang extension in devcontainer (#463) 2021-08-04 08:48:09 -07:00
Simon Leet 055c76484a
Update devcontainer to support Codespaces (#436)
* Update devcontainer to support Codespaces

* Update README.md with instructions for using Codespaces

Co-authored-by: Charlie Stanley <charlie.stanley@microsoft.com>
2021-06-09 10:36:44 -07:00
Shailendra Singh 641c42b4b3
Added files to configure VS codespaces for dapr (#223) 2020-06-04 15:18:51 -07:00