LoginSignup
0
0

More than 5 years have passed since last update.

Concourseでdocker-image-resourceを使うときのyamlメモ

Posted at

こんな感じで指定して使う。
(どこか間違えていたのか上手くいかなくて困ったので、今後の個人的なコピペ用)

resources:
- name: dockerhub-repo
  type: docker-image
  source:
    repository: neilli/something-repo
    username: neilli
    password: xxxxxxxxxxxxxxxxxxx

- name: ecr-repo
  type: docker-image
  source:
    repository: 000000000000.dkr.ecr.us-east-1.amazonaws.com/something-repo
    aws_access_key_id: XXXXXXXXXXXXXXXXXXXX 
    aws_secret_access_key: ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0