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
The base image is not setting the python3.11 and the CLOUD_SDK version
because it's doing it by using `export` in a RUN command and not using
the `ENV`.
It fix it by moving the CLOUD_SDK to ENV.
<img width="1096" height="384" alt="image"
src="https://github.com/user-attachments/assets/af7d309b-268c-4aaa-9f67-cebd44ee1492"
/>
---------
Signed-off-by: Javan Lacerda <[email protected]>
0 commit comments