Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6f321a3

Browse files
author
Lukas Goodfellow
authored
add google artifact registry (#312)
1 parent95dc4fd commit6f321a3

File tree

4 files changed

+42
-10
lines changed

4 files changed

+42
-10
lines changed

‎_data/nav.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,8 @@
406406
url:"/amazon-ec2-container-registry"
407407
-title:"Google Container Registry"
408408
url:"/google-container-registry"
409+
-title:"Google Artifact Registry"
410+
url:"/google-artifact-registry"
409411
-title:"JFrog Bintray.io/Artifactory"
410412
url:"/bintray-io"
411413
-title:"Quay.io"
@@ -428,7 +430,7 @@
428430
url:"/jira"
429431
-title:Jenkins Integration
430432
url:"/jenkins-integration"
431-
title:Codecov Integration
433+
-title:Codecov Integration
432434
url:"/codecov-integration"
433435
-title:Google Cloud builder
434436
url:"/gcloud-builder"

‎_docs/integrations/docker-registries.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ toc: true
1212
---
1313
Codefresh enables you to integrate with several Docker container registries, including (but not limited to):
1414

15-
*[Docker Hub](docker-hub)
16-
*[Azure Container Registry](azure-docker-registry)
17-
*[Google Container Registry](google-container-registry)
18-
*[Amazon EC2 ContainerRegistry](amazon-ec2-container-registry)
19-
*[Bintray.io/Artifactory](bintray-io)
20-
*[Quay.io](quay-io)
21-
*[Github Container Registry](github-container-registry)
22-
15+
*[Docker Hub](docker-hub)
16+
*[Azure Container Registry](azure-docker-registry)
17+
*[Google Container Registry](google-container-registry)
18+
*[Google ArtifactRegistry](google-artifact-registry)
19+
*[Amazon EC2 Container Registry](amazon-ec2-container-registry)
20+
*[Bintray.io/Artifactory](bintray-io)
21+
*[Quay.io](quay-io)
22+
*[Github Container Registry](github-container-registry)
2323

2424
For a different registry choose to configure using the[Other](other-registries) option.
2525

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title:"Google Artifact Registry"
3+
description:"Learn how to use Google Artifacrt Registry with Codefresh pipelines"
4+
group:integrations
5+
sub_group:docker-registries
6+
toc:true
7+
---
8+
To configure Google Artifact Registry, select Google Artifact Registry from the new registry drop down and then provide the following:
9+
10+
* Registry Name - A unique name for this configuration.
11+
* Key File - The contents of a JSON key file. See below for[instructions](#generating-a-json-key-file).
12+
13+
##Generating a JSON key file
14+
15+
The JSON key file holds your credentials for a given[Service Account](https://cloud.google.com/compute/docs/access/service-accounts). To generate your key file, follow these instructions:
16+
17+
1. Go to your[Cloud Platform Console Credentials page](https://console.cloud.google.com/apis/credentials).
18+
2. Select the project that you want to use for the credentials.
19+
3. To set up a new service account, click**Create credentials** and then select Service account key.
20+
4. Choose the service account to use for the key.
21+
5. Choose to download the service account's public/private key as a JSON file.
22+
23+
You can find the complete guide[here](https://support.google.com/cloud/answer/6158849#serviceaccounts).
24+
25+
##Working with multiple projects
26+
27+
If you have more than one repository/project in Google Cloud, you can connect multiple Artifact Registries and define one as the “primary” for the`*docker.pkg.dev` domain.
28+
29+
This option means that every time Codefresh needs to pull an image, it will use that integration. If you wish to use another project to pull images, you can use the`registry_context` property as described in[working with multiple registries]({{site.baseurl}}/docs/docker-registries/working-with-docker-registries/#working-with-multiple-registries-with-the-same-domain).

‎_docs/whats-new/whats-new.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ toc: true
1111
##Recent Codefresh Updates:
1212

1313
##August 2021
14+
1415
- Using AWS Service Account for ECR Integration -[documentation]({{site.baseurl}}/docs/integrations/docker-registries/amazon-ec2-container-registry/#setting-up-ecr-integration---service-account)
1516
- Approval steps now have an extra confirmation -[documentation]({{site.baseurl}}/docs/codefresh-yaml/steps/approval/)
1617
- Using Bitnami Sealed Secrets with GitOps -[documentation]({{site.baseurl}}/docs/yaml-examples/examples/gitops-secrets/)
1718
- App proxy is now available for Bitbucket server -[documentation]({{site.baseurl}}/docs/administration/codefresh-runner/#optional-installation-of-the-app-proxy)
1819
- Public Marketplace Registry -[documentation]({{site.baseurl}}/docs/administration/pipeline-settings/#advanced-pipeline-options)
20+
- Google Artifact Registry -[documentation]({{site.baseurl}}/docs/integrations/docker-registries/google-artifact-registry)
1921

2022
##July 2021
2123

22-
2324
- New platform IP addresses -[documentation]({{site.baseurl}}/docs/administration/platform-ip-addresses/)
2425

2526
##June 2021

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp