Skip to content

Commit

Permalink
update google-cloud-sdk to google-cloud-cli
Browse files Browse the repository at this point in the history
I couldn't find a clear statement on this, but it seems like google has
deprecated the `google-cloud-sdk` package. We started seeing the following
error when running `docker build`:

```
The following packages have unmet dependencies:
 google-cloud-cli : Breaks: google-cloud-sdk but 463.0.0-0 is to be installed
E: Unable to correct problems, you have held broken packages.
```

I couldn't find any notice of deprecation, but I did find a few threads where
random people on the internet say it's been re-named to google-cloud-cli, so
I'm just giving it a go.
  • Loading branch information
psFried committed Feb 6, 2024
1 parent 58ee84b commit bc4536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt update -y \
jq \
nodejs \
docker-ce-cli \
google-cloud-sdk \
google-cloud-cli \
&& rm -rf /var/lib/apt/lists/*

# Create a non-privileged "flow" user.
Expand Down

0 comments on commit bc4536f

Please sign in to comment.