Skip to content

Commit

Permalink
removed unneeded dep-bootstrap
Browse files Browse the repository at this point in the history
kubectl v1.20.2
helm v3.5.1
yq v4.6.0
openjdk11 jre-11.0.10_9-alpine
  • Loading branch information
Antonio Fragola committed Mar 10, 2021
1 parent cdcd315 commit a7c2cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 51 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM curl as kubectl-downloader

# Can get latest via:
# curl -L -s https://dl.k8s.io/release/stable.txt
ARG k8s_version=v1.20.2
ARG k8s_version="v1.20.2"
ARG OS=${TARGETOS:-linux}
ARG ARCH=${TARGETARCH:-amd64}

Expand Down Expand Up @@ -48,7 +48,7 @@ RUN wget "https://github.com/mikefarah/yq/releases/download/$YQ_VERSION/$YQ_BINA



FROM adoptopenjdk/openjdk11:alpine-jre
FROM adoptopenjdk/openjdk11:jre-11.0.10_9-alpine

COPY --from=yq-downloader --chown=root:root /usr/local/bin/yq /usr/local/bin/yq

Expand Down
49 changes: 0 additions & 49 deletions dep-bootstrap.sh

This file was deleted.

0 comments on commit a7c2cc6

Please sign in to comment.