Skip to content

Commit

Permalink
Don't push acceptable-bundles to redhat-appstudio
Browse files Browse the repository at this point in the history
The quay.io/redhat-appstudio-tekton-catalog/data-acceptable-bundles
image is no longer used anywhere. Stop pushing it.

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Sep 25, 2024
1 parent 3e61f7d commit 4874cb3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,28 +169,6 @@ spec:
- $(workspaces.source.path)/pipeline-bundle-list-konflux-ci
- $(workspaces.source.path)/task-bundle-list-appstudio
- $(workspaces.source.path)/pipeline-bundle-list-appstudio
- name: copy-acceptable-bundle-to-appstudio
image: quay.io/konflux-ci/appstudio-utils:{{ revision }}
workingDir: $(workspaces.source.path)/source
script: |
#!/bin/bash
set -euo pipefail
DATA_BUNDLE_REPO=quay.io/konflux-ci/tekton-catalog/data-acceptable-bundles
DATA_BUNDLE_TAG=$(<acceptable_bundle_tag)
DATA_BUNDLE_RH_APPSTUDIO=quay.io/redhat-appstudio-tekton-catalog/data-acceptable-bundles
skopeo copy \
"docker://$DATA_BUNDLE_REPO:$DATA_BUNDLE_TAG" \
"docker://$DATA_BUNDLE_RH_APPSTUDIO:$DATA_BUNDLE_TAG"
skopeo copy \
"docker://$DATA_BUNDLE_REPO:$DATA_BUNDLE_TAG" \
"docker://$DATA_BUNDLE_RH_APPSTUDIO:latest"
volumeMounts:
- mountPath: /root/.docker/config.json
subPath: .dockerconfigjson
name: quay-secret
volumes:
- name: quay-secret
secret:
Expand Down

0 comments on commit 4874cb3

Please sign in to comment.