Skip to content

Commit

Permalink
Add buildx as it was removed in docker 23
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbdk committed May 25, 2023
1 parent 6d787c3 commit 9669599
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ FROM gcr.io/cloud-builders/docker as docker-kms

ARG SSH_KEY_PATH

RUN apt-get update && apt-get install -y --no-install-recommends docker-buildx-plugin && apt-get clean -y && rm -rf /var/lib/apt/lists/*

COPY --from=builder /app/auth-wrapper /opt/bin/auth-wrapper
RUN ln -s /opt/bin/auth-wrapper /opt/bin/docker

Expand Down

0 comments on commit 9669599

Please sign in to comment.