Skip to content

Commit

Permalink
[DONOTMERGE]: Example of Image Digest Mirror
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi committed Nov 29, 2024
1 parent ebee5f8 commit 2ba072e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
with:
yamllint_config_datapath: '{"extends": "relaxed", "rules": "{line-length: {max: 120}}"}'
yamllint_file_or_dir: './'
yamllint_strict: false
yamllint_comment: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
kind: ImageDigestMirrorSet
apiVersion: config.openshift.io/v1
metadata:
name: nbde-tang-server-fbc-staging-index
spec:
imageDigestMirrors:
- source: registry.redhat.io/nbde-tang-server/nbde-tang-server-operator-bundle
mirrors:
- quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-1-1/nbde-tang-server-multiarch-bundle-1-1
- quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server/nbde-tang-server-bundle-multiarch
- source: registry.redhat.io/nbde-tang-server/nbde-tang-server-rhel9-operator
mirrors:
- quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-1-1/nbde-tang-server-multiarch-1-1
- quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server/nbde-tang-server-multiarch

0 comments on commit 2ba072e

Please sign in to comment.