Skip to content

Commit

Permalink
fix missing char
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Oct 3, 2024
1 parent 26ae1a0 commit e8c56b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV DEVCONTAINER="base"
# && export URL="https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/${ARCH}/${PKG}" \
RUN echo \
&& export NAME=kubectl \
&& export TEST="${NAM} version --client" \
&& export TEST="${NAME} version --client" \
&& export REPOSITORY="kubernetes/kubernetes" \
&& export VERSION="$(${curl} https://api.github.com/repos/${REPOSITORY}/releases/latest | jq --raw-output .tag_name)" \
&& export ARCH=$(uname -m | awk '{ if ($1 == "x86_64") print "amd64"; else if ($1 == "aarch64" || $1 == "arm64") print "arm64"; else print "unknown" }') \
Expand Down

0 comments on commit e8c56b1

Please sign in to comment.