272 questions
1
vote
1
answer
45
views
Go terraform unrecognized import path from GCP Artifact Registry
I get an error when trying to download private go dependencies from artifact registry via terraform:
│ Error: Error waiting to create function: Error waiting for Creating function: Error code 3, ...
0
votes
0
answers
25
views
Is there a way to mask access token in the artifact-registry Gradle plugin?
I am using the Gradle plugin com.google.cloud.artifactregistry.gradle-plugin version 2.2.5 and seeing access token being logged when using it even with Gradle logging set to info.
Do you guys see also ...
1
vote
1
answer
117
views
GCP keyring authentication not working in Docker build
I am able to install my python package from GCP Artifactory.
Authenticate to GCP.
% gcloud auth application-default login
Your browser has been opened to visit:
https://accounts.google.com/o/...
1
vote
1
answer
111
views
GitHub Actions Docker build not able to reach to GCP artifacts
I have Python package in GCP Artifactory and want to access that in Docker image.
GitHub Actions workflow:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-...
0
votes
0
answers
70
views
Cloud Build/Artifact Registry Permission Denied Error - cloudbuild.gserviceaccount.com Service Account Missing
Dear Stack Overflow Community,
I am encountering a critical deployment issue with my Google Cloud project gvnalgosoftware (Project ID: 511171631078).
I am attempting to build my Flask application as a ...
0
votes
1
answer
86
views
Uploading aar files to google artifact registry
I have a Flutter module for my native Android project that I have built an AAR file for.
Now I want to do this automatically using my GitLab.ci file and then upload it to Google Artifact Registry.
The ...
0
votes
1
answer
106
views
Why is priority treated differently in VPC firewall rules vs Artifact Registry on GCP?
In the VPC firewall priority rules documentation on Google Cloud, it states:
Specify the Priority of the rule. The lower the number, the higher the priority
In the Artifact Registry virtual repository ...
1
vote
2
answers
356
views
"unauthorized: authentication failed" When push image from GCP compute engine to artifact registry
I am trying to push a docker image from my Google Cloud Compute Engine to the Artifact Registry. The hostname is still gcr.io but the Container Registry transition has been set to "Routed to ...
0
votes
1
answer
164
views
We migrated from container registry to Artifact Registry suggested by google. Cloud build yaml path 'gcr.io/cloud-builders/docker' needs changes?
We migrated from google cloud container registry to Artifact Registry suggested by google. We use this link for migration https://cloud.google.com/artifact-registry/docs/transition/auto-migrate-gcr-ar....
1
vote
2
answers
654
views
Cloud Build Trigger Fails with PERMISSION_DENIED: Permission 'cloudbuild.builds.create' denied Despite Correct IAM Setup
Problem:
I am trying to set up a CI/CD pipeline in Google Cloud Platform using Cloud Build with a GitHub trigger. However, when I attempt to trigger the build using the Cloud Build trigger, I get the ...
0
votes
1
answer
85
views
Module not found when running a dockerized Nestjs app on Cloud run
I am trying to deploy my nestjs application on google cloud platform using Cloud run, I have implemented the continuous deployment method by connecting my github repository to cloud run, up to this ...
1
vote
1
answer
333
views
GCP Artifact Registry issue using artifactregistry protocol for importing Gradle version catalogs
I have a Maven repository in my GCP Artifact Registry. I am able to publish plugins and java artifacts to the repository using artifactrepository and the com.google.cloud.artifactregistry:...
0
votes
0
answers
112
views
GitHub Actions, Pulumi GCP, Artifact Registry and Docker - Cannot perform an interactive login from a non TTY device
There are dozens of Q/A in Stack Overflow. I've applied all the solutions out there, but I keep getting the same error:
Cannot perform an interactive login from a non TTY device
For context:
I'm ...
0
votes
1
answer
157
views
Is Google Artifact Registry required for an NodeJS AppEngine Standard Deployment?
I have a Google App Engine app. It is a "Standard" (vs "Flexible"), it is NodeJS, the first few lines of the config are:
runtime: nodejs20
env: standard
instance_class: F2
...
...
0
votes
0
answers
70
views
Pulling image from GCP artifact registry facing 403 error despite permissions being given
The GCP service account has Artifact registry reader role in the project and the kubernetes service account has roles/workloadIdentity.user on GCP service account.
However pod run always fails with
...