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
Copy file name to clipboardExpand all lines: .cloudbuild/library_generation/library_generation.Dockerfile
+6-23Lines changed: 6 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -54,29 +54,12 @@ RUN --mount=type=cache,target=/root/.m2 cp "/root/.m2/repository/com/google/api/
54
54
# python:3.11-alpine
55
55
FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/python@sha256:0b5ed25d3cc27cd35c7b0352bac8ef2ebc8dd3da72a0c03caaf4eb15d9ec827a as python-scripts-build
56
56
57
-
# This will use GOOGLE_APPLICATION_CREDENTIALS if passed in docker build command.
58
-
# If not passed will leave it unset to support GCE Metadata in CI builds
59
-
ARG GOOGLE_APPLICATION_CREDENTIALS
60
-
61
-
RUN apk add bash curl
62
-
63
-
# Install gcloud to obtain the credentials to use the Airlock repostiory
64
-
RUN curl -sSL https://sdk.cloud.google.com | bash -e
65
-
ENV PATH $PATH:/root/google-cloud-sdk/bin
66
-
67
-
68
-
# Configure the Airlock pip package repository
69
-
RUN pip install keyrings.google-artifactregistry-auth -i https://pypi.org/simple/
0 commit comments