Skip to content
Snippets Groups Projects
Verified Commit 4e645c30 authored by Michael Irwin's avatar Michael Irwin
Browse files

Bump versions and add jq

parent 2e08288d
Branches
1 merge request!4Bump versions and add jq
FROM bitnami/kubectl:1.20.2 AS kubectl
FROM bitnami/kubectl:1.21.5 AS kubectl
FROM amazon/aws-cli:2.1.26
FROM amazon/aws-cli:2.2.47
ENTRYPOINT []
RUN yum install -y jq && \
yum clean all && \
rm -rf /var/cache/yum
COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
# AWS Kubectl
An image that provides both the AWS CLI and [kubectl](https://kubernetes.io/docs/reference/kubectl/overview/) tool.
An image that provides both the AWS CLI and [kubectl](https://kubernetes.io/docs/reference/kubectl/overview/) tool. Also includes jq.
## Use Cases
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment