Skip to content

Commit

Permalink
chore: place build args inside the dependent stage
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Mar 1, 2024
1 parent 4b0d7c7 commit 6934d0f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ ARG BASE_TAG=2.57.0
ARG TARGETOS=linux
ARG TARGETARCH=amd64

ARG KUBELOGIN_TAG=v0.1.1
ARG DUMB_INIT_VERSION=1.2.5

ARG KUBECTL_VERSION

FROM curlimages/curl AS bins

ARG TARGETOS
ARG TARGETARCH

ARG KUBELOGIN_TAG
ARG DUMB_INIT
ARG KUBELOGIN_TAG=v0.1.1
ARG DUMB_INIT_VERSION=1.2.5

ARG KUBECTL_VERSION

Expand Down

0 comments on commit 6934d0f

Please sign in to comment.