Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Feature: GCP Build to upload zips to GCS #50

Open
evgenyy-google opened this issue Apr 26, 2024 · 2 comments
Open

Build Feature: GCP Build to upload zips to GCS #50

evgenyy-google opened this issue Apr 26, 2024 · 2 comments

Comments

@evgenyy-google
Copy link

Hello,

I'm trying to build and deploy images based on the steps here:
https://github.com/privacysandbox/aggregation-service/blob/2b3d5c450d0be4e2ce0f4cb49444f3f049508917/build-scripts/gcp/cloudbuild.yaml

This uploads the compiled JAR files to the bucket, however I can not use these directly in cloud functions and have to download them, zip them, and reupload them (this is automaticely done for users in terraform). Ideally I'd like to skip this step and was hoping to be able to directly upload those JAR files zipped.

@kibab
Copy link

kibab commented May 2, 2024

You would also need to publish the hashes of zipped artifacts as well.

@hostirosti
Copy link
Member

Hashes of published artifacts are published on our release page.
image

We'll investigate if using the jar files directly from GCS buckets is possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants