Concourse Notes

From Federal Burro of Information
Revision as of 15:50, 14 September 2023 by David (talk | contribs) (Created page with "== cool resources == <pre> - name: registry-image type: registry-image source: repository: concourse/registry-image-resource tag: "1.6.0" username: teamsre password: ((dockerhub.token)) - name: helm type: registry-image source: repository: typositoire/concourse-helm3-resource tag: v1.24.2 username: teamsre password: ((dockerhub.token)) - name: bitbucket-build-status type: registry-image sour...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

cool resources

  - name: registry-image
    type: registry-image
    source:
      repository: concourse/registry-image-resource
      tag: "1.6.0"
      username: teamsre
      password: ((dockerhub.token))

  - name: helm
    type: registry-image
    source:
      repository: typositoire/concourse-helm3-resource
      tag: v1.24.2
      username: teamsre
      password: ((dockerhub.token))

  - name: bitbucket-build-status
    type: registry-image
    source:
      repository: shyxormz/bitbucket-build-status-resource
      tag: v1.6.0
      username: teamsre
      password: ((dockerhub.token))

  - name: slack-notification
    type: registry-image
    source:
      repository: cfcommunity/slack-notification-resource
      tag: latest
      username: teamsre
      password: ((dockerhub.token))