Skip to content

Commit

Permalink
Update check or pull frequency from docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
YorickH committed May 6, 2021
1 parent c841187 commit d80bd15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
resource_types:
- name: slack-notification
type: docker-image
check_every: 24h
source:
repository: cfcommunity/slack-notification-resource
tag: latest
username: ((DOCKER_HUB_USERNAME))
password: ((DOCKER_HUB_PASSWORD))
- name: pull-request
type: docker-image
check_every: 24h
source:
repository: teliaoss/github-pr-resource
tag: ((PULL_REQUEST_RESOURCE_TAG))

username: ((DOCKER_HUB_USERNAME))
password: ((DOCKER_HUB_PASSWORD))
resources:
Expand Down Expand Up @@ -43,6 +44,7 @@ resources:

- name: docker-node
type: docker-image
check_every: 24h
source:
repository: node
tag: 9
Expand All @@ -51,13 +53,15 @@ resources:
icon: docker
- name: docker-fly-validate
type: docker-image
check_every: 24h
source:
repository: teamleader/concourse-fly
tag: ((DOCKER_FLY_VALIDATE_TAG))
username: ((DOCKER_HUB_USERNAME))
password: ((DOCKER_HUB_PASSWORD))
- name: docker-yamllint
type: docker-image
check_every: 24h
source:
repository: teamleader/yamllint
tag: latest
Expand Down

0 comments on commit d80bd15

Please sign in to comment.