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
No matter what I try I can't get this Dev Container to complete the onCreateCommand successfully, or even the postCreateCommand if I skip the onCreateCommand without running into what essentially appears to be an Out of Memory issue.
The text was updated successfully, but these errors were encountered:
timnolte
changed the title
onCreateCommand failed with exit code 137. Skipping any further user-provided commands.
onCreateCommand/postCreateCommand ... failed with exit code 137. Skipping any further user-provided commands.
Nov 9, 2023
Removing the installation of Composer from the onCreateCommand gets past the failure to complete the onCreateCommand however, now the postCreateCommand fails when trying to run composer install. It really doesn't seem like using Dev Containers for GitHub Actions is really a viable option.
No matter what I try I can't get this Dev Container to complete the
onCreateCommand
successfully, or even thepostCreateCommand
if I skip theonCreateCommand
without running into what essentially appears to be an Out of Memory issue.Failures: https://github.com/oidc-wp/openid-connect-generic/actions/runs/6793956920/job/18469639576#step:5:3652
Dev Container Configuration: https://github.com/oidc-wp/openid-connect-generic/blob/feature/unit-tests/.devcontainer/devcontainer.json
The text was updated successfully, but these errors were encountered: