Skip to content

Commit 3df4855

Browse files
OIDC utils (#682)
* 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
1 parent c791f9c commit 3df4855

File tree

1 file changed

+2
-2
lines changed
  • incubating/aws-sts-assume-role-with-web-identity

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM python:alpine
1+
FROM python:3.8-alpine
22

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

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

9-
WORKDIR /aws
9+
WORKDIR /aws

0 commit comments

Comments
 (0)