Skip to content

Commit

Permalink
we get docker hub rate limit errors for redpanda images
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Sep 30, 2024
1 parent 4780bd5 commit 6b082c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,14 @@ jobs:
run: |
TAG_GRAFANAIMG=${{ steps.imageGrafanaImageRendererTag.outputs.result }}
crane cp docker.io/grafana/grafana-image-renderer:$TAG_GRAFANAIMG ghcr.io/yolean/grafana-image-renderer:$TAG_GRAFANAIMG
-
name: Get redpanda image tag
id: imageRedpandaTag
uses: mikefarah/[email protected]
with:
cmd: yq '.images[0].newTag' kafka/redpanda-image/kustomization.yaml
-
name: Mirror redpanda image
run: |
TAG_REDPANDA=${{ steps.imageRedpandaTag.outputs.result }}
crane cp docker.redpanda.com/redpandadata/redpanda:$TAG_REDPANDA ghcr.io/yolean/redpanda:$TAG_REDPANDA
2 changes: 1 addition & 1 deletion kafka/redpanda-image/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: Component
images:
- name: vectorized/redpanda
newName: docker.redpanda.com/redpandadata/redpanda
newTag: v24.2.4@sha256:9b91885f3add2d9033724fad39f9dda3b0adda8084edcb57aa08d21f2868b6b6
newTag: v24.2.5@sha256:466fc98a54479af27a97c47a322f6a4ba9094bdd3b1b6a9e784fc36de56e84d0

0 comments on commit 6b082c1

Please sign in to comment.