Questions tagged [google-artifact-registry]
183 questions
0
votes
2 answers
GCP Artifact Registry public google-container images
Since Google is pushing more on Artifact Registry and already announced that Container Registry is not actively developed anymore, is there a replacement for the public Google Container images, that are currently offered at…

Robin Trietsch
- 1,662
- 2
- 19
- 31
0
votes
2 answers
I cannot resolve "Failed to start and then listen on the port defined by the PORT environment variable." error in Google Cloud Run with a Docker image
I know there are many posts about this, but I still can't resolve this. It's a .Net Core 3.1 app using React.
npm run build completes successfully.
I have PORT=8080 in my .env file
I have configured my service to run on port 8080.
I have my…

Adam Hey
- 1,512
- 1
- 20
- 24
0
votes
1 answer
How to use custom Cloud Builders with images from Google Artifact Repository
How do I use a custom builder image in Cloud Build which is stored in a repository in Artifact Registry (instead of Container Registry?)
I have set up a pipeline in Cloud Build where some python code is executed using official python images. As I…

thatsmywayjj
- 3
- 2
0
votes
1 answer
How to create a token to pull a single container from Artifact Registry?
How would one generate a short-lived token to pull a single Docker container from Google's Artifact Registry (preferably using the Node API to generate the token)? How does one use the token to pull the container (e.g. from a Bash command line)?

Aadmaa
- 829
- 5
- 13
0
votes
0 answers
Errno 14 HTTPS Error 500 - Internal Server Error while trying to download a package
I have a public yum repository in Google Artifact Registry, which contains a yum package. I was trying to install the package into an EC2 server(ultraserve-centos-7.4).
I have created a local yum repository file in /etc/yum.repos.d/ to access my yum…

pskrbasu
- 1
0
votes
2 answers
google_artifact_registry_repository seems to ignore the 'depends_on' attribute?
I am trying to create a new project and then a new Google Artifact Registry within the new project. Here are the Terraform resources:
resource "google_project" "my_project" {
name = "My Project Name"
project_id = "my-project-id-abc"
…

Jan Krynauw
- 1,042
- 10
- 21
0
votes
1 answer
Google Cloud Code's Cloud Run extension stores the Docker image in Cloud Storage instead of Artifact Registry
Why when I use the Visual Studio Code extension "Cloud Code", to deploy a Cloud Run service, it seems to store the image contents in Cloud Storage (via Container Registry).
Can I make it store the image in the Google Cloud Artifact Registry instead?

Zaffer
- 1,290
- 13
- 32
0
votes
1 answer
GCP error while building a container image
I have to test a functionality where I need to ping google.com from Google Cloud Run. For this, I created a simple python script to ping google.com.
I added Dockerfile and .dockerignore to the directory as mentioned in Google Documentation . When I…

Kuwali
- 233
- 3
- 13
0
votes
1 answer
Request has invalid argument Error on uploading to python Artifact Registry [gcp]
I am trying to upload a python package to GCP's Artifact Registry. I installed keyring and keyrings.google-artifactregistry-auth, added .pypirc and pip.conf files with the url to the private registry on GCP inside of them, and setup the environment…

dada
- 1,390
- 2
- 17
- 40
0
votes
1 answer
Is it possible to browse a maven repository on Artifact Registry as a guest?
Typically one can browse public Maven repositories
So I was wondering if the same is available for a maven repository create on Artifact Registry

elect
- 6,765
- 10
- 53
- 119
0
votes
1 answer
Using Google.Cloud.ArtifactRegistry.V1Beta2 with parent - Permission problem
I wonder if anyone has used Google.Cloud.ArtifactRegistry.V1Beta2?
I am trying to create a console application with the api to list all Repositories in a project.
ListRepositoriesRequest request = new ListRepositoriesRequest
{
…

user2837961
- 1,505
- 3
- 27
- 67
0
votes
1 answer
No vulnerabilities reported on docker images in Artifact Registry?
We've started to use Google Cloud Platform's Artifact Registry by pushing a couple of docker images.
Although the container scanning API was enabled successfully (gcloud services enable containerscanning.googleapis.com --project=$PROJECT) , we…

aroth
- 1
0
votes
1 answer
Cannot resolve dependencies (Maven and Gradle) with Google Artifacts Registry
I'm facing problem with artifact registry
I use Gradle, I can publish a jar
But I cannot download dependency
I try also with Maven, same thing, I can publish but not download
There are very few informations on internet and no support
I run
gcloud…

Maryo
- 483
- 2
- 13
- 25
0
votes
0 answers
GCLOUD Artifact Registry: Permissions error downloading maven dependency uploaded manually with Cloud Build
I have uploaded manually an maven dependency to my artifact repository
From my local PC, "mvn install" download correctly every maven dependency from the artifact repository, included my manually uploaded dependency.
mvn -U clean install…

jmolmo
- 542
- 4
- 6
-1
votes
0 answers
is it necessary to migarte the images from Container Registry to Artifact Registry
is it necessary to migarte the images from Container Registry to Artifact Registry as Container Registry is getting end of support by MAy 2024 or "gcr.io" will automatucally be re-directed?
want to know, images stored in Container Registry currently…