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
Currently, devcontainers are failing for both rails and rails-contributors. The root cause for each appears to be the changes introduced in #51. Reverting those changes allows the devcontainers to be built without error.
See this PR comment for the steps to reproduce the error. To summarize, though: reverting #51 fixes the problems in building the devcontainers for both projects.
The question is whether #51 should be reverted, or whether dependent projects should be updated.
The text was updated successfully, but these errors were encountered:
jchilders
changed the title
Regression: Removal of USER vscode from Ruby Dockerfile breaks other devcontainers
Regression: Removal of USER vscode from Ruby Dockerfile is breaking other projects
Nov 16, 2024
This was discovered as a result of rails/rails#53581.
Currently, devcontainers are failing for both
rails
andrails-contributors
. The root cause for each appears to be the changes introduced in #51. Reverting those changes allows the devcontainers to be built without error.See this PR comment for the steps to reproduce the error. To summarize, though: reverting #51 fixes the problems in building the devcontainers for both projects.
The question is whether #51 should be reverted, or whether dependent projects should be updated.
The text was updated successfully, but these errors were encountered: