google-artifact-registry Questions

3

Solved

I am building a Python PIP package to be stored on Google Artifact Registry. The pyproject.toml is as below: [build-system] requires = ["setuptools>=68.0.0,<69.0.0", "setuptool...
Gingerly asked 1/7, 2024 at 23:41

7

I am trying to push docker container to Artifact Registry on GCP but I got an error on step Push Docker Image to Artifact Registry denied: Permission "artifactregistry.repositories.uploadArti...

3

We have a Google Artifact Registry for our Python packages. Authentication works like this. Locally it works well. However, how do I pass credentials to Docker build when I want to build a Docker i...
Adjuvant asked 12/5, 2022 at 11:39

2

Solved

Using Artifactory (https://cloud.google.com/artifact-registry) I intend to add a dependency with poetry (https://python-poetry.org/docs/repositories/). I can install with command: pip install --ind...

2

I have successfully published to Artifact Registry, and I can use artifacts from there in "normal" use: dependencies { implementation("mygroup:myartifact:myversion") }. My issue...

3

Solved

I am running the google-github-actions/deploy-cloudrun Action on Github, which fails when trying to push a docker image to Artifact Registry. I authenticate through an identity pool The docker ima...

2

Solved

An email just went out about how this migration needs to happen, but it's not entirely clear how this affects App Engine Standard. I have a couple of small things running on that, and the only thin...

4

We've started to use Google Cloud Platform's Artifact Registry where pricing is pr. GB pr. month. But how can I see how much storage is being used and by what? It also looks like all pushed images ...
Phonology asked 27/10, 2020 at 14:4

3

I've been trying GCP's Artifact Registry, which is currently in alpha for Python packages. I do the authentication via Keyring along with my service account, as explained in the documentation. I ca...

2

Solved

is there a command (gcloud) that return the latest fully qualified name of an image from Artifact registry
Bontebok asked 5/5, 2022 at 16:15

3

Solved

I have a Python library hosted in Google Cloud Platform Artifact Registry. Besides, I have a Python project, using Poetry, that depends on the library. This is my project file pyproject.toml: [tool...

2

Solved

I published several npm packages to a private npm registry hosted in GCP and I can see all versions in the registry. Yet I can't download the package since the install command throws an E404. NPM t...

2

I'd like to measure the number of times a Docker image has been downloaded from a Google Artifact registry repository in my GCP project. Is this possible?
Godevil asked 18/3, 2022 at 18:45

3

Solved

I'm evaluating using Google Artifact Registry as a replacement for Nexus, and one thing that I have been unable to find in the documentation is if it is possible to mirror or proxy an official repo...
Bowhead asked 8/12, 2020 at 14:18

2

Solved

I'm having an issue with installing an NPM package from GCP. I was able to upload the package to the artifact registry of GCP by doing the following steps: Login to my google account (gcloud auth ...

2

Solved

I am trying to add a custom package to a cloud function on GCP, I have the the right permission, and can import packages when I follow this tutorial in the same GCP project. I cannot add artifact f...

2

Solved

I am trying to deploy a python cloud function on GCP, using a python package pushed on the artifact registry of another project. I followed the instructions off the google cloud documentation: The ...

0

I have pushed a docker image to an artifact repository in google cloud. When I go to the google cloud console Artifact Repository page, I see this: When I click on the kebab menu on the right, I c...

1

Solved

In order to set up keyring authentication to a private pip repository, I followed the steps on Setting up authentication to Python package repositories - Authenticating with keyring. I chose to use...

1

Solved

I would like to use Google Cloud Build to build my docker images. These docker images use private packages that are downloaded from Google Artifact Registry. The builder itself is authenticated and...
Frolic asked 14/6, 2021 at 10:11

2

Solved

What's the difference between these two products? Artifact Registry - https://cloud.google.com/artifact-registry/ Container Registry - https://cloud.google.com/container-registry/
1

© 2022 - 2025 — McMap. All rights reserved.