Skip to content

Commit

Permalink
Cleanup output
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Jun 11, 2024
1 parent 21bdf89 commit 379f26d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gh-actions/actions-runner-dind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ USER root

ARG KUBECTL_VERSION=1.30.1
RUN \
curl -sLO "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/$(uname -m)/kubectl" \
echo "$(uname -m)" \
&& curl -sLO "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/$(uname -m)/kubectl" \
&& install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl

ARG AWS_CLI_VERSION=2.15.61
Expand All @@ -23,6 +24,5 @@ RUN \
USER runner

RUN \
aws --version \
&& echo "$TARGETARCH" \
&& kubectl version --client
aws --version # \
# && kubectl version --client

0 comments on commit 379f26d

Please sign in to comment.