Skip to content

Commit

Permalink
remove buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 authored Mar 22, 2023
1 parent 189e4e9 commit 9861876
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ RUN apt-get update \
&& chmod +x /usr/local/bin/kubectl \
&& wget -q https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm \
&& chmod +x /usr/local/bin/helm \
&& helm repo add "stable" "https://charts.helm.sh/stable" --force-update \
## install buildx
&& wget https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64 \
&& mkdir -p ~/.docker/cli-plugins \
&& mv buildx-${BUILDX_VERSION}.linux-amd64 ~/.docker/cli-plugins/docker-buildx \
&& chmod 755 ~/.docker/cli-plugins/docker-buildx \
&& docker buildx install
&& helm repo add "stable" "https://charts.helm.sh/stable" --force-update



Expand Down

0 comments on commit 9861876

Please sign in to comment.