Skip to content

Commit

Permalink
Merge pull request #194 from sighupio/feature/arm-for-istio
Browse files Browse the repository at this point in the history
feat: add multi-arch on istio proxy
  • Loading branch information
nutellinoit authored Jan 11, 2024
2 parents ab77964 + 801edbf commit 0af77cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/sync-service-mesh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
run: |
yq --version
docker run --rm quay.io/skopeo/stable:v1.13 --version
./single_sync.sh modules/service-mesh/images.yml false
docker run -v ./login:/login --rm quay.io/skopeo/stable:v1.13 login --username ${{ secrets.DOCKERHUB_USERNAME }} --password ${{ secrets.DOCKERHUB_PASSWORD }} docker.io --authfile=/login/auth.json
docker run -v ./login:/login --rm quay.io/skopeo/stable:v1.13 login --username ${{ secrets.SIGHUP_REGISTRY_USERNAME }} --password ${{ secrets.SIGHUP_REGISTRY_PASSWORD }} registry.sighup.io --authfile=/login/auth.json
./single_sync_v2.sh modules/monitoring/images.yml false
5 changes: 3 additions & 2 deletions modules/service-mesh/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ images:
destinations:
- registry.sighup.io/fury/istio/citadel

- name: Istio provy [Fury Kubernetes Service Mesh]
- name: Istio proxy [Fury Kubernetes Service Mesh]
source: docker.io/istio/proxyv2
tag:
- "1.4.2"
destinations:
- registry.sighup.io/fury/istio/proxyv2

- name: Istio provy [Fury Kubernetes Service Mesh]
- name: Istio proxy [Fury Kubernetes Service Mesh]
source: gcr.io/istio-release/proxyv2
multi-arch: true
tag:
- "1.9.5"
- "1.12.6"
Expand Down

0 comments on commit 0af77cd

Please sign in to comment.