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
When you override `BUNDLING_IMAGE`, the library still uses its own default
130
+
builder scripts. Those scripts need `bash`, `rsync`, and a few standard Unix
131
+
utilities, so the default builder image now installs them on top of the chosen
132
+
base image. The conditional `RUN if command -v ...` block in
133
+
`resources/Dockerfile` exists to do that across common Debian, RPM, and
134
+
Alpine-based images.
135
+
136
+
If you need full control over the builder container, pass `bundling.image` instead. Custom images must include Python, `uv`, and the `/opt/uv-python-lambda` scripts expected by this library.
0 commit comments