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 7bc0dc7 commit 95f46b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gh-actions/actions-runner-dind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM ghcr.io/actions-runner-controller/actions-runner-controller/actions-runner-

USER root

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
kubectl=1.30.1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
ARG KUBECTL_VERSION=1.30.1
RUN \
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
RUN \
Expand Down

0 comments on commit 95f46b3

Please sign in to comment.