Skip to content

Commit

Permalink
stop redundantly setting the target platform/arch of the console asse…
Browse files Browse the repository at this point in the history
…ts image
  • Loading branch information
qrkourier committed Oct 14, 2024
1 parent c36b3b2 commit b0c5fe0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dist/docker-images/ziti-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
ARG ZITI_CLI_TAG="latest"
ARG ZITI_CLI_IMAGE="docker.io/openziti/ziti-cli"

# provide a default value for the platform-neutral static console files
ARG TARGETPLATFORM="linux/amd64"

# dependabot bumps this version based on release to Hub
FROM --platform=${TARGETPLATFORM} openziti/ziti-console-assets:3.5.0 AS ziti-console
FROM openziti/ziti-console-assets:3.5.0 AS ziti-console

FROM ${ZITI_CLI_IMAGE}:${ZITI_CLI_TAG}

Expand Down

0 comments on commit b0c5fe0

Please sign in to comment.