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
One downside of using devcontainers currently is they don't provide the exact same environment that the CI runner uses. So its possible to get errors in CI that do not show up locally due to different versions, configs, etc.
We can utilize the devcontainer CLI to export images that we could then use for the CI runner. This would eliminate many differences between the CI environment and the environment developers use.
The text was updated successfully, but these errors were encountered:
mdemoret-nv
changed the title
Utilize a built devcontainer image for the CI runner
[FEA] Utilize a built devcontainer image for the CI runner
Feb 14, 2023
One downside of using devcontainers currently is they don't provide the exact same environment that the CI runner uses. So its possible to get errors in CI that do not show up locally due to different versions, configs, etc.
We can utilize the devcontainer CLI to export images that we could then use for the CI runner. This would eliminate many differences between the CI environment and the environment developers use.
The text was updated successfully, but these errors were encountered: