Skip to content

Commit

Permalink
fix(build): revert Cloud SDK pin for Debian converter
Browse files Browse the repository at this point in the history
The switch from `google/cloud-sdk:449.0.0-alpine` to
`gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine` was not a
drop-in replacement:

This moved from Alpine 3.18.4 to 3.20.2 and 3.20.2 is more intolerant of
the `pip install poetry==1.8.3` being performed:

```
error: externally-managed-environment
```
  • Loading branch information
andrewpollock committed Aug 19, 2024
1 parent 07aca54 commit ea489c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulnfeeds/tools/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine@sha256:d5da0344b23d03a6f2728657732c7a60300a91acaad9b8076c6fd30b1dfe1ff4
FROM google/cloud-sdk:449.0.0-alpine

# Keep the virtualenv directly in the project directory. This isn't strictly neccesary for
# this project as it runs on kubernetes, but it keeps it consistent with other cloud run images
Expand Down

0 comments on commit ea489c1

Please sign in to comment.