Bob Idle
Bob Idle
It is possible to e.g. install the package `python-is-python3` to add the suggested symlink. ``` FROM google/cloud-sdk:latest RUN apt update \ && apt install -y python-is-python ``` But i guess...
I asked about it in the IRC/Matrix room. There was a short discussion about it on 2023-10-18 (if i searched correctly). My commit just adds suggestions `should / shouldn't` and...
@muffl0n last time i tried the upgrade of the Google Cloud SDK Images to Debian Bookworm, some SDK packages could not be used. Some of them are use in the...
The upgrade is possible but some default package (e.g. of the latest image) have to be removed. e.g.: ``` Some packages could not be installed. This may mean that you...
The package `google-cloud-cli-app-engine-java` in v456.0.0 has updated dependencies. :+1: ``` $ apt info google-cloud-cli-app-engine-java Package: google-cloud-cli-app-engine-java Version: 456.0.0-0 Priority: optional Section: misc Maintainer: Google Cloud CLI Authors Installed-Size: 147 MB...
@muffl0n the `slim` image is already updated to Debian Bookworm (https://github.com/GoogleCloudPlatform/cloud-sdk-docker/commit/0891370e58d7343bd2bf634f81e25985186c9831), could you try to use and check the image if everything is working as expected?
Also the emulator packages seem to support newer openjdk packages since v457.0.0-0 ``` Package: google-cloud-cli-datastore-emulator Version: 457.0.0-0 Priority: optional Section: misc Maintainer: Google Cloud CLI Authors Installed-Size: 41.1 MB Depends:...
Pulling the latest `google/cloud-sdk:slim` image should fix your issue. See also #373
I updated the lines in the Dockerfiles according to the latest docs entries > For newer distributions (Debian 9+ or Ubuntu 18.04+) run the following command: > > curl https://packages.cloud.google.com/apt/doc/apt-key.gpg...
In [Google Cloud CLI v486.0.0 (2024-03-12)](https://cloud.google.com/sdk/docs/release-notes#46800_2024-03-12) Python 2 is no longer supported by App Engine. But the Debian packages still depends on it.