We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da605ff commit 07a35c1Copy full SHA for 07a35c1
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ RUN curl -sL -o /usr/bin/jq https://github.com/jqlang/jq/releases/download/jq-1.
10
11
# Add checksum verification for security
12
RUN echo "Checking versions of installed tools:" && \
13
- kubectl version --client --short || true && \
+ kubectl version --client || true && \
14
aws-iam-authenticator version || true
15
16
COPY entrypoint.sh /entrypoint.sh
0 commit comments