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
mbrancato
changed the title
Why are the Debian packages using the wrong architecture, etc in the official container?
The Debian packages using the wrong architecture, etc in the official container
Sep 12, 2023
Debian defines the
all
architecture as:The official Google SDK Debian containers are using Google packages from
https://packages.cloud.google.com/apt
:cloud-sdk-docker/debian_slim/Dockerfile
Lines 25 to 26 in 73a3d54
The packages installed here listed as the
all
architecture but they install a compiled "bundled" python versionThe Debian packages require Python to be installed, but do not specify Python as a package dependency
cloud-sdk-docker/debian_slim/Dockerfile
Lines 16 to 17 in 73a3d54
No dependencies listed:
Google is installing
x86_64
binaries in thearm64
docker containerThe Debian packaging works without dependencies on
x86_64
, but not onarm64
. And its installingx86_64
binaries on every architecture.The text was updated successfully, but these errors were encountered: