Skip to content

Commit

Permalink
Merge pull request #23 from bcgov/buildah-image-registry-refactoring
Browse files Browse the repository at this point in the history
Buildah image registry refactoring
  • Loading branch information
gregnrobinson authored Dec 23, 2021
2 parents 61bdd9b + e36e47e commit f280847
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tekton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Note: This project has been tested on *linux/arm64*, *linux/amd64*, *linux/aarch
Creates secrets for all secret types. The `key` refers to the secret name, and the `value` is the secret contents.

`github-secret` is used for triggers. Can be left as is if triggers are not used.
`image-registry-username` and `image-registry-password` are the account credentials for your image regsitry. This could be **docker.io**, **quay.io**, **gcr.io** or any other docker compatible docker regsitry.

```bash
cat <<EOF >./overlays/secrets/secrets.ini
Expand Down Expand Up @@ -181,7 +182,7 @@ spec:
name: p-buildah
params:
- name: imageRegistry
value: quay.io
value: docker.io
- name: imageRegistryUser
value: image-registry-username # Secret name containing secret
- name: imageRegistryPass
Expand Down

0 comments on commit f280847

Please sign in to comment.