Skip to content

Commit

Permalink
Add Multiarch Image in Getting Started
Browse files Browse the repository at this point in the history
Curl in 'create-webhook.yaml' of getting started is quite old and only amd64. Changed it 
to official image 'curlimages/curl:latest' for multiarch support.
  • Loading branch information
khrm authored and tekton-robot committed May 10, 2022
1 parent ae793e6 commit e6a4ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/create-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
default: '[\"push\",\"pull_request\"]'
steps:
- name: create-webhook
image: pstauffer/curl:latest
image: curlimages/curl:latest
volumeMounts:
- name: github-secret
mountPath: /var/secret
Expand Down

0 comments on commit e6a4ab8

Please sign in to comment.