Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykrjain authored Apr 8, 2024
1 parent 234a2d7 commit 5d0c53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN KUBECTL_VERSION=$(curl -L -s https://dl.k8s.io/release/stable.txt) && \
curl -LO "https://dl.k8s.io/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl.sha256"

# Validate the binary
RUN echo "$(cat kubectl.sha256) kubectl" | sha256sum --check --status || echo "ERROR: Invalid checksum"
# RUN echo "$(cat kubectl.sha256) kubectl" | sha256sum --check --status || echo "ERROR: Invalid checksum"

# Install kubectl
RUN install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
Expand Down

0 comments on commit 5d0c53b

Please sign in to comment.