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

Commit217e646

Browse files
committed
Update docker registry integration topics
1 parent5c0630f commit217e646

12 files changed

+28
-27
lines changed

‎_docs/integrations/docker-registries.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Codefresh enables you to integrate with several Docker container registries, inc
1919
*[Amazon EC2 Container Registry](amazon-ec2-container-registry)
2020
*[Bintray.io/Artifactory](bintray-io)
2121
*[Quay.io](quay-io)
22-
*[Github Container Registry](github-container-registry)
22+
*[GitHub Container Registry](github-container-registry)
2323

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

@@ -83,7 +83,7 @@ This is handy for registries that require a prefix (usually the name of an organ
8383
max-width="60%"
8484
%}
8585

86-
See more details at[pushing Docker images]({{site.baseurl}}/docs/#pushing-docker-images).
86+
See more details at[pushing Docker images]({{site.baseurl}}/docs/ci-cd-guides/working-with-docker-registries/#pushing-docker-images).
8787

8888
##Pushing an image
8989

‎_docs/integrations/docker-registries/amazon-ec2-container-registry.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runtimeScheduler:
7272
* Account
7373
The Account-level service account has higher priority than the runtime-level service account. To define the service account at the account level, turn on the setting as part of the integration as described below.
7474

75-
* Pipeline
75+
* Pipeline
7676
The Pipeline-level service account has higher priority than the account-level service account. Define the service account as part of the pipeline's runtime settings (Pipeline > Settings > Runtime).
7777

7878
* Trigger
@@ -117,7 +117,7 @@ There are two ways to push images:
117117
1. (Recommended) Using the YAML[push step]({{site.baseurl}}/docs/pipelines/steps/push/).
118118
1. Manually promoting manually an image (described below)
119119

120-
For more details on how to push a Docker image in a pipeline see the[build and push example]({{site.baseurl}}/docs/yaml-examples/examples/build-and-push-an-image/).
120+
For more details on how to push a Docker image in a pipeline see the[build and push example]({{site.baseurl}}/docs/example-catalog/ci-examples/build-and-push-an-image/).
121121

122122

123123

‎_docs/integrations/docker-registries/azure-docker-registry.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ caption="Docker credentials for the Azure registry"
2424
max-width="80%"
2525
%}
2626

27+
{:start="3"}
2728
1. For**Admin user**, click**Enable**.
2829
1. Change the username (optional), and make sure that you note down one of the passwords shown on the screen.
2930

@@ -46,7 +47,7 @@ alt="Adding the Azure Docker registry"
4647
caption="Adding the Azure Docker registry"
4748
max-width="60%" %}
4849

49-
{:start="5}
50+
{:start="5"}
5051
1. To verify the connection details, click**Test connection**.
5152
1. To apply the changes, click**Save**.
5253

‎_docs/integrations/docker-registries/bintray-io.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ toc: true
1212
Configure JFrog Bintray/Artifactory as your Docker registry provider.
1313
You need to get the API key for your profile, and the correct registry domain.
1414

15-
>Passing Codefresh metadata to Bintray is supported through Grafeas. More info is available[in this blogpost](https://codefresh.io/blog/write-this-down-grafeas/){:target="_blank"}.
15+
>Passing Codefresh metadata to Bintray is supported through Grafeas. More info is available in this[blogpost](https://codefresh.io/blog/write-this-down-grafeas/){:target="_blank"}.
1616
1717
##Set up Bintray integration
1818

1919
**Before you begin**
20-
*[Get your API key](#find-your-api-key)
21-
*[Get your regsitry domain](#find-your-registry-domain)
20+
*[Find your API key](#find-your-api-key)
21+
*[Find your regsitry domain](#find-your-registry-domain)
2222

2323
**How to**
2424

@@ -88,4 +88,4 @@ Codefresh automatically sets some version attributes in Bintray every time you u
8888
[Docker registries for pipeline integrations]({{site.baseurl}}/docs/integrations/docker-registries)
8989
[Working with Docker Registries]({{site.baseurl}}/docs/ci-cd-guides/working-with-docker-registries/)
9090
[Push step]({{site.baseurl}}/docs/pipelines/steps/push/)
91-
[Building and pushing an image]({{site.baseurl}}/docs/yaml-examples/examples/build-and-push-an-image/)
91+
[Building and pushing an image]({{site.baseurl}}/docs/example-catalog/ci-examples/build-and-push-an-image/)

‎_docs/integrations/docker-registries/digital-ocean-container-registry.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ You can then view the image in the DigitalOcean Container Registry:
144144
[Working with Docker Registries]({{site.baseurl}}/docs/ci-cd-guides/working-with-docker-registries/)
145145
[Building Docker images]({{site.baseurl}}/docs/ci-cd-guides/building-docker-images/)
146146
[Push step]({{site.baseurl}}/docs/pipelines/steps/push/)
147-
[Building and pushing an image]({{site.baseurl}}/docs/yaml-examples/examples/build-and-push-an-image/)
147+
[Building and pushing an image]({{site.baseurl}}/docs/example-catalog/ci-examples/build-and-push-an-image/)
148148

‎_docs/integrations/docker-registries/docker-hub.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toc: true
1010
---
1111
Configure Docker Hub as a Docker registry for CI pipelines to push images to it.
1212

13-
1.[Select**Docker Hub** as the registry provider]({{site.baseurl}}/docs/integrations/docker-registries/#general-configuration).
13+
1.Select[**Docker Hub** as the registry provider]({{site.baseurl}}/docs/integrations/docker-registries/#general-configuration).
1414
1. Define the following:
1515
* Registry Name: A unique name for this configuration.
1616
* Username: Docker Hub username.
@@ -114,8 +114,8 @@ The two Dockerhub accounts are `kkapelon` and `kostiscodefresh`, and Codefresh a
114114
##Related articles
115115
[Docker registries for pipeline integrations]({{site.baseurl}}/docs/integrations/docker-registries)
116116
[Working with Docker Registries]({{site.baseurl}}/docs/ci-cd-guides/working-with-docker-registries/)
117-
[Push step]({{site.baseurl}}/docs/pipelines/steps/push/)
118-
[Building and pushing an image]({{site.baseurl}}/docs/yaml-examples/examples/build-and-push-an-image/)
117+
[Push step in pipelines]({{site.baseurl}}/docs/pipelines/steps/push/)
118+
[Building and pushing an image]({{site.baseurl}}/docs/examples/example-catalog/build-and-push-an-image/)
119119

120120

121121

‎_docs/integrations/docker-registries/github-container-registry.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ You can now treat this registry like any other Codefresh registry.
183183
[Docker registries for pipeline integrations]({{site.baseurl}}/docs/integrations/docker-registries)
184184
[Working with Docker Registries]({{site.baseurl}}/docs/ci-cd-guides/working-with-docker-registries/)
185185
[Push step]({{site.baseurl}}/docs/pipelines/steps/push/)
186-
[Building and pushing an image]({{site.baseurl}}/docs/yaml-examples/examples/build-and-push-an-image/)
186+
[Building and pushing an image]({{site.baseurl}}/docs/example-catalog/ci-examples/build-and-push-an-image/)

‎_docs/integrations/docker-registries/google-artifact-registry.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Configure GCAR (Google Artifact Registry) as your Docker registry provider.
4141
The JSON key file holds your credentials for a given[service account](https://cloud.google.com/compute/docs/access/service-accounts){:target="\_blank"}.
4242
To generate your key file follow these instructions:
4343

44-
1. Go to your[Cloud Platform Console Credentials page](https://console.cloud.google.com/apis/credentials){:target="\_blank"}.
44+
1. Go to your[Cloud Platform Console Credentials](https://console.cloud.google.com/apis/credentials){:target="\_blank"} page.
4545
1. Select the project that you're creating credentials for.
4646
1. To set up a new service account, click**Create credentials**, and then select Service account key.
4747
1. Choose the service account to use for the key.
@@ -61,4 +61,4 @@ you can use the `registry_context` property as described in [working with multip
6161
[Docker registries for pipeline integrations]({{site.baseurl}}/docs/integrations/docker-registries)
6262
[Working with Docker Registries]({{site.baseurl}}/docs/ci-cd-guides/working-with-docker-registries/)
6363
[Push step]({{site.baseurl}}/docs/pipelines/steps/push/)
64-
[Building and pushing an image]({{site.baseurl}}/docs/yaml-examples/examples/build-and-push-an-image/)
64+
[Building and pushing an image]({{site.baseurl}}/docs/example-catalog/ci-examples/build-and-push-an-image/)

‎_docs/integrations/docker-registries/google-container-registry.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Configure GCR (Google Container Registry) as your Docker registry provider.
4343
The JSON key file holds your credentials for a given[service account](https://cloud.google.com/compute/docs/access/service-accounts){:target="\_blank"}.
4444
To generate your key file follow these instructions:
4545

46-
1. Go to your[Cloud Platform Console Credentials page](https://console.cloud.google.com/apis/credentials){:target="\_blank"}.
46+
1. Go to your[Cloud Platform Console Credentials](https://console.cloud.google.com/apis/credentials){:target="\_blank"} page.
4747
1. Select the project that you're creating credentials for.
4848
1. To set up a new service account, click**Create credentials**, and then select Service account key.
4949
1. Choose the service account to use for the key.
@@ -63,4 +63,4 @@ you can use the `registry_context` property as described in [working with multip
6363
[Docker registries for pipeline integrations]({{site.baseurl}}/docs/integrations/docker-registries)
6464
[Working with Docker Registries]({{site.baseurl}}/docs/ci-cd-guides/working-with-docker-registries/)
6565
[Push step]({{site.baseurl}}/docs/pipelines/steps/push/)
66-
[Building and pushing an image]({{site.baseurl}}/docs/yaml-examples/examples/build-and-push-an-image/)
66+
[Building and pushing an image]({{site.baseurl}}/docs/example-catalog/ci-examples/build-and-push-an-image/)

‎_docs/integrations/docker-registries/other-registries.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ heroku auth:token
5858
[Docker registries for pipeline integrations]({{site.baseurl}}/docs/integrations/docker-registries)
5959
[Working with Docker Registries]({{site.baseurl}}/docs/ci-cd-guides/working-with-docker-registries/)
6060
[Push step]({{site.baseurl}}/docs/pipelines/steps/push/)
61-
[Building and pushing an image]({{site.baseurl}}/docs/yaml-examples/examples/build-and-push-an-image/)
61+
[Building and pushing an image]({{site.baseurl}}/docs/example-catalog/ci-examples/build-and-push-an-image/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp