Skip to content

Commit

Permalink
OIDC utils (#682)
Browse files Browse the repository at this point in the history
* add Docker file for oidc and aws assume role step curl jq and aws usage

* remove unnecessary arg

* add comment

* use python 3.8 for awscli image for awa assume role with web identity step
  • Loading branch information
kim-codefresh authored Feb 12, 2024
1 parent c791f9c commit 3df4855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions incubating/aws-sts-assume-role-with-web-identity/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM python:alpine
FROM python:3.8-alpine

# using same aws-cli that was used before moving to quay images to prevent regressions
ARG CLI_VERSION=1.16.284

RUN apk -uv add --no-cache groff jq less && \
pip install --no-cache-dir awscli==$CLI_VERSION

WORKDIR /aws
WORKDIR /aws

0 comments on commit 3df4855

Please sign in to comment.