Skip to content

Commit

Permalink
🔥 Removes support for yq
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Sep 17, 2019
1 parent cf03990 commit 01e84b5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ ENV \
# Copy root filesystem
COPY rootfs /

# Copy yq
ARG BUILD_ARCH=amd64
COPY bin/yq_${BUILD_ARCH} /usr/bin/yq

# Set shell
SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Install base system
ARG BUILD_ARCH=amd64
RUN \
set -o pipefail \
\
Expand Down
Binary file removed base/bin/yq_aarch64
Binary file not shown.
Binary file removed base/bin/yq_amd64
Binary file not shown.
Binary file removed base/bin/yq_armhf
Binary file not shown.
Binary file removed base/bin/yq_armv7
Binary file not shown.
Binary file removed base/bin/yq_i386
Binary file not shown.

0 comments on commit 01e84b5

Please sign in to comment.