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
Aliases for Docker image builds aren't functioning as intended. Currently, Python version 3.11 is specified, but the image is built from 3.12 because aliases aren't used in stages 2 and 3, and the reference to Python is made without specifying the version. As a result, besides having the incorrect Python version, each image also occupies about ~1.5 gigabytes instead of ~800 megabytes.
What should've happened instead?
The image should be built based on the base image with the specified version.
The text was updated successfully, but these errors were encountered:
What happened?
Aliases for Docker image builds aren't functioning as intended. Currently, Python version 3.11 is specified, but the image is built from 3.12 because aliases aren't used in stages 2 and 3, and the reference to Python is made without specifying the version. As a result, besides having the incorrect Python version, each image also occupies about ~1.5 gigabytes instead of ~800 megabytes.
What should've happened instead?
The image should be built based on the base image with the specified version.
The text was updated successfully, but these errors were encountered: