Skip to content

Commit 6b9369a

Browse files
CR-20802-changing to quay image (#656)
1 parent f4d28c6 commit 6b9369a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

incubating/obtain-oidc-id-token/step.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '1.0'
22
kind: step-type
33
metadata:
4-
version: 1.0.0
4+
version: 1.0.1
55
name: obtain-oidc-id-token
66
description: >-
77
Obtain ID token from Codefresh OIDC Provider
@@ -77,8 +77,9 @@ spec:
7777
steps:
7878
main:
7979
name: obtain-oidc-id-token
80-
image: dwdraju/alpine-curl-jq
80+
image: quay.io/curl/curl-base
8181
commands:
8282
- |
83+
apk add jq
8384
ID_TOKEN=$(curl -H "Authorization: $CF_OIDC_REQUEST_TOKEN" "$CF_OIDC_REQUEST_URL" | jq -r ".id_token")
8485
cf_export ID_TOKEN=$ID_TOKEN --mask

0 commit comments

Comments
 (0)