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

Commit1626c52

Browse files
author
Anna Baker
authored
Dockerhub Trigger modifications (#152)
1 parent773550f commit1626c52

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

‎_docs/configure-ci-cd-pipeline/triggers/dockerhub-triggers.md‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,30 @@ max-width="60%"
2727

2828
Fill the following information:
2929

30-
* Registry Provider - select`DockerHub`.
31-
**Namespace* - put DockerHub user name or organization name here.
32-
**Name* - DockerHub image repository name.
30+
**Registry Provider* - select`DockerHub`.
31+
**User/Organization Name* - put DockerHub user name or organization name here.
32+
**Image RepositoryName* - DockerHub image repository name.
3333
**Action* - select`Push Image` action.
34-
**Filter* - optional filter to specify which image*tags* will trigger pipeline execution:[Re2](https://github.com/google/re2/wiki/Syntax) regular expression.
34+
**Tag* - optional filter to specify which image*tags* will trigger pipeline execution:[Re2](https://github.com/google/re2/wiki/Syntax) regular expression.
3535

3636
{% include image.html
3737
lightbox="true"
38-
file="/images/dockerhub_trigger_1.png"
39-
url="/images/dockerhub_trigger_1.png"
38+
file="/images/pipeline/triggers/dockerhub/dockerhub_trigger_1.png"
39+
url="/images/pipeline/triggers/dockerhub/dockerhub_trigger_1.png"
4040
alt="Add Registry Trigger"
4141
max-width="70%"
4242
%}
4343

4444
###Setup DockerHub Webhook
4545

46-
Currently Codefresh does not support to automatically setup a DockerHub webhook. You need to do this manually. Press`View Trigger` button and see detailed instructions with URL links and secrets of how-to setup a DockerHub Webhook.
46+
Currently Codefresh does not support to automatically setup a DockerHub webhook. You need to do this manually. Pressthe*Next* button and see detailed instructions with URL links and secrets of how-to setup a DockerHub Webhook.
4747

4848

4949
{% include image.html
5050
lightbox="true"
51-
file="/images/dockerhub_trigger_edit.png"
52-
url="/images/dockerhub_trigger_edit.png"
53-
alt="Edit DockerHub Trigger"
51+
file="/images/pipeline/triggers/dockerhub/dockerhub_trigger_2.png"
52+
url="/images/pipeline/triggers/dockerhub/dockerhub_trigger_2.png"
53+
alt="Add Webhook"
5454
max-width="70%"
5555
%}
5656

@@ -78,7 +78,7 @@ First, create a `trigger-event` for every DockerHub image, you would like to set
7878

7979
```sh
8080
# create DockerHub trigger event for codefresh/fortune
81-
codefresh create trigger-event --type registry --kind dockerhub --value namespace=codefresh --value name=fortune
81+
codefresh create trigger-event --type registry --kind dockerhub --value namespace=codefresh --value name=fortune --value action=push
8282

8383
# on success trigger-event UID will be printed out
8484
Trigger event: registry:dockerhub:codefresh:fortune:push:107e9db97062 was successfully created.

‎images/dockerhub_trigger_1.png‎

-105 KB
Binary file not shown.
30.2 KB
Loading
67.9 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp