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
On rare ocassions when building the frontend image for FrontendImage Step (when internet_facing is set to false) the Codebuild step fails with the following errors in logs:
Please use python3.11 or python3.10 or python3.9 or python3.8 or python3.7 or python3.6.
Node.js configure: Found Python 2.7.18...
nvm: install v16.20.2 failed!
Failed to install Node.js 16
...
node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by node)
On retry of the CodeBuild Step the build is successfully and the CodePipeline continues
How to Reproduce
Only happens on rare occasions when building the front end image for FrontendImage Step (when internet_facing is set to false)
Expected behavior
Frontend Image CodeBuildStep does not fail building the docker image
Your project
No response
Screenshots
No response
OS
N/A
Python version
N/A
AWS data.all version
2.0
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
On rare ocassions when building the frontend image for FrontendImage Step (when
internet_facing
is set tofalse
) the Codebuild step fails with the following errors in logs:On retry of the CodeBuild Step the build is successfully and the CodePipeline continues
How to Reproduce
Only happens on rare occasions when building the front end image for
FrontendImage
Step (wheninternet_facing
is set tofalse
)Expected behavior
Frontend Image CodeBuildStep does not fail building the docker image
Your project
No response
Screenshots
No response
OS
N/A
Python version
N/A
AWS data.all version
2.0
Additional context
No response
The text was updated successfully, but these errors were encountered: